@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTaskRequest extends DataSyncRequest implements ToCopyableBuilder<UpdateTaskRequest.Builder,UpdateTaskRequest>
UpdateTaskResponse
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateTaskRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateTaskRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the task to update.
|
Options |
options()
Returns the value of the Options property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateTaskRequest.Builder> |
serializableBuilderClass() |
String |
taskArn()
The Amazon Resource Name (ARN) of the resource name of the task to update.
|
UpdateTaskRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String taskArn()
The Amazon Resource Name (ARN) of the resource name of the task to update.
public Options options()
public String name()
The name of the task to update.
public UpdateTaskRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateTaskRequest.Builder,UpdateTaskRequest>toBuilder in class DataSyncRequestpublic static UpdateTaskRequest.Builder builder()
public static Class<? extends UpdateTaskRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.