@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Ipv4PrefixSpecificationResponse extends Object implements Serializable, Cloneable
Information about the IPv4 delegated prefixes assigned to a network interface.
Constructor and Description |
---|
Ipv4PrefixSpecificationResponse() |
Modifier and Type | Method and Description |
---|---|
Ipv4PrefixSpecificationResponse |
clone() |
boolean |
equals(Object obj) |
String |
getIpv4Prefix()
The IPv4 delegated prefixes assigned to the network interface.
|
int |
hashCode() |
void |
setIpv4Prefix(String ipv4Prefix)
The IPv4 delegated prefixes assigned to the network interface.
|
String |
toString()
Returns a string representation of this object.
|
Ipv4PrefixSpecificationResponse |
withIpv4Prefix(String ipv4Prefix)
The IPv4 delegated prefixes assigned to the network interface.
|
public void setIpv4Prefix(String ipv4Prefix)
The IPv4 delegated prefixes assigned to the network interface.
ipv4Prefix
- The IPv4 delegated prefixes assigned to the network interface.public String getIpv4Prefix()
The IPv4 delegated prefixes assigned to the network interface.
public Ipv4PrefixSpecificationResponse withIpv4Prefix(String ipv4Prefix)
The IPv4 delegated prefixes assigned to the network interface.
ipv4Prefix
- The IPv4 delegated prefixes assigned to the network interface.public String toString()
toString
in class Object
Object.toString()
public Ipv4PrefixSpecificationResponse clone()