Class TaskExecutionListEntry
- java.lang.Object
-
- software.amazon.awssdk.services.datasync.model.TaskExecutionListEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TaskExecutionListEntry.Builder,TaskExecutionListEntry>
@Generated("software.amazon.awssdk:codegen") public final class TaskExecutionListEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskExecutionListEntry.Builder,TaskExecutionListEntry>
Represents a single entry in a list of DataSync task executions that's returned with the ListTaskExecutions operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTaskExecutionListEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaskExecutionListEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TaskExecutionListEntry.Builder>serializableBuilderClass()TaskExecutionStatusstatus()The status of a task execution.StringstatusAsString()The status of a task execution.StringtaskExecutionArn()The Amazon Resource Name (ARN) of a task execution.TaskModetaskMode()The task mode that you're using.StringtaskModeAsString()The task mode that you're using.TaskExecutionListEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
taskExecutionArn
public final String taskExecutionArn()
The Amazon Resource Name (ARN) of a task execution.
- Returns:
- The Amazon Resource Name (ARN) of a task execution.
-
status
public final TaskExecutionStatus status()
The status of a task execution. For more information, see Task execution statuses.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTaskExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of a task execution. For more information, see Task execution statuses.
- See Also:
TaskExecutionStatus
-
statusAsString
public final String statusAsString()
The status of a task execution. For more information, see Task execution statuses.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTaskExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of a task execution. For more information, see Task execution statuses.
- See Also:
TaskExecutionStatus
-
taskMode
public final TaskMode taskMode()
The task mode that you're using. For more information, see Choosing a task mode for your data transfer.
If the service returns an enum value that is not available in the current SDK version,
taskModewill returnTaskMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskModeAsString().- Returns:
- The task mode that you're using. For more information, see Choosing a task mode for your data transfer.
- See Also:
TaskMode
-
taskModeAsString
public final String taskModeAsString()
The task mode that you're using. For more information, see Choosing a task mode for your data transfer.
If the service returns an enum value that is not available in the current SDK version,
taskModewill returnTaskMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskModeAsString().- Returns:
- The task mode that you're using. For more information, see Choosing a task mode for your data transfer.
- See Also:
TaskMode
-
toBuilder
public TaskExecutionListEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TaskExecutionListEntry.Builder,TaskExecutionListEntry>
-
builder
public static TaskExecutionListEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends TaskExecutionListEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-