@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details on one or more IPv6 prefixes to be assigned to the network interface.
Constructor and Description |
---|
AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails() |
Modifier and Type | Method and Description |
---|---|
AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails |
clone() |
boolean |
equals(Object obj) |
String |
getIpv6Prefix()
The IPv6 prefix.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIpv6Prefix(String ipv6Prefix)
The IPv6 prefix.
|
String |
toString()
Returns a string representation of this object.
|
AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails |
withIpv6Prefix(String ipv6Prefix)
The IPv6 prefix.
|
public AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails()
public void setIpv6Prefix(String ipv6Prefix)
The IPv6 prefix.
ipv6Prefix
- The IPv6 prefix.public String getIpv6Prefix()
The IPv6 prefix.
public AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails withIpv6Prefix(String ipv6Prefix)
The IPv6 prefix.
ipv6Prefix
- The IPv6 prefix.public String toString()
toString
in class Object
Object.toString()
public AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.