public class DescribeNetworkAclsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeNetworkAclsRequest() | 
| DescribeNetworkAclsRequest(DescribeNetworkAclsRequest 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 condition. | 
| Long | getLimit()Get Returned quantity. | 
| String[] | getNetworkAclIds()Get Array of network ACL instance IDs, such as [acl-12345678]. | 
| Long | getOffset()Get Offset. | 
| void | setFilters(Filter[] Filters)Set Filter condition. | 
| void | setLimit(Long Limit)Set Returned quantity. | 
| void | setNetworkAclIds(String[] NetworkAclIds)Set Array of network ACL instance IDs, such as [acl-12345678]. | 
| 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, toJsonStringpublic DescribeNetworkAclsRequest()
public DescribeNetworkAclsRequest(DescribeNetworkAclsRequest source)
public String[] getNetworkAclIds()
public void setNetworkAclIds(String[] NetworkAclIds)
NetworkAclIds - Array of network ACL instance IDs, such as [acl-12345678]. Up to 100 instances are allowed for each request. This parameter does not support specifying `NetworkAclIds` and `Filters` at the same time.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter condition. `NetworkAclIds` and `Filters` cannot be specified at the same time.
public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. Default: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Returned quantity. Default: 20. Value range: 1-100.Copyright © 2021. All rights reserved.