public class DescribeVpcIpv6AddressesRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeVpcIpv6AddressesRequest()  | 
DescribeVpcIpv6AddressesRequest(DescribeVpcIpv6AddressesRequest 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[] | 
getIpv6Addresses()
Get The `IP` address list. 
 | 
Long | 
getLimit()
Get The returned quantity. 
 | 
Long | 
getOffset()
Get Offset. 
 | 
String | 
getVpcId()
Get The `ID` of the `VPC`, such as `vpc-f49l6u0z`. 
 | 
void | 
setIpv6Addresses(String[] Ipv6Addresses)
Set The `IP` address list. 
 | 
void | 
setLimit(Long Limit)
Set The returned quantity. 
 | 
void | 
setOffset(Long Offset)
Set Offset. 
 | 
void | 
setVpcId(String VpcId)
Set The `ID` of the `VPC`, such as `vpc-f49l6u0z`. 
 | 
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 DescribeVpcIpv6AddressesRequest()
public DescribeVpcIpv6AddressesRequest(DescribeVpcIpv6AddressesRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - The `ID` of the `VPC`, such as `vpc-f49l6u0z`.public String[] getIpv6Addresses()
public void setIpv6Addresses(String[] Ipv6Addresses)
Ipv6Addresses - The `IP` address list. Each request supports a maximum of `10` batch querying.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset.public Long getLimit()
public void setLimit(Long Limit)
Limit - The returned quantity.Copyright © 2021. All rights reserved.