@Generated(value="software.amazon.awssdk:codegen") public final class Task extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Task.Builder,Task>
Task object encapsulating task information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Task.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Task.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
progressPercent()
Indication of the percentage completion of the task.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Task.Builder> |
serializableBuilderClass() |
Status |
status()
Status of the task - Not Started, In-Progress, Complete.
|
String |
statusAsString()
Status of the task - Not Started, In-Progress, Complete.
|
String |
statusDetail()
Details of task status as notified by a migration tool.
|
Task.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Status status()
Status of the task - Not Started, In-Progress, Complete.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final String statusAsString()
Status of the task - Not Started, In-Progress, Complete.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final String statusDetail()
Details of task status as notified by a migration tool. A tool might use this field to provide clarifying information about the status that is unique to that tool or that explains an error state.
public final Integer progressPercent()
Indication of the percentage completion of the task.
public Task.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Task.Builder,Task>public static Task.Builder builder()
public static Class<? extends Task.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.