@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcInfoIpv6CidrBlockSetDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the IPv6 CIDR blocks for the VPC.
Constructor and Description |
---|
VpcInfoIpv6CidrBlockSetDetails() |
Modifier and Type | Method and Description |
---|---|
VpcInfoIpv6CidrBlockSetDetails |
clone() |
boolean |
equals(Object obj) |
String |
getIpv6CidrBlock()
The IPv6 CIDR block for the VPC.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block for the VPC.
|
String |
toString()
Returns a string representation of this object.
|
VpcInfoIpv6CidrBlockSetDetails |
withIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block for the VPC.
|
public void setIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block for the VPC.
ipv6CidrBlock
- The IPv6 CIDR block for the VPC.public String getIpv6CidrBlock()
The IPv6 CIDR block for the VPC.
public VpcInfoIpv6CidrBlockSetDetails withIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block for the VPC.
ipv6CidrBlock
- The IPv6 CIDR block for the VPC.public String toString()
toString
in class Object
Object.toString()
public VpcInfoIpv6CidrBlockSetDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.