|
||||||||||
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
Represents the output of a CreateCacheParameterGroup operation.
Constructor Summary | |
---|---|
CacheParameterGroup()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheParameterGroupFamily()
The name of the cache parameter group family that this cache parameter group is compatible with. |
String |
getCacheParameterGroupName()
The name of the cache parameter group. |
String |
getDescription()
The description for this cache parameter group. |
int |
hashCode()
|
void |
setCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter group is compatible with. |
void |
setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group. |
void |
setDescription(String description)
The description for this cache parameter group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheParameterGroup |
withCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter group is compatible with. |
CacheParameterGroup |
withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group. |
CacheParameterGroup |
withDescription(String description)
The description for this cache parameter group. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheParameterGroup()
Method Detail |
---|
public String getCacheParameterGroupName()
public void setCacheParameterGroupName(String cacheParameterGroupName)
cacheParameterGroupName
- 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
- The name of the cache parameter group.
public String getCacheParameterGroupFamily()
public void setCacheParameterGroupFamily(String cacheParameterGroupFamily)
cacheParameterGroupFamily
- 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
- 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
- The 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
- The description for this cache parameter group.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |