public class DescribeTaskTemplatesRequest extends AbstractModel
Constructor and Description |
---|
DescribeTaskTemplatesRequest() |
DescribeTaskTemplatesRequest(DescribeTaskTemplatesRequest 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
`task-template-name` - String - Optional - Task template name.
`tag-key` - String - Optional - Tag key.
`tag-value` - String - Optional - Tag value.
`tag:tag-key` - String - Optional - Tag key-value pair.
|
Long |
getLimit()
Get Maximum number of returned items
|
Long |
getOffset()
Get Offset
|
String[] |
getTaskTemplateIds()
Get List of task template IDs.
|
void |
setFilters(Filter[] Filters)
Set Filter
`task-template-name` - String - Optional - Task template name.
`tag-key` - String - Optional - Tag key.
`tag-value` - String - Optional - Tag value.
`tag:tag-key` - String - Optional - Tag key-value pair.
|
void |
setLimit(Long Limit)
Set Maximum number of returned items
|
void |
setOffset(Long Offset)
Set Offset
|
void |
setTaskTemplateIds(String[] TaskTemplateIds)
Set List of task template IDs.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeTaskTemplatesRequest()
public DescribeTaskTemplatesRequest(DescribeTaskTemplatesRequest source)
public String[] getTaskTemplateIds()
public void setTaskTemplateIds(String[] TaskTemplateIds)
TaskTemplateIds
- List of task template IDs. It cannot be specified together with `Filters`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of returned itemsCopyright © 2023. All rights reserved.