StructuredPojo
, ToCopyableBuilder<ExportTaskExecutionInfo.Builder,ExportTaskExecutionInfo>
@Generated("software.amazon.awssdk:codegen") public class ExportTaskExecutionInfo extends Object implements StructuredPojo, ToCopyableBuilder<ExportTaskExecutionInfo.Builder,ExportTaskExecutionInfo>
Represents the status of an export task.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ExportTaskExecutionInfo.Builder |
Modifier and Type | Method | 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) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ExportTaskExecutionInfo.Builder> |
serializableBuilderClass() |
|
ExportTaskExecutionInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExportTaskExecutionInfo.Builder,ExportTaskExecutionInfo>
public static ExportTaskExecutionInfo.Builder builder()
public static Class<? extends ExportTaskExecutionInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.