Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class ClusterParameterGroupStatus

java.lang.Object
  extended by com.amazonaws.services.redshift.model.ClusterParameterGroupStatus
All Implemented Interfaces:
Serializable

public class ClusterParameterGroupStatus
extends Object
implements Serializable

Describes the status of a parameter group.

See Also:
Serialized Form

Constructor Summary
ClusterParameterGroupStatus()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getParameterApplyStatus()
          The status of parameter updates.
 String getParameterGroupName()
          The name of the cluster parameter group.
 int hashCode()
           
 void setParameterApplyStatus(String parameterApplyStatus)
          The status of parameter updates.
 void setParameterGroupName(String parameterGroupName)
          The name of the cluster parameter group.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ClusterParameterGroupStatus withParameterApplyStatus(String parameterApplyStatus)
          The status of parameter updates.
 ClusterParameterGroupStatus withParameterGroupName(String parameterGroupName)
          The name of the cluster parameter group.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterParameterGroupStatus

public ClusterParameterGroupStatus()
Method Detail

getParameterGroupName

public String getParameterGroupName()
The name of the cluster parameter group.

Returns:
The name of the cluster parameter group.

setParameterGroupName

public void setParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.

Parameters:
parameterGroupName - The name of the cluster parameter group.

withParameterGroupName

public ClusterParameterGroupStatus withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.

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

Parameters:
parameterGroupName - The name of the cluster 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 ClusterParameterGroupStatus 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.

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.