@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssignedPrivateIpAddress extends Object implements Serializable, Cloneable
Describes the private IP addresses assigned to a network interface.
Constructor and Description |
---|
AssignedPrivateIpAddress() |
Modifier and Type | Method and Description |
---|---|
AssignedPrivateIpAddress |
clone() |
boolean |
equals(Object obj) |
String |
getPrivateIpAddress()
The private IP address assigned to the network interface.
|
int |
hashCode() |
void |
setPrivateIpAddress(String privateIpAddress)
The private IP address assigned to the network interface.
|
String |
toString()
Returns a string representation of this object.
|
AssignedPrivateIpAddress |
withPrivateIpAddress(String privateIpAddress)
The private IP address assigned to the network interface.
|
public void setPrivateIpAddress(String privateIpAddress)
The private IP address assigned to the network interface.
privateIpAddress
- The private IP address assigned to the network interface.public String getPrivateIpAddress()
The private IP address assigned to the network interface.
public AssignedPrivateIpAddress withPrivateIpAddress(String privateIpAddress)
The private IP address assigned to the network interface.
privateIpAddress
- The private IP address assigned to the network interface.public String toString()
toString
in class Object
Object.toString()
public AssignedPrivateIpAddress clone()