public class ModifyCacheSubnetGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
ModifyCacheSubnetGroup operation.
Modifies an existing Cache Subnet Group.
| コンストラクタと説明 |
|---|
ModifyCacheSubnetGroupRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheSubnetGroupDescription()
The description for the Cache Subnet Group.
|
java.lang.String |
getCacheSubnetGroupName()
The name for the Cache Subnet Group.
|
java.util.List<java.lang.String> |
getSubnetIds()
The EC2 Subnet IDs for the Cache Subnet Group.
|
int |
hashCode() |
void |
setCacheSubnetGroupDescription(java.lang.String cacheSubnetGroupDescription)
The description for the Cache Subnet Group.
|
void |
setCacheSubnetGroupName(java.lang.String cacheSubnetGroupName)
The name for the Cache Subnet Group.
|
void |
setSubnetIds(java.util.Collection<java.lang.String> subnetIds)
The EC2 Subnet IDs for the Cache Subnet Group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyCacheSubnetGroupRequest |
withCacheSubnetGroupDescription(java.lang.String cacheSubnetGroupDescription)
The description for the Cache Subnet Group.
|
ModifyCacheSubnetGroupRequest |
withCacheSubnetGroupName(java.lang.String cacheSubnetGroupName)
The name for the Cache Subnet Group.
|
ModifyCacheSubnetGroupRequest |
withSubnetIds(java.util.Collection<java.lang.String> subnetIds)
The EC2 Subnet IDs for the Cache Subnet Group.
|
ModifyCacheSubnetGroupRequest |
withSubnetIds(java.lang.String... subnetIds)
The EC2 Subnet IDs for the Cache Subnet Group.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.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(java.lang.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(java.lang.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 java.lang.String getCacheSubnetGroupDescription()
public void setCacheSubnetGroupDescription(java.lang.String cacheSubnetGroupDescription)
cacheSubnetGroupDescription - The description for the Cache Subnet Group.public ModifyCacheSubnetGroupRequest withCacheSubnetGroupDescription(java.lang.String cacheSubnetGroupDescription)
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroupDescription - The description for the Cache Subnet Group.public java.util.List<java.lang.String> getSubnetIds()
public void setSubnetIds(java.util.Collection<java.lang.String> subnetIds)
subnetIds - The EC2 Subnet IDs for the Cache Subnet Group.public ModifyCacheSubnetGroupRequest withSubnetIds(java.lang.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 ModifyCacheSubnetGroupRequest withSubnetIds(java.util.Collection<java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object