public class DescribeLaunchTemplatesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeLaunchTemplatesRequest()  | 
DescribeLaunchTemplatesRequest(DescribeLaunchTemplatesRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Filter[] | 
getFilters()
Get  
Filter by [LaunchTemplateName].  | 
String[] | 
getLaunchTemplateIds()
Get Instance launch template ID. 
 | 
Long | 
getLimit()
Get The number of returned results. 
 | 
Long | 
getOffset()
Get The offset. 
 | 
void | 
setFilters(Filter[] Filters)
Set  
Filter by [LaunchTemplateName].  | 
void | 
setLaunchTemplateIds(String[] LaunchTemplateIds)
Set Instance launch template ID. 
 | 
void | 
setLimit(Long Limit)
Set The number of returned results. 
 | 
void | 
setOffset(Long Offset)
Set The offset. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeLaunchTemplatesRequest()
public DescribeLaunchTemplatesRequest(DescribeLaunchTemplatesRequest source)
public String[] getLaunchTemplateIds()
public void setLaunchTemplateIds(String[] LaunchTemplateIds)
LaunchTemplateIds - Instance launch template ID. ID of one or more instance launch templates. If not specified, all templates of the user will be displayed.public Filter[] getFilters()
Filter by [LaunchTemplateName].
Type: String
Optional
The maximum number of `Filters` in each request is 10. The upper limit for `Filter.Values` is 5. This parameter cannot specify `LaunchTemplateIds` and `Filters` at the same time.Filter by [LaunchTemplateName].
Type: String
Optional
The maximum number of `Filters` in each request is 10. The upper limit for `Filter.Values` is 5. This parameter cannot specify `LaunchTemplateIds` and `Filters` at the same time.public void setFilters(Filter[] Filters)
Filter by [LaunchTemplateName].
Type: String
Optional
The maximum number of `Filters` in each request is 10. The upper limit for `Filter.Values` is 5. This parameter cannot specify `LaunchTemplateIds` and `Filters` at the same time.Filters - Filter by [LaunchTemplateName].
Type: String
Optional
The maximum number of `Filters` in each request is 10. The upper limit for `Filter.Values` is 5. This parameter cannot specify `LaunchTemplateIds` and `Filters` at the same time.public Long getOffset()
public void setOffset(Long Offset)
Offset - The offset. Default value: 0. For more information on `Offset`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).public Long getLimit()
public void setLimit(Long Limit)
Limit - The number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).Copyright © 2025. All rights reserved.