public class DescribeClusterSubnetGroupsResult extends Object implements Serializable
Contains the output from the DescribeClusterSubnetGroups action.
Constructor and Description |
---|
DescribeClusterSubnetGroupsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ClusterSubnetGroup> |
getClusterSubnetGroups()
A list of ClusterSubnetGroup instances.
|
String |
getMarker()
A marker at which to continue listing cluster subnet groups in a new
request.
|
int |
hashCode() |
void |
setClusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
void |
setMarker(String marker)
A marker at which to continue listing cluster subnet groups in a new
request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeClusterSubnetGroupsResult |
withClusterSubnetGroups(ClusterSubnetGroup... clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
DescribeClusterSubnetGroupsResult |
withClusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
DescribeClusterSubnetGroupsResult |
withMarker(String marker)
A marker at which to continue listing cluster subnet groups in a new
request.
|
public String getMarker()
public void setMarker(String marker)
marker
- A marker at which to continue listing cluster subnet groups in a new
request. A marker is returned if there are more cluster subnet groups
to list than were returned in the response.public DescribeClusterSubnetGroupsResult 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 subnet groups in a new
request. A marker is returned if there are more cluster subnet groups
to list than were returned in the response.public List<ClusterSubnetGroup> getClusterSubnetGroups()
public void setClusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)
clusterSubnetGroups
- A list of ClusterSubnetGroup instances.public DescribeClusterSubnetGroupsResult withClusterSubnetGroups(ClusterSubnetGroup... clusterSubnetGroups)
Returns a reference to this object so that method calls can be chained together.
clusterSubnetGroups
- A list of ClusterSubnetGroup instances.public DescribeClusterSubnetGroupsResult withClusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)
Returns a reference to this object so that method calls can be chained together.
clusterSubnetGroups
- A list of ClusterSubnetGroup instances.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.