public class ModifyCacheSubnetGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ModifyCacheSubnetGroup operation.
 The ModifyCacheSubnetGroup action modifies an existing cache subnet group.
NOOP| Constructor and Description | 
|---|
| ModifyCacheSubnetGroupRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyCacheSubnetGroupRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getCacheSubnetGroupDescription()A description for the cache subnet group. | 
| String | getCacheSubnetGroupName()The name for the cache subnet group. | 
| List<String> | getSubnetIds()The EC2 subnet IDs for the cache subnet group. | 
| int | hashCode() | 
| void | setCacheSubnetGroupDescription(String cacheSubnetGroupDescription)A description for the cache subnet group. | 
| void | setCacheSubnetGroupName(String cacheSubnetGroupName)The name for the cache subnet group. | 
| void | setSubnetIds(Collection<String> subnetIds)The EC2 subnet IDs for the cache subnet group. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ModifyCacheSubnetGroupRequest | withCacheSubnetGroupDescription(String cacheSubnetGroupDescription)A description for the cache subnet group. | 
| ModifyCacheSubnetGroupRequest | withCacheSubnetGroupName(String cacheSubnetGroupName)The name for the cache subnet group. | 
| ModifyCacheSubnetGroupRequest | withSubnetIds(Collection<String> subnetIds)The EC2 subnet IDs for the cache subnet group. | 
| ModifyCacheSubnetGroupRequest | withSubnetIds(String... subnetIds)The EC2 subnet IDs for the cache subnet group. | 
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getCacheSubnetGroupName()
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example:
 mysubnetgroup
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example:
         mysubnetgroup
public void setCacheSubnetGroupName(String cacheSubnetGroupName)
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example:
 mysubnetgroup
cacheSubnetGroupName - The name for the cache subnet group. This value is stored as a
         lowercase string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example:
         mysubnetgroup
public ModifyCacheSubnetGroupRequest withCacheSubnetGroupName(String cacheSubnetGroupName)
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example:
 mysubnetgroup
 
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroupName - The name for the cache subnet group. This value is stored as a
         lowercase string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example:
         mysubnetgroup
public String getCacheSubnetGroupDescription()
public void setCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
cacheSubnetGroupDescription - A description for the cache subnet group.public ModifyCacheSubnetGroupRequest withCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroupDescription - A description for the cache subnet group.public List<String> getSubnetIds()
public void setSubnetIds(Collection<String> subnetIds)
subnetIds - The EC2 subnet IDs for the cache subnet group.public ModifyCacheSubnetGroupRequest withSubnetIds(String... subnetIds)
 NOTE: This method appends the values to the existing list (if
 any). Use setSubnetIds(java.util.Collection) or withSubnetIds(java.util.Collection) if you want to override the
 existing values.
 
Returns a reference to this object so that method calls can be chained together.
subnetIds - The EC2 subnet IDs for the cache subnet group.public ModifyCacheSubnetGroupRequest withSubnetIds(Collection<String> subnetIds)
Returns a reference to this object so that method calls can be chained together.
subnetIds - The EC2 subnet IDs for the cache subnet group.public String toString()
toString in class ObjectObject.toString()public ModifyCacheSubnetGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.