@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInstanceGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
This input determines which instance groups to retrieve.
NOOP
Constructor and Description |
---|
ListInstanceGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListInstanceGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClusterId(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 String getClusterId()
The identifier of the cluster for which to list the instance groups.
public ListInstanceGroupsRequest withClusterId(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(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 String getMarker()
The pagination token that indicates the next set of results to retrieve.
public ListInstanceGroupsRequest withMarker(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 String toString()
toString
in class Object
Object.toString()
public ListInstanceGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.