@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Ipv4PrefixSpecificationRequest extends Object implements Serializable, Cloneable
Describes the IPv4 Prefix Delegation option for a network interface.
| Constructor and Description |
|---|
Ipv4PrefixSpecificationRequest() |
| Modifier and Type | Method and Description |
|---|---|
Ipv4PrefixSpecificationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIpv4Prefix()
The IPv4 Prefix Delegation prefix.
|
int |
hashCode() |
void |
setIpv4Prefix(String ipv4Prefix)
The IPv4 Prefix Delegation prefix.
|
String |
toString()
Returns a string representation of this object.
|
Ipv4PrefixSpecificationRequest |
withIpv4Prefix(String ipv4Prefix)
The IPv4 Prefix Delegation prefix.
|
public void setIpv4Prefix(String ipv4Prefix)
The IPv4 Prefix Delegation prefix. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
ipv4Prefix - The IPv4 Prefix Delegation prefix. For information, see Prefix Delegation in
the Amazon Elastic Compute Cloud User Guide.public String getIpv4Prefix()
The IPv4 Prefix Delegation prefix. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
public Ipv4PrefixSpecificationRequest withIpv4Prefix(String ipv4Prefix)
The IPv4 Prefix Delegation prefix. For information, see Prefix Delegation in the Amazon Elastic Compute Cloud User Guide.
ipv4Prefix - The IPv4 Prefix Delegation prefix. For information, see Prefix Delegation in
the Amazon Elastic Compute Cloud User Guide.public String toString()
toString in class ObjectObject.toString()public Ipv4PrefixSpecificationRequest clone()
Copyright © 2021. All rights reserved.