Class ExportTaskExecutionInfo
java.lang.Object
com.amazonaws.services.logs.model.ExportTaskExecutionInfo
- All Implemented Interfaces:
Serializable, Cloneable
Represents the status of an export task.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA point in time when the export task got completed.A point in time when the export task got created.inthashCode()voidsetCompletionTime(Long completionTime) A point in time when the export task got completed.voidsetCreationTime(Long creationTime) A point in time when the export task got created.toString()Returns a string representation of this object; useful for testing and debugging.withCompletionTime(Long completionTime) A point in time when the export task got completed.withCreationTime(Long creationTime) A point in time when the export task got created.
-
Constructor Details
-
ExportTaskExecutionInfo
public ExportTaskExecutionInfo()
-
-
Method Details
-
setCreationTime
A point in time when the export task got created.
- Parameters:
creationTime- A point in time when the export task got created.
-
getCreationTime
A point in time when the export task got created.
- Returns:
- A point in time when the export task got created.
-
withCreationTime
A point in time when the export task got created.
- Parameters:
creationTime- A point in time when the export task got created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCompletionTime
A point in time when the export task got completed.
- Parameters:
completionTime- A point in time when the export task got completed.
-
getCompletionTime
A point in time when the export task got completed.
- Returns:
- A point in time when the export task got completed.
-
withCompletionTime
A point in time when the export task got completed.
- Parameters:
completionTime- A point in time when the export task got completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-