public class DescribeJobsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeJobsRequest() | 
| DescribeJobsRequest(DescribeJobsRequest 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
 `job-id` - String - Optional - Filter by the job ID.
 `job-name` - String - Optional - Filter by the job name.
 `job-state` - String - Optional - Filter by the job state.
 `zone` - String - Optional - Filter by the availability zone.
 `tag-key` - String - Optional - Tag key.
 `tag-value` - String - Optional - Tag value.
 `tag:tag-key` - String - Optional - Filter by the tag key-value pair. | 
| String[] | getJobIds()Get List of job IDs. | 
| Long | getLimit()Get Maximum number of returned items | 
| Long | getOffset()Get Offset | 
| void | setFilters(Filter[] Filters)Set Filter
 `job-id` - String - Optional - Filter by the job ID.
 `job-name` - String - Optional - Filter by the job name.
 `job-state` - String - Optional - Filter by the job state.
 `zone` - String - Optional - Filter by the availability zone.
 `tag-key` - String - Optional - Tag key.
 `tag-value` - String - Optional - Tag value.
 `tag:tag-key` - String - Optional - Filter by the tag key-value pair. | 
| void | setJobIds(String[] JobIds)Set List of job IDs. | 
| void | setLimit(Long Limit)Set Maximum number of returned items | 
| void | setOffset(Long Offset)Set Offset | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeJobsRequest()
public DescribeJobsRequest(DescribeJobsRequest source)
public String[] getJobIds()
public void setJobIds(String[] JobIds)
JobIds - List of job 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 © 2025. All rights reserved.