public class DescribeAddressesRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeAddressesRequest() | 
| DescribeAddressesRequest(DescribeAddressesRequest 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[] | getAddressIds()Get The list of unique IDs of EIPs in the format of `eip-11112222`. | 
| Filter[] | getFilters()Get Each request can have up to 10 `Filters` and 100 `Filter.Values`. | 
| Long | getLimit()Get Number of returned results. | 
| Long | getOffset()Get The Offset. | 
| void | setAddressIds(String[] AddressIds)Set The list of unique IDs of EIPs in the format of `eip-11112222`. | 
| void | setFilters(Filter[] Filters)Set Each request can have up to 10 `Filters` and 100 `Filter.Values`. | 
| void | setLimit(Long Limit)Set 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeAddressesRequest()
public DescribeAddressesRequest(DescribeAddressesRequest source)
public String[] getAddressIds()
public void setAddressIds(String[] AddressIds)
AddressIds - The list of unique IDs of EIPs in the format of `eip-11112222`. `AddressIds` and `Filters.address-id` cannot be specified at the same time.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Each request can have up to 10 `Filters` and 100 `Filter.Values`. Detailed filter conditions:
public Long getOffset()
public void setOffset(Long Offset)
Offset - The Offset. The default value is 0. For more information about `Offset`, see the relevant section in the API documentation.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant section in the API documentation.Copyright © 2023. All rights reserved.