public class NetworkAclAssociation
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
NetworkAclAssociation() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNetworkAclAssociationId()
Returns the value of the NetworkAclAssociationId property for this
object.
|
java.lang.String |
getNetworkAclId()
Returns the value of the NetworkAclId property for this object.
|
java.lang.String |
getSubnetId()
Returns the value of the SubnetId property for this object.
|
int |
hashCode() |
void |
setNetworkAclAssociationId(java.lang.String networkAclAssociationId)
Sets the value of the NetworkAclAssociationId property for this
object.
|
void |
setNetworkAclId(java.lang.String networkAclId)
Sets the value of the NetworkAclId property for this object.
|
void |
setSubnetId(java.lang.String subnetId)
Sets the value of the SubnetId property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
NetworkAclAssociation |
withNetworkAclAssociationId(java.lang.String networkAclAssociationId)
Sets the value of the NetworkAclAssociationId property for this
object.
|
NetworkAclAssociation |
withNetworkAclId(java.lang.String networkAclId)
Sets the value of the NetworkAclId property for this object.
|
NetworkAclAssociation |
withSubnetId(java.lang.String subnetId)
Sets the value of the SubnetId property for this object.
|
public java.lang.String getNetworkAclAssociationId()
public void setNetworkAclAssociationId(java.lang.String networkAclAssociationId)
networkAclAssociationId - The new value for the NetworkAclAssociationId property for this
object.public NetworkAclAssociation withNetworkAclAssociationId(java.lang.String networkAclAssociationId)
Returns a reference to this object so that method calls can be chained together.
networkAclAssociationId - The new value for the NetworkAclAssociationId property for this
object.public java.lang.String getNetworkAclId()
public void setNetworkAclId(java.lang.String networkAclId)
networkAclId - The new value for the NetworkAclId property for this object.public NetworkAclAssociation withNetworkAclId(java.lang.String networkAclId)
Returns a reference to this object so that method calls can be chained together.
networkAclId - The new value for the NetworkAclId property for this object.public java.lang.String getSubnetId()
public void setSubnetId(java.lang.String subnetId)
subnetId - The new value for the SubnetId property for this object.public NetworkAclAssociation withSubnetId(java.lang.String subnetId)
Returns a reference to this object so that method calls can be chained together.
subnetId - The new value for the SubnetId 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