|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticache.model.DeleteCacheSubnetGroupRequest
public class DeleteCacheSubnetGroupRequest
Container for the parameters to the DeleteCacheSubnetGroup operation
.
Deletes a Cache Subnet Group.
NOTE:The specified Cache Subnet Group must not be associated with any Cache Clusters.
AmazonElastiCache.deleteCacheSubnetGroup(DeleteCacheSubnetGroupRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteCacheSubnetGroupRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheSubnetGroupName()
The name of the Cache Subnet Group to delete. |
int |
hashCode()
|
void |
setCacheSubnetGroupName(String cacheSubnetGroupName)
The name of the Cache Subnet Group to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteCacheSubnetGroupRequest |
withCacheSubnetGroupName(String cacheSubnetGroupName)
The name of the Cache Subnet Group to delete. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteCacheSubnetGroupRequest()
Method Detail |
---|
public String getCacheSubnetGroupName()
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
public void setCacheSubnetGroupName(String cacheSubnetGroupName)
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
cacheSubnetGroupName
- The name of the Cache Subnet Group to delete. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
public DeleteCacheSubnetGroupRequest withCacheSubnetGroupName(String cacheSubnetGroupName)
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroupName
- The name of the Cache Subnet Group to delete. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |