public class DefaultClusterParameters
extends java.lang.Object
implements java.io.Serializable
Describes the default cluster parameters for a parameter group family.
| コンストラクタと説明 |
|---|
DefaultClusterParameters() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
An identifier to allow retrieval of paginated results.
|
java.lang.String |
getParameterGroupFamily()
The name of the cluster parameter group family to which the engine
default parameters apply.
|
java.util.List<Parameter> |
getParameters()
The list of cluster default parameters.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
An identifier to allow retrieval of paginated results.
|
void |
setParameterGroupFamily(java.lang.String parameterGroupFamily)
The name of the cluster parameter group family to which the engine
default parameters apply.
|
void |
setParameters(java.util.Collection<Parameter> parameters)
The list of cluster default parameters.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DefaultClusterParameters |
withMarker(java.lang.String marker)
An identifier to allow retrieval of paginated results.
|
DefaultClusterParameters |
withParameterGroupFamily(java.lang.String parameterGroupFamily)
The name of the cluster parameter group family to which the engine
default parameters apply.
|
DefaultClusterParameters |
withParameters(java.util.Collection<Parameter> parameters)
The list of cluster default parameters.
|
DefaultClusterParameters |
withParameters(Parameter... parameters)
The list of cluster default parameters.
|
public java.lang.String getParameterGroupFamily()
public void setParameterGroupFamily(java.lang.String parameterGroupFamily)
parameterGroupFamily - The name of the cluster parameter group family to which the engine
default parameters apply.public DefaultClusterParameters 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 to which the engine
default parameters apply.public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - An identifier to allow retrieval of paginated results.public DefaultClusterParameters withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker - An identifier to allow retrieval of paginated results.public java.util.List<Parameter> getParameters()
public void setParameters(java.util.Collection<Parameter> parameters)
parameters - The list of cluster default parameters.public DefaultClusterParameters withParameters(Parameter... parameters)
Returns a reference to this object so that method calls can be chained together.
parameters - The list of cluster default parameters.public DefaultClusterParameters withParameters(java.util.Collection<Parameter> parameters)
Returns a reference to this object so that method calls can be chained together.
parameters - The list of cluster default parameters.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