@Generated(value="software.amazon.awssdk:codegen") public class ExportTaskExecutionInfo extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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 since Jan 1, 1970 00:00:00 UTC.
|
Long |
creationTime()
The creation time of the export task, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends ExportTaskExecutionInfo.Builder> |
serializableBuilderClass() |
ExportTaskExecutionInfo.Builder |
toBuilder() |
String |
toString() |
public Long creationTime()
The creation time of the export task, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
public Long completionTime()
The completion time of the export task, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
public ExportTaskExecutionInfo.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ExportTaskExecutionInfo.Builder,ExportTaskExecutionInfo>public static ExportTaskExecutionInfo.Builder builder()
public static Class<? extends ExportTaskExecutionInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.