public class DescribeBundlesRequest extends AbstractModel
Constructor and Description |
---|
DescribeBundlesRequest() |
DescribeBundlesRequest(DescribeBundlesRequest 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[] |
getBundleIds()
Get Package ID list.
|
Filter[] |
getFilters()
Get Filter list
bundle-idFilter by the **bundle ID**.
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
String[] |
getZones()
Get AZ list, which contains all AZs by default.
|
void |
setBundleIds(String[] BundleIds)
Set Package ID list.
|
void |
setFilters(Filter[] Filters)
Set Filter list
bundle-idFilter by the **bundle ID**.
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setZones(String[] Zones)
Set AZ list, which contains all AZs by default.
|
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 DescribeBundlesRequest()
public DescribeBundlesRequest(DescribeBundlesRequest source)
public String[] getBundleIds()
public void setBundleIds(String[] BundleIds)
BundleIds
- Package ID list.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0. For more information on `Offset`, please see the relevant section in [Overview](https://intl.cloud.tencent.com/document/product/1207/47578?from_cn_redirect=1).public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, please see the relevant section in the API [Overview](https://intl.cloud.tencent.com/document/product/1207/47578?from_cn_redirect=1).public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter list
public String[] getZones()
public void setZones(String[] Zones)
Zones
- AZ list, which contains all AZs by default.Copyright © 2023. All rights reserved.