@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkAclAssociation extends Object implements Serializable, Cloneable
Describes an association between a network ACL and a subnet.
| Constructor and Description | 
|---|
NetworkAclAssociation()  | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkAclAssociation | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getNetworkAclAssociationId()
 The ID of the association between a network ACL and a subnet. 
 | 
String | 
getNetworkAclId()
 The ID of the network ACL. 
 | 
String | 
getSubnetId()
 The ID of the subnet. 
 | 
int | 
hashCode()  | 
void | 
setNetworkAclAssociationId(String networkAclAssociationId)
 The ID of the association between a network ACL and a subnet. 
 | 
void | 
setNetworkAclId(String networkAclId)
 The ID of the network ACL. 
 | 
void | 
setSubnetId(String subnetId)
 The ID of the subnet. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
NetworkAclAssociation | 
withNetworkAclAssociationId(String networkAclAssociationId)
 The ID of the association between a network ACL and a subnet. 
 | 
NetworkAclAssociation | 
withNetworkAclId(String networkAclId)
 The ID of the network ACL. 
 | 
NetworkAclAssociation | 
withSubnetId(String subnetId)
 The ID of the subnet. 
 | 
public void setNetworkAclAssociationId(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 String getNetworkAclAssociationId()
The ID of the association between a network ACL and a subnet.
public NetworkAclAssociation withNetworkAclAssociationId(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(String networkAclId)
The ID of the network ACL.
networkAclId - The ID of the network ACL.public String getNetworkAclId()
The ID of the network ACL.
public NetworkAclAssociation withNetworkAclId(String networkAclId)
The ID of the network ACL.
networkAclId - The ID of the network ACL.public void setSubnetId(String subnetId)
The ID of the subnet.
subnetId - The ID of the subnet.public String getSubnetId()
The ID of the subnet.
public NetworkAclAssociation withSubnetId(String subnetId)
The ID of the subnet.
subnetId - The ID of the subnet.public String toString()
toString in class ObjectObject.toString()public NetworkAclAssociation clone()