public class ListInstanceGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListInstanceGroups operation
.
Provides all available details about the instance groups in a cluster.
NOOP
Constructor and Description |
---|
ListInstanceGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListInstanceGroupsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClusterId()
The identifier of the cluster for which to list the instance groups.
|
String |
getMarker()
The pagination token that indicates the next set of results to
retrieve.
|
int |
hashCode() |
void |
setClusterId(String clusterId)
The identifier of the cluster for which to list the instance groups.
|
void |
setMarker(String marker)
The pagination token that indicates the next set of results to
retrieve.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListInstanceGroupsRequest |
withClusterId(String clusterId)
The identifier of the cluster for which to list the instance groups.
|
ListInstanceGroupsRequest |
withMarker(String marker)
The pagination token that indicates the next set of results to
retrieve.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getClusterId()
public void setClusterId(String clusterId)
clusterId
- The identifier of the cluster for which to list the instance groups.public ListInstanceGroupsRequest withClusterId(String clusterId)
Returns a reference to this object so that method calls can be chained together.
clusterId
- The identifier of the cluster for which to list the instance groups.public String getMarker()
public void setMarker(String marker)
marker
- The pagination token that indicates the next set of results to
retrieve.public ListInstanceGroupsRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The pagination token that indicates the next set of results to
retrieve.public String toString()
toString
in class Object
Object.toString()
public ListInstanceGroupsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.