Container for the parameters to the ModifyClusterSubnetGroup operation.
            Modifies a cluster subnet group to include the specified list of VPC subnets.
                    The operation replaces the existing list of subnets with the new list of subnets.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ModifyClusterSubnetGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ModifyClusterSubnetGroupRequest()()()() | Initializes a new instance of the ModifyClusterSubnetGroupRequest class | 
|  | ClusterSubnetGroupName | 
            Gets and sets the property ClusterSubnetGroupName. 
             The name of the subnet group to be modified. | 
|  | Description | 
            Gets and sets the property Description. 
             A text description of the subnet group to be modified. | 
|  | 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.) | 
|  | SubnetIds | 
            Gets and sets the property SubnetIds. 
             An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithClusterSubnetGroupName(String) | Obsolete. 
            Sets the ClusterSubnetGroupName property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithSubnetIds(array<String>[]()[][]) | Obsolete. 
            Sets the SubnetIds property
             | 
|  | WithSubnetIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the SubnetIds property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ModifyClusterSubnetGroupRequest | |