public class ResetCacheParameterGroupResult
extends java.lang.Object
implements java.io.Serializable
Contains the name of a Cache Parameter Group.
| コンストラクタと説明 |
|---|
ResetCacheParameterGroupResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public java.lang.String getCacheParameterGroupName()
public void setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
cacheParameterGroupName - The name of the Cache Parameter Group.public ResetCacheParameterGroupResult withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroupName - The name of the Cache Parameter 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