|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.NetworkAclAssociation
public class NetworkAclAssociation
Describes an association between a network ACL and a subnet.
| Constructor Summary | |
|---|---|
NetworkAclAssociation()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getNetworkAclAssociationId()
The ID of the association between a network ACL and a subnet. |
java.lang.String |
getNetworkAclId()
The ID of the network ACL. |
java.lang.String |
getSubnetId()
The ID of the subnet. |
int |
hashCode()
|
void |
setNetworkAclAssociationId(java.lang.String networkAclAssociationId)
The ID of the association between a network ACL and a subnet. |
void |
setNetworkAclId(java.lang.String networkAclId)
The ID of the network ACL. |
void |
setSubnetId(java.lang.String subnetId)
The ID of the subnet. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
NetworkAclAssociation |
withNetworkAclAssociationId(java.lang.String networkAclAssociationId)
The ID of the association between a network ACL and a subnet. |
NetworkAclAssociation |
withNetworkAclId(java.lang.String networkAclId)
The ID of the network ACL. |
NetworkAclAssociation |
withSubnetId(java.lang.String subnetId)
The ID of the subnet. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkAclAssociation()
| Method Detail |
|---|
public java.lang.String getNetworkAclAssociationId()
public void setNetworkAclAssociationId(java.lang.String networkAclAssociationId)
networkAclAssociationId - The ID of the association between a network ACL and a subnet.public NetworkAclAssociation withNetworkAclAssociationId(java.lang.String networkAclAssociationId)
Returns a reference to this object so that method calls can be chained together.
networkAclAssociationId - The ID of the association between a network ACL and a subnet.
public java.lang.String getNetworkAclId()
public void setNetworkAclId(java.lang.String networkAclId)
networkAclId - The ID of the network ACL.public NetworkAclAssociation withNetworkAclId(java.lang.String networkAclId)
Returns a reference to this object so that method calls can be chained together.
networkAclId - The ID of the network ACL.
public java.lang.String getSubnetId()
public void setSubnetId(java.lang.String subnetId)
subnetId - The ID of the subnet.public NetworkAclAssociation withSubnetId(java.lang.String subnetId)
Returns a reference to this object so that method calls can be chained together.
subnetId - The ID of the subnet.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||