public class NetworkInterfaceAssociation
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
NetworkInterfaceAssociation() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAllocationId()
Returns the value of the AllocationId property for this object.
|
java.lang.String |
getAssociationId()
Returns the value of the AssociationId property for this object.
|
java.lang.String |
getIpOwnerId()
Returns the value of the IpOwnerId property for this object.
|
java.lang.String |
getPublicIp()
Returns the value of the PublicIp property for this object.
|
int |
hashCode() |
void |
setAllocationId(java.lang.String allocationId)
Sets the value of the AllocationId property for this object.
|
void |
setAssociationId(java.lang.String associationId)
Sets the value of the AssociationId property for this object.
|
void |
setIpOwnerId(java.lang.String ipOwnerId)
Sets the value of the IpOwnerId property for this object.
|
void |
setPublicIp(java.lang.String publicIp)
Sets the value of the PublicIp property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
NetworkInterfaceAssociation |
withAllocationId(java.lang.String allocationId)
Sets the value of the AllocationId property for this object.
|
NetworkInterfaceAssociation |
withAssociationId(java.lang.String associationId)
Sets the value of the AssociationId property for this object.
|
NetworkInterfaceAssociation |
withIpOwnerId(java.lang.String ipOwnerId)
Sets the value of the IpOwnerId property for this object.
|
NetworkInterfaceAssociation |
withPublicIp(java.lang.String publicIp)
Sets the value of the PublicIp property for this object.
|
public java.lang.String getPublicIp()
public void setPublicIp(java.lang.String publicIp)
publicIp - The new value for the PublicIp property for this object.public NetworkInterfaceAssociation withPublicIp(java.lang.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 java.lang.String getIpOwnerId()
public void setIpOwnerId(java.lang.String ipOwnerId)
ipOwnerId - The new value for the IpOwnerId property for this object.public NetworkInterfaceAssociation withIpOwnerId(java.lang.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 java.lang.String getAllocationId()
public void setAllocationId(java.lang.String allocationId)
allocationId - The new value for the AllocationId property for this object.public NetworkInterfaceAssociation withAllocationId(java.lang.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 java.lang.String getAssociationId()
public void setAssociationId(java.lang.String associationId)
associationId - The new value for the AssociationId property for this object.public NetworkInterfaceAssociation withAssociationId(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object