|
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.DescribeClusterParameterGroupsResult
public class DescribeClusterParameterGroupsResult
Contains the output from the DescribeClusterParameterGroups action.
| Constructor Summary | |
|---|---|
DescribeClusterParameterGroupsResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getMarker()
A marker at which to continue listing cluster parameter groups in a new request. |
List<ClusterParameterGroup> |
getParameterGroups()
A list of ClusterParameterGroup instances. |
int |
hashCode()
|
void |
setMarker(String marker)
A marker at which to continue listing cluster parameter groups in a new request. |
void |
setParameterGroups(Collection<ClusterParameterGroup> parameterGroups)
A list of ClusterParameterGroup instances. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeClusterParameterGroupsResult |
withMarker(String marker)
A marker at which to continue listing cluster parameter groups in a new request. |
DescribeClusterParameterGroupsResult |
withParameterGroups(ClusterParameterGroup... parameterGroups)
A list of ClusterParameterGroup instances. |
DescribeClusterParameterGroupsResult |
withParameterGroups(Collection<ClusterParameterGroup> parameterGroups)
A list of ClusterParameterGroup instances. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeClusterParameterGroupsResult()
| Method Detail |
|---|
public String getMarker()
public void setMarker(String marker)
marker - A marker at which to continue listing cluster parameter groups in a
new request. The response returns a marker if there are more parameter
groups to list than returned in the response.public DescribeClusterParameterGroupsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker - A marker at which to continue listing cluster parameter groups in a
new request. The response returns a marker if there are more parameter
groups to list than returned in the response.public List<ClusterParameterGroup> getParameterGroups()
public void setParameterGroups(Collection<ClusterParameterGroup> parameterGroups)
parameterGroups - A list of ClusterParameterGroup instances. Each instance
describes one cluster parameter group.public DescribeClusterParameterGroupsResult withParameterGroups(ClusterParameterGroup... parameterGroups)
Returns a reference to this object so that method calls can be chained together.
parameterGroups - A list of ClusterParameterGroup instances. Each instance
describes one cluster parameter group.public DescribeClusterParameterGroupsResult withParameterGroups(Collection<ClusterParameterGroup> parameterGroups)
Returns a reference to this object so that method calls can be chained together.
parameterGroups - A list of ClusterParameterGroup instances. Each instance
describes one cluster parameter group.public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||