|
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.DescribeClusterParametersResult
public class DescribeClusterParametersResult
Contains the output from the DescribeClusterParameters action.
Constructor Summary | |
---|---|
DescribeClusterParametersResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeClusterParametersResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |