@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEc2NetworkInterfaceIpV6AddressDetail extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about an IPV6 address that is associated with the network interface.
| Constructor and Description |
|---|
AwsEc2NetworkInterfaceIpV6AddressDetail() |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkInterfaceIpV6AddressDetail |
clone() |
boolean |
equals(Object obj) |
String |
getIpV6Address()
The IPV6 address.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIpV6Address(String ipV6Address)
The IPV6 address.
|
String |
toString()
Returns a string representation of this object.
|
AwsEc2NetworkInterfaceIpV6AddressDetail |
withIpV6Address(String ipV6Address)
The IPV6 address.
|
public AwsEc2NetworkInterfaceIpV6AddressDetail()
public void setIpV6Address(String ipV6Address)
The IPV6 address.
ipV6Address - The IPV6 address.public String getIpV6Address()
The IPV6 address.
public AwsEc2NetworkInterfaceIpV6AddressDetail withIpV6Address(String ipV6Address)
The IPV6 address.
ipV6Address - The IPV6 address.public String toString()
toString in class ObjectObject.toString()public AwsEc2NetworkInterfaceIpV6AddressDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.