@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; useful for testing and debugging.
|
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.
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.
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 Object
Object.toString()
public ExportTaskExecutionInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.