Class NetworkAclAssociation
java.lang.Object
com.amazonaws.services.ec2.model.NetworkAclAssociation
- All Implemented Interfaces:
Serializable, Cloneable
Describes an association between a network ACL and a subnet.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe ID of the association between a network ACL and a subnet.The ID of the network ACL.The ID of the subnet.inthashCode()voidsetNetworkAclAssociationId(String networkAclAssociationId) The ID of the association between a network ACL and a subnet.voidsetNetworkAclId(String networkAclId) The ID of the network ACL.voidsetSubnetId(String subnetId) The ID of the subnet.toString()Returns a string representation of this object; useful for testing and debugging.withNetworkAclAssociationId(String networkAclAssociationId) The ID of the association between a network ACL and a subnet.withNetworkAclId(String networkAclId) The ID of the network ACL.withSubnetId(String subnetId) The ID of the subnet.
-
Constructor Details
-
NetworkAclAssociation
public NetworkAclAssociation()
-
-
Method Details
-
setNetworkAclAssociationId
The ID of the association between a network ACL and a subnet.
- Parameters:
networkAclAssociationId- The ID of the association between a network ACL and a subnet.
-
getNetworkAclAssociationId
The ID of the association between a network ACL and a subnet.
- Returns:
- The ID of the association between a network ACL and a subnet.
-
withNetworkAclAssociationId
The ID of the association between a network ACL and a subnet.
- Parameters:
networkAclAssociationId- The ID of the association between a network ACL and a subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNetworkAclId
The ID of the network ACL.
- Parameters:
networkAclId- The ID of the network ACL.
-
getNetworkAclId
-
withNetworkAclId
The ID of the network ACL.
- Parameters:
networkAclId- The ID of the network ACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSubnetId
The ID of the subnet.
- Parameters:
subnetId- The ID of the subnet.
-
getSubnetId
-
withSubnetId
The ID of the subnet.
- Parameters:
subnetId- The ID of the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-