Class ModifyClusterSubnetGroupRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The name of the subnet group to be modified.A text description of the subnet group to be modified.An array of VPC subnet IDs.int
hashCode()
void
setClusterSubnetGroupName
(String clusterSubnetGroupName) The name of the subnet group to be modified.void
setDescription
(String description) A text description of the subnet group to be modified.void
setSubnetIds
(Collection<String> subnetIds) An array of VPC subnet IDs.toString()
Returns a string representation of this object; useful for testing and debugging.withClusterSubnetGroupName
(String clusterSubnetGroupName) The name of the subnet group to be modified.withDescription
(String description) A text description of the subnet group to be modified.withSubnetIds
(String... subnetIds) An array of VPC subnet IDs.withSubnetIds
(Collection<String> subnetIds) An array of VPC subnet IDs.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ModifyClusterSubnetGroupRequest
public ModifyClusterSubnetGroupRequest()
-
-
Method Details
-
setClusterSubnetGroupName
The name of the subnet group to be modified.
- Parameters:
clusterSubnetGroupName
- The name of the subnet group to be modified.
-
getClusterSubnetGroupName
The name of the subnet group to be modified.
- Returns:
- The name of the subnet group to be modified.
-
withClusterSubnetGroupName
The name of the subnet group to be modified.
- Parameters:
clusterSubnetGroupName
- The name of the subnet group to be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
A text description of the subnet group to be modified.
- Parameters:
description
- A text description of the subnet group to be modified.
-
getDescription
A text description of the subnet group to be modified.
- Returns:
- A text description of the subnet group to be modified.
-
withDescription
A text description of the subnet group to be modified.
- Parameters:
description
- A text description of the subnet group to be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getSubnetIds
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
- Returns:
- An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
-
setSubnetIds
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
- Parameters:
subnetIds
- An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
-
withSubnetIds
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)
orwithSubnetIds(java.util.Collection)
if you want to override the existing values.- Parameters:
subnetIds
- An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSubnetIds
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
- Parameters:
subnetIds
- An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.- 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
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-