public class ExportTaskExecutionInfo
extends java.lang.Object
implements java.io.Serializable
Represents the status of an export task.
Constructor and Description |
---|
ExportTaskExecutionInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getCompletionTime()
The completion time of the export task, expressed as the number of
milliseconds after Jan 1, 1970 00:00:00 UTC.
|
java.lang.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 |
setCompletionTime(java.lang.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(java.lang.Long creationTime)
The creation time of the export task, expressed as the number of
milliseconds after Jan 1, 1970 00:00:00 UTC.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExportTaskExecutionInfo |
withCompletionTime(java.lang.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(java.lang.Long creationTime)
The creation time of the export task, expressed as the number of
milliseconds after Jan 1, 1970 00:00:00 UTC.
|
public java.lang.Long getCreationTime()
The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Constraints:
Range: 0 -
The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
public void setCreationTime(java.lang.Long creationTime)
The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Constraints:
Range: 0 -
creationTime
- The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
public ExportTaskExecutionInfo withCreationTime(java.lang.Long creationTime)
The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
creationTime
- The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
public java.lang.Long getCompletionTime()
The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Constraints:
Range: 0 -
The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
public void setCompletionTime(java.lang.Long completionTime)
The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Constraints:
Range: 0 -
completionTime
- The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
public ExportTaskExecutionInfo withCompletionTime(java.lang.Long completionTime)
The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
completionTime
- The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.