Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class ClusterParameterGroup

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

public class ClusterParameterGroup
extends java.lang.Object
implements java.io.Serializable

Describes a parameter group.

See Also:
Serialized Form

Constructor Summary
ClusterParameterGroup()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          The description of the parameter group.
 java.lang.String getParameterGroupFamily()
          The name of the cluster parameter group family that this cluster parameter group is compatible with.
 java.lang.String getParameterGroupName()
          The name of the cluster parameter group.
 int hashCode()
           
 void setDescription(java.lang.String description)
          The description of the parameter group.
 void setParameterGroupFamily(java.lang.String parameterGroupFamily)
          The name of the cluster parameter group family that this cluster parameter group is compatible with.
 void setParameterGroupName(java.lang.String parameterGroupName)
          The name of the cluster parameter group.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ClusterParameterGroup withDescription(java.lang.String description)
          The description of the parameter group.
 ClusterParameterGroup withParameterGroupFamily(java.lang.String parameterGroupFamily)
          The name of the cluster parameter group family that this cluster parameter group is compatible with.
 ClusterParameterGroup withParameterGroupName(java.lang.String parameterGroupName)
          The name of the cluster parameter group.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterParameterGroup

public ClusterParameterGroup()
Method Detail

getParameterGroupName

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

Returns:
The name of the cluster parameter group.

setParameterGroupName

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

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

withParameterGroupName

public ClusterParameterGroup withParameterGroupName(java.lang.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.

getParameterGroupFamily

public java.lang.String getParameterGroupFamily()
The name of the cluster parameter group family that this cluster parameter group is compatible with.

Returns:
The name of the cluster parameter group family that this cluster parameter group is compatible with.

setParameterGroupFamily

public void setParameterGroupFamily(java.lang.String parameterGroupFamily)
The name of the cluster parameter group family that this cluster parameter group is compatible with.

Parameters:
parameterGroupFamily - The name of the cluster parameter group family that this cluster parameter group is compatible with.

withParameterGroupFamily

public ClusterParameterGroup withParameterGroupFamily(java.lang.String parameterGroupFamily)
The name of the cluster parameter group family that this cluster parameter group is compatible with.

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

Parameters:
parameterGroupFamily - The name of the cluster parameter group family that this cluster parameter group is compatible with.
Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public java.lang.String getDescription()
The description of the parameter group.

Returns:
The description of the parameter group.

setDescription

public void setDescription(java.lang.String description)
The description of the parameter group.

Parameters:
description - The description of the parameter group.

withDescription

public ClusterParameterGroup withDescription(java.lang.String description)
The description of the parameter group.

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

Parameters:
description - The description of the parameter group.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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