Changes which network ACL a subnet is associated with.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ReplaceNetworkAclAssociationRequest : EC2Request
 Members
 Members| 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.
             | 
 Remarks
 Remarks
            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.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | ReplaceNetworkAclAssociationRequest | |