@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details on one or more IPv4 prefixes for a network interface.
Constructor and Description |
---|
AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails() |
Modifier and Type | Method and Description |
---|---|
AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails |
clone() |
boolean |
equals(Object obj) |
String |
getIpv4Prefix()
The IPv4 prefix.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIpv4Prefix(String ipv4Prefix)
The IPv4 prefix.
|
String |
toString()
Returns a string representation of this object.
|
AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails |
withIpv4Prefix(String ipv4Prefix)
The IPv4 prefix.
|
public AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails()
public void setIpv4Prefix(String ipv4Prefix)
The IPv4 prefix. For more information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.
ipv4Prefix
- The IPv4 prefix. For more information, see Assigning prefixes to
Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.public String getIpv4Prefix()
The IPv4 prefix. For more information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.
public AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails withIpv4Prefix(String ipv4Prefix)
The IPv4 prefix. For more information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.
ipv4Prefix
- The IPv4 prefix. For more information, see Assigning prefixes to
Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.public String toString()
toString
in class Object
Object.toString()
public AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.