All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ksyun.client.ter.describetemplates.v20240415.DescribeTemplatesRequest Maven / Gradle / Ivy

Go to download

The KSYUN Web Services SDK for Java provides Java APIs for building software on KSYUN' cost-effective, scalable, and reliable infrastructure products. The KSYUN Java SDK allows developers to code against APIs for all of KSYUN's infrastructure web services (KSC S3, KSC KEC, KSC RDS etc).

The newest version!
package ksyun.client.ter.describetemplates.v20240415;

import common.annotation.KsYunField;
import lombok.Data;

import java.util.List;

/**
 * @Classname DescribeTemplatesRequest
 * @Description 请求参数
 */
@Data
public class DescribeTemplatesRequest {
    /**
     * 单次调用所返回的最大模板数目,取值范围5-1000
     */
    @KsYunField(name = "MaxResults")
    private Integer MaxResults;

    /**
     * 模板Id
     */
    @KsYunField(name = "TemplateId")
    private List TemplateIdList;

    /**
     * 偏移量
     */
    @KsYunField(name = "Offset")
    private Integer Offset;

    /**
     * 模板名称
     */
    @KsYunField(name = "TemplateName")
    private List TemplateNameList;

    /**
     * 有效值:sample、custom
     * default:custom
     */
    @KsYunField(name = "TemplateType")
    private String TemplateType;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy