Package com.amazonaws.services.ec2.model
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()
boolean
The ID of the association between a network ACL and a subnet.The ID of the network ACL.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.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
The ID of the network ACL.
- Returns:
- The ID of the network ACL.
-
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
The ID of the subnet.
- Returns:
- The ID of the subnet.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-