public class ClusterParameterGroup
extends java.lang.Object
implements java.io.Serializable
Describes a parameter group.
| コンストラクタと説明 |
|---|
ClusterParameterGroup() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object