@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetCacheParameterGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of one of the following operations:
 ModifyCacheParameterGroup
 
 ResetCacheParameterGroup
 
| Constructor and Description | 
|---|
| ResetCacheParameterGroupResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ResetCacheParameterGroupResult | clone() | 
| boolean | equals(Object obj) | 
| String | getCacheParameterGroupName()
 The name of the cache parameter group. | 
| int | hashCode() | 
| void | setCacheParameterGroupName(String cacheParameterGroupName)
 The name of the cache parameter group. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| ResetCacheParameterGroupResult | withCacheParameterGroupName(String cacheParameterGroupName)
 The name of the cache parameter group. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
cacheParameterGroupName - The name of the cache parameter group.public String getCacheParameterGroupName()
The name of the cache parameter group.
public ResetCacheParameterGroupResult withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
cacheParameterGroupName - The name of the cache parameter group.public String toString()
toString in class ObjectObject.toString()public ResetCacheParameterGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.