@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Ipv6CidrBlockAssociation extends Object implements Serializable, Cloneable, StructuredPojo
An IPV6 CIDR block association.
Constructor and Description |
---|
Ipv6CidrBlockAssociation() |
Modifier and Type | Method and Description |
---|---|
Ipv6CidrBlockAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getAssociationId()
The association ID for the IPv6 CIDR block.
|
String |
getCidrBlockState()
Information about the state of the CIDR block.
|
String |
getIpv6CidrBlock()
The IPv6 CIDR block.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssociationId(String associationId)
The association ID for the IPv6 CIDR block.
|
void |
setCidrBlockState(String cidrBlockState)
Information about the state of the CIDR block.
|
void |
setIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block.
|
String |
toString()
Returns a string representation of this object.
|
Ipv6CidrBlockAssociation |
withAssociationId(String associationId)
The association ID for the IPv6 CIDR block.
|
Ipv6CidrBlockAssociation |
withCidrBlockState(String cidrBlockState)
Information about the state of the CIDR block.
|
Ipv6CidrBlockAssociation |
withIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block.
|
public void setAssociationId(String associationId)
The association ID for the IPv6 CIDR block.
associationId
- The association ID for the IPv6 CIDR block.public String getAssociationId()
The association ID for the IPv6 CIDR block.
public Ipv6CidrBlockAssociation withAssociationId(String associationId)
The association ID for the IPv6 CIDR block.
associationId
- The association ID for the IPv6 CIDR block.public void setIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block.
ipv6CidrBlock
- The IPv6 CIDR block.public String getIpv6CidrBlock()
The IPv6 CIDR block.
public Ipv6CidrBlockAssociation withIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block.
ipv6CidrBlock
- The IPv6 CIDR block.public void setCidrBlockState(String cidrBlockState)
Information about the state of the CIDR block. Valid values are as follows:
associating
associated
disassociating
disassociated
failed
failing
cidrBlockState
- Information about the state of the CIDR block. Valid values are as follows:
associating
associated
disassociating
disassociated
failed
failing
public String getCidrBlockState()
Information about the state of the CIDR block. Valid values are as follows:
associating
associated
disassociating
disassociated
failed
failing
associating
associated
disassociating
disassociated
failed
failing
public Ipv6CidrBlockAssociation withCidrBlockState(String cidrBlockState)
Information about the state of the CIDR block. Valid values are as follows:
associating
associated
disassociating
disassociated
failed
failing
cidrBlockState
- Information about the state of the CIDR block. Valid values are as follows:
associating
associated
disassociating
disassociated
failed
failing
public String toString()
toString
in class Object
Object.toString()
public Ipv6CidrBlockAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.