@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
UpdateTaskResponse
NOOP| Constructor and Description |
|---|
UpdateTaskRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the task to update.
|
Options |
getOptions() |
String |
getTaskArn()
The Amazon Resource Name (ARN) of the resource name of the task to update.
|
int |
hashCode() |
void |
setName(String name)
The name of the task to update.
|
void |
setOptions(Options options) |
void |
setTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the resource name of the task to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTaskRequest |
withName(String name)
The name of the task to update.
|
UpdateTaskRequest |
withOptions(Options options) |
UpdateTaskRequest |
withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the resource name of the task to update.
|
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, withSdkRequestTimeoutpublic void setTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the resource name of the task to update.
taskArn - The Amazon Resource Name (ARN) of the resource name of the task to update.public String getTaskArn()
The Amazon Resource Name (ARN) of the resource name of the task to update.
public UpdateTaskRequest withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the resource name of the task to update.
taskArn - The Amazon Resource Name (ARN) of the resource name of the task to update.public void setOptions(Options options)
options - public Options getOptions()
public UpdateTaskRequest withOptions(Options options)
options - public void setName(String name)
The name of the task to update.
name - The name of the task to update.public String getName()
The name of the task to update.
public UpdateTaskRequest withName(String name)
The name of the task to update.
name - The name of the task to update.public String toString()
toString in class ObjectObject.toString()public UpdateTaskRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.