@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Ipv6PrefixSpecificationResponse extends Object implements Serializable, Cloneable
Information about the IPv6 delegated prefixes assigned to a network interface.
Constructor and Description |
---|
Ipv6PrefixSpecificationResponse() |
Modifier and Type | Method and Description |
---|---|
Ipv6PrefixSpecificationResponse |
clone() |
boolean |
equals(Object obj) |
String |
getIpv6Prefix()
The IPv6 delegated prefixes assigned to the network interface.
|
int |
hashCode() |
void |
setIpv6Prefix(String ipv6Prefix)
The IPv6 delegated prefixes assigned to the network interface.
|
String |
toString()
Returns a string representation of this object.
|
Ipv6PrefixSpecificationResponse |
withIpv6Prefix(String ipv6Prefix)
The IPv6 delegated prefixes assigned to the network interface.
|
public void setIpv6Prefix(String ipv6Prefix)
The IPv6 delegated prefixes assigned to the network interface.
ipv6Prefix
- The IPv6 delegated prefixes assigned to the network interface.public String getIpv6Prefix()
The IPv6 delegated prefixes assigned to the network interface.
public Ipv6PrefixSpecificationResponse withIpv6Prefix(String ipv6Prefix)
The IPv6 delegated prefixes assigned to the network interface.
ipv6Prefix
- The IPv6 delegated prefixes assigned to the network interface.public String toString()
toString
in class Object
Object.toString()
public Ipv6PrefixSpecificationResponse clone()