public class NetworkInterfaceAssociation extends Object implements Serializable
Constructor and Description |
---|
NetworkInterfaceAssociation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAllocationId()
Returns the value of the AllocationId property for this object.
|
String |
getAssociationId()
Returns the value of the AssociationId property for this object.
|
String |
getIpOwnerId()
Returns the value of the IpOwnerId property for this object.
|
String |
getPublicIp()
Returns the value of the PublicIp property for this object.
|
int |
hashCode() |
void |
setAllocationId(String allocationId)
Sets the value of the AllocationId property for this object.
|
void |
setAssociationId(String associationId)
Sets the value of the AssociationId property for this object.
|
void |
setIpOwnerId(String ipOwnerId)
Sets the value of the IpOwnerId 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.
|
NetworkInterfaceAssociation |
withAllocationId(String allocationId)
Sets the value of the AllocationId property for this object.
|
NetworkInterfaceAssociation |
withAssociationId(String associationId)
Sets the value of the AssociationId property for this object.
|
NetworkInterfaceAssociation |
withIpOwnerId(String ipOwnerId)
Sets the value of the IpOwnerId property for this object.
|
NetworkInterfaceAssociation |
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 NetworkInterfaceAssociation 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 getIpOwnerId()
public void setIpOwnerId(String ipOwnerId)
ipOwnerId
- The new value for the IpOwnerId property for this object.public NetworkInterfaceAssociation 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 getAllocationId()
public void setAllocationId(String allocationId)
allocationId
- The new value for the AllocationId property for this object.public NetworkInterfaceAssociation withAllocationId(String allocationId)
Returns a reference to this object so that method calls can be chained together.
allocationId
- The new value for the AllocationId property for this object.public String getAssociationId()
public void setAssociationId(String associationId)
associationId
- The new value for the AssociationId property for this object.public NetworkInterfaceAssociation withAssociationId(String associationId)
Returns a reference to this object so that method calls can be chained together.
associationId
- The new value for the AssociationId property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.