@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTaskExecutionInfo extends Object implements Serializable, Cloneable, StructuredPojo
Represents the status of an export task.
| Constructor and Description |
|---|
ExportTaskExecutionInfo() |
| Modifier and Type | Method and Description |
|---|---|
ExportTaskExecutionInfo |
clone() |
boolean |
equals(Object obj) |
Long |
getCompletionTime()
The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. |
Long |
getCreationTime()
The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCompletionTime(Long completionTime)
The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. |
void |
setCreationTime(Long creationTime)
The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. |
String |
toString()
Returns a string representation of this object.
|
ExportTaskExecutionInfo |
withCompletionTime(Long completionTime)
The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. |
ExportTaskExecutionInfo |
withCreationTime(Long creationTime)
The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. |
public void setCreationTime(Long creationTime)
The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
creationTime - The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.public Long getCreationTime()
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 ExportTaskExecutionInfo withCreationTime(Long creationTime)
The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
creationTime - The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.public void setCompletionTime(Long completionTime)
The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
completionTime - The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.public Long getCompletionTime()
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 withCompletionTime(Long completionTime)
The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
completionTime - The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.public String toString()
toString in class ObjectObject.toString()public ExportTaskExecutionInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.