@Generated(value="software.amazon.awssdk:codegen") public final class ExportTaskExecutionInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportTaskExecutionInfo.Builder,ExportTaskExecutionInfo>
Represents the status of an export task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportTaskExecutionInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportTaskExecutionInfo.Builder |
builder() |
Long |
completionTime()
The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. |
Long |
creationTime()
The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportTaskExecutionInfo.Builder> |
serializableBuilderClass() |
ExportTaskExecutionInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long creationTime()
The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
Jan 1, 1970 00:00:00 UTC.public final Long completionTime()
The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
Jan 1, 1970 00:00:00 UTC.public ExportTaskExecutionInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportTaskExecutionInfo.Builder,ExportTaskExecutionInfo>public static ExportTaskExecutionInfo.Builder builder()
public static Class<? extends ExportTaskExecutionInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.