public class ListInstanceGroupsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
This input determines which instance groups to retrieve.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
clusterId
The identifier of the cluster for which to list the instance groups.
|
private java.lang.String |
marker
The pagination token that indicates the next set of results to retrieve.
|
NOOP
Constructor and Description |
---|
ListInstanceGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListInstanceGroupsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClusterId()
The identifier of the cluster for which to list the instance groups.
|
java.lang.String |
getMarker()
The pagination token that indicates the next set of results to retrieve.
|
int |
hashCode() |
void |
setClusterId(java.lang.String clusterId)
The identifier of the cluster for which to list the instance groups.
|
void |
setMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListInstanceGroupsRequest |
withClusterId(java.lang.String clusterId)
The identifier of the cluster for which to list the instance groups.
|
ListInstanceGroupsRequest |
withMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String clusterId
The identifier of the cluster for which to list the instance groups.
private java.lang.String marker
The pagination token that indicates the next set of results to retrieve.
public void setClusterId(java.lang.String clusterId)
The identifier of the cluster for which to list the instance groups.
clusterId
- The identifier of the cluster for which to list the instance
groups.public java.lang.String getClusterId()
The identifier of the cluster for which to list the instance groups.
public ListInstanceGroupsRequest withClusterId(java.lang.String clusterId)
The identifier of the cluster for which to list the instance groups.
clusterId
- The identifier of the cluster for which to list the instance
groups.public void setMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve.
marker
- The pagination token that indicates the next set of results to
retrieve.public java.lang.String getMarker()
The pagination token that indicates the next set of results to retrieve.
public ListInstanceGroupsRequest withMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve.
marker
- The pagination token that indicates the next set of results to
retrieve.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListInstanceGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()