@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; useful for testing and debugging.
|
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 Object
Object.toString()
public ScheduledInstancesIpv6Address clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.