|
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.DescribeClusterSubnetGroupsResult
public class DescribeClusterSubnetGroupsResult
Contains the output from the DescribeClusterSubnetGroups action.
Constructor Summary | |
---|---|
DescribeClusterSubnetGroupsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeClusterSubnetGroupsResult()
Method Detail |
---|
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()
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 |