Changes which network ACL a subnet is associated with.

C# |
public class ReplaceNetworkAclAssociationRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ReplaceNetworkAclAssociationRequest()()()() | Initializes a new instance of the ReplaceNetworkAclAssociationRequest class |
![]() | AssociationId |
The ID representing the current association between the original network
ACL and the subnet.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetAssociationId()()()() |
Checks if AssociationId property is set
|
![]() | IsSetNetworkAclId()()()() |
Checks if NetworkAclId property is set
|
![]() | NetworkAclId |
The ID of the new ACL to associate with the subnet.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAssociationId(String) | Obsolete.
Sets the ID representing the current association between the original network
ACL and the subnet.
|
![]() | WithNetworkAclId(String) | Obsolete.
Sets the ID of the new ACL to associate with the subnet.
|

By default when you create a subnet, it's automatically associated with the
default network ACL. For more information about network ACLs, go to
Network ACLs in the Amazon Virtual Private Cloud User Guide.

Object | ||
![]() | EC2Request | |
![]() | ReplaceNetworkAclAssociationRequest |