@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Ipv4PrefixSpecification extends Object implements Serializable, Cloneable
Describes an IPv4 Prefix Delegation.
Constructor and Description |
---|
Ipv4PrefixSpecification() |
Modifier and Type | Method and Description |
---|---|
Ipv4PrefixSpecification |
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.
|
Ipv4PrefixSpecification |
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 Ipv4PrefixSpecification 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 Object
Object.toString()
public Ipv4PrefixSpecification clone()