@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListClusterJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListClusterJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListClusterJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterId()
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000 . |
Integer |
getMaxResults()
The number of
JobListEntry objects to return. |
String |
getNextToken()
HTTP requests are stateless.
|
int |
hashCode() |
void |
setClusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000 . |
void |
setMaxResults(Integer maxResults)
The number of
JobListEntry objects to return. |
void |
setNextToken(String nextToken)
HTTP requests are stateless.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListClusterJobsRequest |
withClusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000 . |
ListClusterJobsRequest |
withMaxResults(Integer maxResults)
The number of
JobListEntry objects to return. |
ListClusterJobsRequest |
withNextToken(String nextToken)
HTTP requests are stateless.
|
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 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.
clusterId
- The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.public String getClusterId()
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.
CID123e4567-e89b-12d3-a456-426655440000
.public ListClusterJobsRequest withClusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.
clusterId
- The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.public void setMaxResults(Integer maxResults)
The number of JobListEntry
objects to return.
maxResults
- The number of JobListEntry
objects to return.public Integer getMaxResults()
The number of JobListEntry
objects to return.
JobListEntry
objects to return.public ListClusterJobsRequest withMaxResults(Integer maxResults)
The number of JobListEntry
objects to return.
maxResults
- The number of JobListEntry
objects to return.public void setNextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned list.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned
list.public String getNextToken()
HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned list.
JobListEntry
objects, you have the option of specifying NextToken
as the
starting point for your returned list.public ListClusterJobsRequest withNextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned list.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned
list.public String toString()
toString
in class Object
Object.toString()
public ListClusterJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.