public class CacheParameterGroupStatus extends Object implements Serializable, Cloneable
The status of the cache parameter group.
| Constructor and Description | 
|---|
| CacheParameterGroupStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheParameterGroupStatus | clone() | 
| 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 void setCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
cacheParameterGroupName - The name of the cache parameter group.public String getCacheParameterGroupName()
The name of the cache parameter group.
public CacheParameterGroupStatus withCacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
cacheParameterGroupName - The name of the cache parameter group.public void setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus - The status of parameter updates.public String getParameterApplyStatus()
The status of parameter updates.
public CacheParameterGroupStatus withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus - The status of parameter updates.public List<String> getCacheNodeIdsToReboot()
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 void setCacheNodeIdsToReboot(Collection<String> 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.).
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)
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.).
 NOTE: This method appends the values to the existing list (if
 any). Use setCacheNodeIdsToReboot(java.util.Collection) or
 withCacheNodeIdsToReboot(java.util.Collection) if you want to
 override the existing values.
 
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)
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.).
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 ObjectObject.toString()public CacheParameterGroupStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.