public class ResetCacheParameterGroupResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of one of the following actions:
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
cacheParameterGroupName
The name of the cache parameter group.
|
Constructor and Description |
---|
ResetCacheParameterGroupResult() |
Modifier and Type | Method and Description |
---|---|
ResetCacheParameterGroupResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheParameterGroupName()
The name of the cache parameter group.
|
int |
hashCode() |
void |
setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the cache parameter group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResetCacheParameterGroupResult |
withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the cache parameter group.
|
private java.lang.String cacheParameterGroupName
The name of the cache parameter group.
public void setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the cache parameter group.
cacheParameterGroupName
- The name of the cache parameter group.public java.lang.String getCacheParameterGroupName()
The name of the cache parameter group.
public ResetCacheParameterGroupResult withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of the cache parameter group.
cacheParameterGroupName
- The name of the cache parameter group.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ResetCacheParameterGroupResult clone()
clone
in class java.lang.Object