@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceIpv6AddressRequest extends Object implements Serializable, Cloneable
Describes an IPv6 address.
Constructor and Description |
---|
InstanceIpv6AddressRequest() |
Modifier and Type | Method and Description |
---|---|
InstanceIpv6AddressRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIpv6Address()
The IPv6 address.
|
int |
hashCode() |
void |
setIpv6Address(String ipv6Address)
The IPv6 address.
|
String |
toString()
Returns a string representation of this object.
|
InstanceIpv6AddressRequest |
withIpv6Address(String ipv6Address)
The IPv6 address.
|
public void setIpv6Address(String ipv6Address)
The IPv6 address.
ipv6Address
- The IPv6 address.public String getIpv6Address()
The IPv6 address.
public InstanceIpv6AddressRequest withIpv6Address(String ipv6Address)
The IPv6 address.
ipv6Address
- The IPv6 address.public String toString()
toString
in class Object
Object.toString()
public InstanceIpv6AddressRequest clone()