public class DescribeCustomerGatewaysRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeCustomerGatewaysRequest() | 
| DescribeCustomerGatewaysRequest(DescribeCustomerGatewaysRequest 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[] | getCustomerGatewayIds()Get Customer gateway ID, such as `cgw-2wqq41m9`. | 
| Filter[] | getFilters()Get The filter condition. | 
| Long | getLimit()Get Number of returned results. | 
| Long | getOffset()Get The Offset. | 
| void | setCustomerGatewayIds(String[] CustomerGatewayIds)Set Customer gateway ID, such as `cgw-2wqq41m9`. | 
| void | setFilters(Filter[] Filters)Set The filter condition. | 
| 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 DescribeCustomerGatewaysRequest()
public DescribeCustomerGatewaysRequest(DescribeCustomerGatewaysRequest source)
public String[] getCustomerGatewayIds()
public void setCustomerGatewayIds(String[] CustomerGatewayIds)
CustomerGatewayIds - Customer gateway ID, such as `cgw-2wqq41m9`. Each request can have a maximum of 100 instances. `CustomerGatewayIds` and `Filters` cannot be specified at the same time.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - The filter condition. For details, see the Instance Filter Conditions Table. The upper limit for `Filters` in each request is 10 and 5 for `Filter.Values`. `CustomerGatewayIds` and `Filters` cannot be specified at the same time.
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 Introduction.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned results. Default value: 20. Maximum value: 100.Copyright © 2021. All rights reserved.