Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticache.model
Class CacheParameterGroupStatus

java.lang.Object
  extended by com.amazonaws.services.elasticache.model.CacheParameterGroupStatus

public class CacheParameterGroupStatus
extends Object

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
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheParameterGroupStatus

public CacheParameterGroupStatus()
Default constructor for a new CacheParameterGroupStatus object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getCacheParameterGroupName

public String getCacheParameterGroupName()
The name of the Cache Parameter Group.

Returns:
The name of the Cache Parameter Group.

setCacheParameterGroupName

public void setCacheParameterGroupName(String cacheParameterGroupName)
The name of the Cache Parameter Group.

Parameters:
cacheParameterGroupName - The name of the Cache Parameter Group.

withCacheParameterGroupName

public CacheParameterGroupStatus withCacheParameterGroupName(String cacheParameterGroupName)
The name of the Cache Parameter Group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
cacheParameterGroupName - The name of the Cache Parameter Group.
Returns:
A reference to this updated object so that method calls can be chained together.

getParameterApplyStatus

public String getParameterApplyStatus()
The status of parameter updates.

Returns:
The status of parameter updates.

setParameterApplyStatus

public void setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.

Parameters:
parameterApplyStatus - The status of parameter updates.

withParameterApplyStatus

public CacheParameterGroupStatus withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.

Returns a reference to this object so that method calls can be chained together.

Parameters:
parameterApplyStatus - The status of parameter updates.
Returns:
A reference to this updated object so that method calls can be chained together.

getCacheNodeIdsToReboot

public List<String> getCacheNodeIdsToReboot()
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied.

Returns:
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied.

setCacheNodeIdsToReboot

public void setCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied.

Parameters:
cacheNodeIdsToReboot - A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied.

withCacheNodeIdsToReboot

public CacheParameterGroupStatus withCacheNodeIdsToReboot(String... cacheNodeIdsToReboot)
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied.

Returns a reference to this object so that method calls can be chained together.

Parameters:
cacheNodeIdsToReboot - A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied.
Returns:
A reference to this updated object so that method calls can be chained together.

withCacheNodeIdsToReboot

public CacheParameterGroupStatus withCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied.

Returns a reference to this object so that method calls can be chained together.

Parameters:
cacheNodeIdsToReboot - A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.