public class CacheParameterGroupStatus extends Object implements Serializable
The status of the cache parameter group.
Constructor and Description |
---|
CacheParameterGroupStatus()
Default constructor for a new CacheParameterGroupStatus object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public CacheParameterGroupStatus()
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()
Copyright © 2014. All rights reserved.