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