|
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.ModifyCacheParameterGroupResult
public class ModifyCacheParameterGroupResult
Contains the name of a Cache Parameter Group.
Constructor Summary | |
---|---|
ModifyCacheParameterGroupResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheParameterGroupName()
The name of the Cache Parameter Group. |
int |
hashCode()
|
void |
setCacheParameterGroupName(String cacheParameterGroupName)
The name of the Cache Parameter Group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ModifyCacheParameterGroupResult |
withCacheParameterGroupName(String cacheParameterGroupName)
The name of the Cache Parameter Group. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModifyCacheParameterGroupResult()
Method Detail |
---|
public String getCacheParameterGroupName()
public void setCacheParameterGroupName(String cacheParameterGroupName)
cacheParameterGroupName
- The name of the Cache Parameter Group.public ModifyCacheParameterGroupResult 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 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 |