AWS SDK for .NET Documentation
ReplaceNetworkAclAssociationRequest Class
AmazonAmazon.EC2.ModelReplaceNetworkAclAssociationRequest Did this page help you?   Yes   No    Tell us about it...
Changes which network ACL a subnet is associated with.
Declaration Syntax
C#
public class ReplaceNetworkAclAssociationRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
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
Object
EC2Request
 ReplaceNetworkAclAssociationRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)