Class CreateExportTaskResult
java.lang.Object
com.amazonaws.services.logs.model.CreateExportTaskResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanId of the export task that got created.inthashCode()voidId of the export task that got created.toString()Returns a string representation of this object; useful for testing and debugging.withTaskId(String taskId) Id of the export task that got created.
-
Constructor Details
-
CreateExportTaskResult
public CreateExportTaskResult()
-
-
Method Details
-
setTaskId
Id of the export task that got created.
- Parameters:
taskId- Id of the export task that got created.
-
getTaskId
Id of the export task that got created.
- Returns:
- Id of the export task that got created.
-
withTaskId
Id of the export task that got created.
- Parameters:
taskId- Id of the export task that got created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-