@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTaskExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
StartTaskExecutionRequest
NOOP| Constructor and Description |
|---|
StartTaskExecutionRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartTaskExecutionRequest |
clone() |
boolean |
equals(Object obj) |
Options |
getOverrideOptions() |
String |
getTaskArn()
The Amazon Resource Name (ARN) of the task to start.
|
int |
hashCode() |
void |
setOverrideOptions(Options overrideOptions) |
void |
setTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task to start.
|
String |
toString()
Returns a string representation of this object.
|
StartTaskExecutionRequest |
withOverrideOptions(Options overrideOptions) |
StartTaskExecutionRequest |
withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task to start.
|
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)
The Amazon Resource Name (ARN) of the task to start.
taskArn - The Amazon Resource Name (ARN) of the task to start.public String getTaskArn()
The Amazon Resource Name (ARN) of the task to start.
public StartTaskExecutionRequest withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task to start.
taskArn - The Amazon Resource Name (ARN) of the task to start.public void setOverrideOptions(Options overrideOptions)
overrideOptions - public Options getOverrideOptions()
public StartTaskExecutionRequest withOverrideOptions(Options overrideOptions)
overrideOptions - public String toString()
toString in class ObjectObject.toString()public StartTaskExecutionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.