public class NetworkAclAssociation
extends java.lang.Object
implements java.io.Serializable
Describes an association between a network ACL and a subnet.
| Constructor and Description |
|---|
NetworkAclAssociation() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.