@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public PrivateIpAddressDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.