|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticache.model.ResetCacheParameterGroupResult
public class ResetCacheParameterGroupResult
Contains the name of a Cache Parameter Group.
| Constructor Summary | |
|---|---|
ResetCacheParameterGroupResult()
|
|
| Method Summary | |
|---|---|
String |
getCacheParameterGroupName()
The name of the Cache Parameter Group. |
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. |
ResetCacheParameterGroupResult |
withCacheParameterGroupName(String cacheParameterGroupName)
The name of the Cache Parameter Group. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResetCacheParameterGroupResult()
| Method Detail |
|---|
public String getCacheParameterGroupName()
public void setCacheParameterGroupName(String cacheParameterGroupName)
cacheParameterGroupName - The name of the Cache Parameter Group.public ResetCacheParameterGroupResult 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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||