|
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(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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheParameterGroup()
Method Detail |
---|
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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |