@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduledInstancesIpv6Address extends Object implements Serializable, Cloneable
Describes an IPv6 address.
| Constructor and Description |
|---|
ScheduledInstancesIpv6Address() |
| Modifier and Type | Method and Description |
|---|---|
ScheduledInstancesIpv6Address |
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.
|
ScheduledInstancesIpv6Address |
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 ScheduledInstancesIpv6Address withIpv6Address(String ipv6Address)
The IPv6 address.
ipv6Address - The IPv6 address.public String toString()
toString in class ObjectObject.toString()public ScheduledInstancesIpv6Address clone()