|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.ListClustersResult
public class ListClustersResult
This contains a ClusterSummaryList with the cluster details; for example, the cluster IDs, names, and status.
Constructor Summary | |
---|---|
ListClustersResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<ClusterSummary> |
getClusters()
The list of clusters for the account based on the given filters. |
String |
getMarker()
The pagination token is a random string indicating whether there are more results to fetch. |
int |
hashCode()
|
void |
setClusters(Collection<ClusterSummary> clusters)
The list of clusters for the account based on the given filters. |
void |
setMarker(String marker)
The pagination token is a random string indicating whether there are more results to fetch. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListClustersResult |
withClusters(ClusterSummary... clusters)
The list of clusters for the account based on the given filters. |
ListClustersResult |
withClusters(Collection<ClusterSummary> clusters)
The list of clusters for the account based on the given filters. |
ListClustersResult |
withMarker(String marker)
The pagination token is a random string indicating whether there are more results to fetch. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListClustersResult()
Method Detail |
---|
public List<ClusterSummary> getClusters()
public void setClusters(Collection<ClusterSummary> clusters)
clusters
- The list of clusters for the account based on the given filters.public ListClustersResult withClusters(ClusterSummary... clusters)
Returns a reference to this object so that method calls can be chained together.
clusters
- The list of clusters for the account based on the given filters.
public ListClustersResult withClusters(Collection<ClusterSummary> clusters)
Returns a reference to this object so that method calls can be chained together.
clusters
- The list of clusters for the account based on the given filters.
public String getMarker()
public void setMarker(String marker)
marker
- The pagination token is a random string indicating whether there are
more results to fetch. Use the pagination token in later API calls to
retrieve the next page of results. When the value is null, all results
have been returned.public ListClustersResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The pagination token is a random string indicating whether there are
more results to fetch. Use the pagination token in later API calls to
retrieve the next page of results. When the value is null, all results
have been returned.
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 |