@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTaskExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListTaskExecutions
NOOP
Constructor and Description |
---|
ListTaskExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTaskExecutionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of executed tasks to list.
|
String |
getNextToken()
An opaque string that indicates the position at which to begin the next list of the executed tasks.
|
String |
getTaskArn()
The Amazon Resource Name (ARN) of the task whose tasks you want to list.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of executed tasks to list.
|
void |
setNextToken(String nextToken)
An opaque string that indicates the position at which to begin the next list of the executed tasks.
|
void |
setTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task whose tasks you want to list.
|
String |
toString()
Returns a string representation of this object.
|
ListTaskExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of executed tasks to list.
|
ListTaskExecutionsRequest |
withNextToken(String nextToken)
An opaque string that indicates the position at which to begin the next list of the executed tasks.
|
ListTaskExecutionsRequest |
withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task whose tasks you want to list.
|
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 setTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task whose tasks you want to list.
taskArn
- The Amazon Resource Name (ARN) of the task whose tasks you want to list.public String getTaskArn()
The Amazon Resource Name (ARN) of the task whose tasks you want to list.
public ListTaskExecutionsRequest withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task whose tasks you want to list.
taskArn
- The Amazon Resource Name (ARN) of the task whose tasks you want to list.public void setMaxResults(Integer maxResults)
The maximum number of executed tasks to list.
maxResults
- The maximum number of executed tasks to list.public Integer getMaxResults()
The maximum number of executed tasks to list.
public ListTaskExecutionsRequest withMaxResults(Integer maxResults)
The maximum number of executed tasks to list.
maxResults
- The maximum number of executed tasks to list.public void setNextToken(String nextToken)
An opaque string that indicates the position at which to begin the next list of the executed tasks.
nextToken
- An opaque string that indicates the position at which to begin the next list of the executed tasks.public String getNextToken()
An opaque string that indicates the position at which to begin the next list of the executed tasks.
public ListTaskExecutionsRequest withNextToken(String nextToken)
An opaque string that indicates the position at which to begin the next list of the executed tasks.
nextToken
- An opaque string that indicates the position at which to begin the next list of the executed tasks.public String toString()
toString
in class Object
Object.toString()
public ListTaskExecutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.