@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTaskExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateTaskExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTaskExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Options |
getOptions() |
String |
getTaskExecutionArn()
The Amazon Resource Name (ARN) of the specific task execution that is being updated.
|
int |
hashCode() |
void |
setOptions(Options options) |
void |
setTaskExecutionArn(String taskExecutionArn)
The Amazon Resource Name (ARN) of the specific task execution that is being updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTaskExecutionRequest |
withOptions(Options options) |
UpdateTaskExecutionRequest |
withTaskExecutionArn(String taskExecutionArn)
The Amazon Resource Name (ARN) of the specific task execution that is being updated.
|
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 setTaskExecutionArn(String taskExecutionArn)
The Amazon Resource Name (ARN) of the specific task execution that is being updated.
taskExecutionArn
- The Amazon Resource Name (ARN) of the specific task execution that is being updated.public String getTaskExecutionArn()
The Amazon Resource Name (ARN) of the specific task execution that is being updated.
public UpdateTaskExecutionRequest withTaskExecutionArn(String taskExecutionArn)
The Amazon Resource Name (ARN) of the specific task execution that is being updated.
taskExecutionArn
- The Amazon Resource Name (ARN) of the specific task execution that is being updated.public void setOptions(Options options)
options
- public Options getOptions()
public UpdateTaskExecutionRequest withOptions(Options options)
options
- public String toString()
toString
in class Object
Object.toString()
public UpdateTaskExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()