|
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.services.elasticache.model.CacheParameterGroup
public class CacheParameterGroup
Contains a set of parameters and their values which can be applied to a Cache Cluster.
| Constructor Summary | |
|---|---|
CacheParameterGroup()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCacheParameterGroupFamily()
Provides the name of the Cache Parameter Group Family that this Cache Parameter Group is compatible with. |
String |
getCacheParameterGroupName()
Provides the name of the Cache Parameter Group. |
String |
getDescription()
Provides the customer-specified description for this Cache Parameter Group. |
int |
hashCode()
|
void |
setCacheParameterGroupFamily(String cacheParameterGroupFamily)
Provides the name of the Cache Parameter Group Family that this Cache Parameter Group is compatible with. |
void |
setCacheParameterGroupName(String cacheParameterGroupName)
Provides the name of the Cache Parameter Group. |
void |
setDescription(String description)
Provides the customer-specified description for this Cache Parameter Group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheParameterGroup |
withCacheParameterGroupFamily(String cacheParameterGroupFamily)
Provides the name of the Cache Parameter Group Family that this Cache Parameter Group is compatible with. |
CacheParameterGroup |
withCacheParameterGroupName(String cacheParameterGroupName)
Provides the name of the Cache Parameter Group. |
CacheParameterGroup |
withDescription(String description)
Provides the customer-specified description for this Cache Parameter Group. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheParameterGroup()
| Method Detail |
|---|
public String getCacheParameterGroupName()
public void setCacheParameterGroupName(String cacheParameterGroupName)
cacheParameterGroupName - Provides the name of the Cache Parameter Group.public CacheParameterGroup withCacheParameterGroupName(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 String getCacheParameterGroupFamily()
public void setCacheParameterGroupFamily(String cacheParameterGroupFamily)
cacheParameterGroupFamily - Provides the name of the Cache Parameter Group Family that this Cache
Parameter Group is compatible with.public CacheParameterGroup withCacheParameterGroupFamily(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 String getDescription()
public void setDescription(String description)
description - Provides the customer-specified description for this Cache Parameter
Group.public CacheParameterGroup withDescription(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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||