|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.redshift.model.ClusterParameterGroup
public class ClusterParameterGroup
Describes a parameter group.
| 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 |
|---|
public ClusterParameterGroup()
| Method Detail |
|---|
public java.lang.String getParameterGroupName()
public void setParameterGroupName(java.lang.String parameterGroupName)
parameterGroupName - The name of the cluster parameter group.public ClusterParameterGroup withParameterGroupName(java.lang.String parameterGroupName)
Returns a reference to this object so that method calls can be chained together.
parameterGroupName - The name of the cluster parameter group.
public java.lang.String getParameterGroupFamily()
public void setParameterGroupFamily(java.lang.String parameterGroupFamily)
parameterGroupFamily - The name of the cluster parameter group family that this cluster
parameter group is compatible with.public ClusterParameterGroup withParameterGroupFamily(java.lang.String parameterGroupFamily)
Returns a reference to this object so that method calls can be chained together.
parameterGroupFamily - The name of the cluster parameter group family that this cluster
parameter group is compatible with.
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description of the parameter group.public ClusterParameterGroup withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - The description of the parameter group.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||