|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.CacheParameterGroupStatus
public class CacheParameterGroupStatus
The status of the cache parameter group.
Constructor Summary | |
---|---|
CacheParameterGroupStatus()
Default constructor for a new CacheParameterGroupStatus object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getCacheNodeIdsToReboot()
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. |
String |
getCacheParameterGroupName()
The name of the cache parameter group. |
String |
getParameterApplyStatus()
The status of parameter updates. |
int |
hashCode()
|
void |
setCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. |
void |
setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group. |
void |
setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheParameterGroupStatus |
withCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. |
CacheParameterGroupStatus |
withCacheNodeIdsToReboot(String... cacheNodeIdsToReboot)
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. |
CacheParameterGroupStatus |
withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group. |
CacheParameterGroupStatus |
withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CacheParameterGroupStatus()
Method Detail |
---|
public String getCacheParameterGroupName()
public void setCacheParameterGroupName(String cacheParameterGroupName)
cacheParameterGroupName
- The name of the cache parameter group.public CacheParameterGroupStatus 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 getParameterApplyStatus()
public void setParameterApplyStatus(String parameterApplyStatus)
parameterApplyStatus
- The status of parameter updates.public CacheParameterGroupStatus withParameterApplyStatus(String parameterApplyStatus)
Returns a reference to this object so that method calls can be chained together.
parameterApplyStatus
- The status of parameter updates.
public List<String> getCacheNodeIdsToReboot()
public void setCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
cacheNodeIdsToReboot
- A list of the cache node IDs which need to be rebooted for parameter
changes to be applied. A node ID is a numeric identifier (0001, 0002,
etc.).public CacheParameterGroupStatus withCacheNodeIdsToReboot(String... cacheNodeIdsToReboot)
Returns a reference to this object so that method calls can be chained together.
cacheNodeIdsToReboot
- A list of the cache node IDs which need to be rebooted for parameter
changes to be applied. A node ID is a numeric identifier (0001, 0002,
etc.).
public CacheParameterGroupStatus withCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
Returns a reference to this object so that method calls can be chained together.
cacheNodeIdsToReboot
- A list of the cache node IDs which need to be rebooted for parameter
changes to be applied. A node ID is a numeric identifier (0001, 0002,
etc.).
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 |