@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Ipv6CidrAssociation extends Object implements Serializable, Cloneable
Describes an IPv6 CIDR block association.
Constructor and Description |
---|
Ipv6CidrAssociation() |
Modifier and Type | Method and Description |
---|---|
Ipv6CidrAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getAssociatedResource()
The resource that's associated with the IPv6 CIDR block.
|
String |
getIpv6Cidr()
The IPv6 CIDR block.
|
int |
hashCode() |
void |
setAssociatedResource(String associatedResource)
The resource that's associated with the IPv6 CIDR block.
|
void |
setIpv6Cidr(String ipv6Cidr)
The IPv6 CIDR block.
|
String |
toString()
Returns a string representation of this object.
|
Ipv6CidrAssociation |
withAssociatedResource(String associatedResource)
The resource that's associated with the IPv6 CIDR block.
|
Ipv6CidrAssociation |
withIpv6Cidr(String ipv6Cidr)
The IPv6 CIDR block.
|
public void setIpv6Cidr(String ipv6Cidr)
The IPv6 CIDR block.
ipv6Cidr
- The IPv6 CIDR block.public String getIpv6Cidr()
The IPv6 CIDR block.
public Ipv6CidrAssociation withIpv6Cidr(String ipv6Cidr)
The IPv6 CIDR block.
ipv6Cidr
- The IPv6 CIDR block.public void setAssociatedResource(String associatedResource)
The resource that's associated with the IPv6 CIDR block.
associatedResource
- The resource that's associated with the IPv6 CIDR block.public String getAssociatedResource()
The resource that's associated with the IPv6 CIDR block.
public Ipv6CidrAssociation withAssociatedResource(String associatedResource)
The resource that's associated with the IPv6 CIDR block.
associatedResource
- The resource that's associated with the IPv6 CIDR block.public String toString()
toString
in class Object
Object.toString()
public Ipv6CidrAssociation clone()