public class InstanceNetworkInterfaceAssociation extends Object implements Serializable
Constructor and Description |
---|
InstanceNetworkInterfaceAssociation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getIpOwnerId()
Returns the value of the IpOwnerId property for this object.
|
String |
getPublicDnsName()
Returns the value of the PublicDnsName property for this object.
|
String |
getPublicIp()
Returns the value of the PublicIp property for this object.
|
int |
hashCode() |
void |
setIpOwnerId(String ipOwnerId)
Sets the value of the IpOwnerId property for this object.
|
void |
setPublicDnsName(String publicDnsName)
Sets the value of the PublicDnsName property for this object.
|
void |
setPublicIp(String publicIp)
Sets the value of the PublicIp property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InstanceNetworkInterfaceAssociation |
withIpOwnerId(String ipOwnerId)
Sets the value of the IpOwnerId property for this object.
|
InstanceNetworkInterfaceAssociation |
withPublicDnsName(String publicDnsName)
Sets the value of the PublicDnsName property for this object.
|
InstanceNetworkInterfaceAssociation |
withPublicIp(String publicIp)
Sets the value of the PublicIp property for this object.
|
public String getPublicIp()
public void setPublicIp(String publicIp)
publicIp
- The new value for the PublicIp property for this object.public InstanceNetworkInterfaceAssociation withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp
- The new value for the PublicIp property for this object.public String getPublicDnsName()
public void setPublicDnsName(String publicDnsName)
publicDnsName
- The new value for the PublicDnsName property for this object.public InstanceNetworkInterfaceAssociation withPublicDnsName(String publicDnsName)
Returns a reference to this object so that method calls can be chained together.
publicDnsName
- The new value for the PublicDnsName property for this object.public String getIpOwnerId()
public void setIpOwnerId(String ipOwnerId)
ipOwnerId
- The new value for the IpOwnerId property for this object.public InstanceNetworkInterfaceAssociation withIpOwnerId(String ipOwnerId)
Returns a reference to this object so that method calls can be chained together.
ipOwnerId
- The new value for the IpOwnerId property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.