public class DescribeComputeEnvCreateInfosRequest extends AbstractModel
Constructor and Description |
---|
DescribeComputeEnvCreateInfosRequest() |
DescribeComputeEnvCreateInfosRequest(DescribeComputeEnvCreateInfosRequest 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 |
---|---|
String[] |
getEnvIds()
Get List of compute environment IDs, which cannot be specified together with the `Filters` parameter.
|
Filter[] |
getFilters()
Get Filter conditions
`zone` - String - Optional - Filter by the availability zone.
`env-id` - String - Optional - Filter by the compute environment ID.
`env-name` - String - Optional - Filter by the compute environment name.
It cannot be specified together with `EnvIds`.
|
Long |
getLimit()
Get Maximum number of returned items
|
Long |
getOffset()
Get Offset
|
void |
setEnvIds(String[] EnvIds)
Set List of compute environment IDs, which cannot be specified together with the `Filters` parameter.
|
void |
setFilters(Filter[] Filters)
Set Filter conditions
`zone` - String - Optional - Filter by the availability zone.
`env-id` - String - Optional - Filter by the compute environment ID.
`env-name` - String - Optional - Filter by the compute environment name.
It cannot be specified together with `EnvIds`.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeComputeEnvCreateInfosRequest()
public DescribeComputeEnvCreateInfosRequest(DescribeComputeEnvCreateInfosRequest source)
public String[] getEnvIds()
public void setEnvIds(String[] EnvIds)
EnvIds
- List of compute environment IDs, which cannot be specified together with the `Filters` parameter.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter conditions
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.