public class DescribeClusterParametersResult
extends java.lang.Object
implements java.io.Serializable
Contains the output from the DescribeClusterParameters action.
| コンストラクタと説明 |
|---|
DescribeClusterParametersResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
A marker that indicates the first parameter group that a subsequent
DescribeClusterParameterGroups request will return.
|
java.util.List<Parameter> |
getParameters()
A list of Parameter instances.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
A marker that indicates the first parameter group that a subsequent
DescribeClusterParameterGroups request will return.
|
void |
setParameters(java.util.Collection<Parameter> parameters)
A list of Parameter instances.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeClusterParametersResult |
withMarker(java.lang.String marker)
A marker that indicates the first parameter group that a subsequent
DescribeClusterParameterGroups request will return.
|
DescribeClusterParametersResult |
withParameters(java.util.Collection<Parameter> parameters)
A list of Parameter instances.
|
DescribeClusterParametersResult |
withParameters(Parameter... parameters)
A list of Parameter instances.
|
public java.util.List<Parameter> getParameters()
public void setParameters(java.util.Collection<Parameter> parameters)
parameters - A list of Parameter instances. Each instance lists the
parameters of one cluster parameter group.public DescribeClusterParametersResult withParameters(Parameter... parameters)
Returns a reference to this object so that method calls can be chained together.
parameters - A list of Parameter instances. Each instance lists the
parameters of one cluster parameter group.public DescribeClusterParametersResult withParameters(java.util.Collection<Parameter> parameters)
Returns a reference to this object so that method calls can be chained together.
parameters - A list of Parameter instances. Each instance lists the
parameters of one cluster parameter group.public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - A marker that indicates the first parameter group that a subsequent
DescribeClusterParameterGroups request will return. The
response returns a marker only if there are more parameter groups
details to list than the current response can return.public DescribeClusterParametersResult withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker - A marker that indicates the first parameter group that a subsequent
DescribeClusterParameterGroups request will return. The
response returns a marker only if there are more parameter groups
details to list than the current response can return.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