public class DescribeClusterParametersResult extends Object implements Serializable
Contains the output from the DescribeClusterParameters action.
Constructor and Description |
---|
DescribeClusterParametersResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMarker()
A marker that indicates the first parameter group that a subsequent
DescribeClusterParameterGroups request will return.
|
List<Parameter> |
getParameters()
A list of Parameter instances.
|
int |
hashCode() |
void |
setMarker(String marker)
A marker that indicates the first parameter group that a subsequent
DescribeClusterParameterGroups request will return.
|
void |
setParameters(Collection<Parameter> parameters)
A list of Parameter instances.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeClusterParametersResult |
withMarker(String marker)
A marker that indicates the first parameter group that a subsequent
DescribeClusterParameterGroups request will return.
|
DescribeClusterParametersResult |
withParameters(Collection<Parameter> parameters)
A list of Parameter instances.
|
DescribeClusterParametersResult |
withParameters(Parameter... parameters)
A list of Parameter instances.
|
public List<Parameter> getParameters()
public void setParameters(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(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 String getMarker()
public void setMarker(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(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.