public class NetworkAclAssociation
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes an association between a network ACL and a subnet.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
networkAclAssociationId
The ID of the association between a network ACL and a subnet.
|
private java.lang.String |
networkAclId
The ID of the network ACL.
|
private java.lang.String |
subnetId
The ID of the subnet.
|
Constructor and Description |
---|
NetworkAclAssociation() |
Modifier and Type | Method and Description |
---|---|
NetworkAclAssociation |
clone() |
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.
|
private java.lang.String networkAclAssociationId
The ID of the association between a network ACL and a subnet.
private java.lang.String networkAclId
The ID of the network ACL.
private java.lang.String subnetId
The ID of the subnet.
public void setNetworkAclAssociationId(java.lang.String networkAclAssociationId)
The ID of the association between a network ACL and a subnet.
networkAclAssociationId
- The ID of the association between a network ACL and a subnet.public java.lang.String getNetworkAclAssociationId()
The ID of the association between a network ACL and a subnet.
public NetworkAclAssociation withNetworkAclAssociationId(java.lang.String networkAclAssociationId)
The ID of the association between a network ACL and a subnet.
networkAclAssociationId
- The ID of the association between a network ACL and a subnet.public void setNetworkAclId(java.lang.String networkAclId)
The ID of the network ACL.
networkAclId
- The ID of the network ACL.public java.lang.String getNetworkAclId()
The ID of the network ACL.
public NetworkAclAssociation withNetworkAclId(java.lang.String networkAclId)
The ID of the network ACL.
networkAclId
- The ID of the network ACL.public void setSubnetId(java.lang.String subnetId)
The ID of the subnet.
subnetId
- The ID of the subnet.public java.lang.String getSubnetId()
The ID of the subnet.
public NetworkAclAssociation withSubnetId(java.lang.String subnetId)
The ID of the subnet.
subnetId
- The ID of the subnet.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public NetworkAclAssociation clone()
clone
in class java.lang.Object