public class ListInstanceGroupsResult extends Object implements Serializable
This input determines which instance groups to retrieve.
Constructor and Description |
---|
ListInstanceGroupsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<InstanceGroup> |
getInstanceGroups()
The list of instance groups for the cluster and given filters.
|
String |
getMarker()
The pagination token is a random string indicating whether there are
more results to fetch.
|
int |
hashCode() |
void |
setInstanceGroups(Collection<InstanceGroup> instanceGroups)
The list of instance groups for the cluster and 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.
|
ListInstanceGroupsResult |
withInstanceGroups(Collection<InstanceGroup> instanceGroups)
The list of instance groups for the cluster and given filters.
|
ListInstanceGroupsResult |
withInstanceGroups(InstanceGroup... instanceGroups)
The list of instance groups for the cluster and given filters.
|
ListInstanceGroupsResult |
withMarker(String marker)
The pagination token is a random string indicating whether there are
more results to fetch.
|
public List<InstanceGroup> getInstanceGroups()
public void setInstanceGroups(Collection<InstanceGroup> instanceGroups)
instanceGroups
- The list of instance groups for the cluster and given filters.public ListInstanceGroupsResult withInstanceGroups(InstanceGroup... instanceGroups)
Returns a reference to this object so that method calls can be chained together.
instanceGroups
- The list of instance groups for the cluster and given filters.public ListInstanceGroupsResult withInstanceGroups(Collection<InstanceGroup> instanceGroups)
Returns a reference to this object so that method calls can be chained together.
instanceGroups
- The list of instance groups for the cluster and 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 ListInstanceGroupsResult 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.