@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 Object
Object.toString()
public AwsEc2NetworkInterfaceIpV6AddressDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.