@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PrivateIpAddressDetails extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
PrivateIpAddressDetails() |
| Modifier and Type | Method and Description |
|---|---|
PrivateIpAddressDetails |
clone() |
boolean |
equals(Object obj) |
String |
getPrivateDnsName()
Private DNS name of the EC2 instance.
|
String |
getPrivateIpAddress()
Private IP address of the EC2 instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPrivateDnsName(String privateDnsName)
Private DNS name of the EC2 instance.
|
void |
setPrivateIpAddress(String privateIpAddress)
Private IP address of the EC2 instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PrivateIpAddressDetails |
withPrivateDnsName(String privateDnsName)
Private DNS name of the EC2 instance.
|
PrivateIpAddressDetails |
withPrivateIpAddress(String privateIpAddress)
Private IP address of the EC2 instance.
|
public void setPrivateDnsName(String privateDnsName)
privateDnsName - Private DNS name of the EC2 instance.public String getPrivateDnsName()
public PrivateIpAddressDetails withPrivateDnsName(String privateDnsName)
privateDnsName - Private DNS name of the EC2 instance.public void setPrivateIpAddress(String privateIpAddress)
privateIpAddress - Private IP address of the EC2 instance.public String getPrivateIpAddress()
public PrivateIpAddressDetails withPrivateIpAddress(String privateIpAddress)
privateIpAddress - Private IP address of the EC2 instance.public String toString()
toString in class ObjectObject.toString()public PrivateIpAddressDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.