@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies how many results you want in the response.
|
String |
getNextToken()
Specifies an opaque string that indicates the position at which to begin the next list of results in the
response.
|
String |
getTaskArn()
Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies how many results you want in the response.
|
void |
setNextToken(String nextToken)
Specifies an opaque string that indicates the position at which to begin the next list of results in the
response.
|
void |
setTaskArn(String taskArn)
Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.
|
String |
toString()
Returns a string representation of this object.
|
ListTaskExecutionsRequest |
withMaxResults(Integer maxResults)
Specifies how many results you want in the response.
|
ListTaskExecutionsRequest |
withNextToken(String nextToken)
Specifies an opaque string that indicates the position at which to begin the next list of results in the
response.
|
ListTaskExecutionsRequest |
withTaskArn(String taskArn)
Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setTaskArn(String taskArn)
Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.
taskArn - Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.public String getTaskArn()
Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.
public ListTaskExecutionsRequest withTaskArn(String taskArn)
Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.
taskArn - Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.public void setMaxResults(Integer maxResults)
Specifies how many results you want in the response.
maxResults - Specifies how many results you want in the response.public Integer getMaxResults()
Specifies how many results you want in the response.
public ListTaskExecutionsRequest withMaxResults(Integer maxResults)
Specifies how many results you want in the response.
maxResults - Specifies how many results you want in the response.public void setNextToken(String nextToken)
Specifies an opaque string that indicates the position at which to begin the next list of results in the response.
nextToken - Specifies an opaque string that indicates the position at which to begin the next list of results in the
response.public String getNextToken()
Specifies an opaque string that indicates the position at which to begin the next list of results in the response.
public ListTaskExecutionsRequest withNextToken(String nextToken)
Specifies an opaque string that indicates the position at which to begin the next list of results in the response.
nextToken - Specifies an opaque string that indicates the position at which to begin the next list of results in the
response.public String toString()
toString in class ObjectObject.toString()public ListTaskExecutionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.