public class DescribeClusterParameterGroupsResult extends Object implements Serializable
Contains the output from the DescribeClusterParameterGroups action.
| Constructor and Description |
|---|
DescribeClusterParameterGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public DescribeClusterParameterGroupsResult()
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()Copyright © 2016. All rights reserved.