public class CacheParameterGroup
extends java.lang.Object
implements java.io.Serializable
Contains a set of parameters and their values which can be applied to a Cache Cluster.
| コンストラクタと説明 |
|---|
CacheParameterGroup() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheParameterGroupFamily()
Provides the name of the Cache Parameter Group Family that this Cache
Parameter Group is compatible with.
|
java.lang.String |
getCacheParameterGroupName()
Provides the name of the Cache Parameter Group.
|
java.lang.String |
getDescription()
Provides the customer-specified description for this Cache Parameter
Group.
|
int |
hashCode() |
void |
setCacheParameterGroupFamily(java.lang.String cacheParameterGroupFamily)
Provides the name of the Cache Parameter Group Family that this Cache
Parameter Group is compatible with.
|
void |
setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
Provides the name of the Cache Parameter Group.
|
void |
setDescription(java.lang.String description)
Provides the customer-specified description for this Cache Parameter
Group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CacheParameterGroup |
withCacheParameterGroupFamily(java.lang.String cacheParameterGroupFamily)
Provides the name of the Cache Parameter Group Family that this Cache
Parameter Group is compatible with.
|
CacheParameterGroup |
withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
Provides the name of the Cache Parameter Group.
|
CacheParameterGroup |
withDescription(java.lang.String description)
Provides the customer-specified description for this Cache Parameter
Group.
|
public java.lang.String getCacheParameterGroupName()
public void setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
cacheParameterGroupName - Provides the name of the Cache Parameter Group.public CacheParameterGroup withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroupName - Provides the name of the Cache Parameter Group.public java.lang.String getCacheParameterGroupFamily()
public void setCacheParameterGroupFamily(java.lang.String cacheParameterGroupFamily)
cacheParameterGroupFamily - Provides the name of the Cache Parameter Group Family that this Cache
Parameter Group is compatible with.public CacheParameterGroup withCacheParameterGroupFamily(java.lang.String cacheParameterGroupFamily)
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroupFamily - Provides the name of the Cache Parameter Group Family that this Cache
Parameter Group is compatible with.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - Provides the customer-specified description for this Cache Parameter
Group.public CacheParameterGroup withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - Provides the customer-specified description for this 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