Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class ResetClusterParameterGroupResult

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

public class ResetClusterParameterGroupResult
extends Object
implements Serializable

Contains the output from the ModifyClusterParameterGroup and ResetClusterParameterGroup actions and indicate the parameter group involved and the status of the operation on the parameter group.

See Also:
Serialized Form

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

Constructor Detail

ResetClusterParameterGroupResult

public ResetClusterParameterGroupResult()
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 ResetClusterParameterGroupResult 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.

getParameterGroupStatus

public String getParameterGroupStatus()
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

Returns:
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

setParameterGroupStatus

public void setParameterGroupStatus(String parameterGroupStatus)
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

Parameters:
parameterGroupStatus - The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

withParameterGroupStatus

public ResetClusterParameterGroupResult withParameterGroupStatus(String parameterGroupStatus)
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

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

Parameters:
parameterGroupStatus - The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
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.