Class ExportTaskStatus
java.lang.Object
com.amazonaws.services.logs.model.ExportTaskStatus
- All Implemented Interfaces:
Serializable,Cloneable
Represents the status of an export task.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetCode()Status code of the export task.Status message related to thecode.inthashCode()voidsetCode(ExportTaskStatusCode code) Status code of the export task.voidStatus code of the export task.voidsetMessage(String message) Status message related to thecode.toString()Returns a string representation of this object; useful for testing and debugging.withCode(ExportTaskStatusCode code) Status code of the export task.Status code of the export task.withMessage(String message) Status message related to thecode.
-
Constructor Details
-
ExportTaskStatus
public ExportTaskStatus()
-
-
Method Details
-
setCode
Status code of the export task.
- Parameters:
code- Status code of the export task.- See Also:
-
getCode
Status code of the export task.
- Returns:
- Status code of the export task.
- See Also:
-
withCode
Status code of the export task.
- Parameters:
code- Status code of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setCode
Status code of the export task.
- Parameters:
code- Status code of the export task.- See Also:
-
withCode
Status code of the export task.
- Parameters:
code- Status code of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setMessage
Status message related to the
code.- Parameters:
message- Status message related to thecode.
-
getMessage
Status message related to the
code.- Returns:
- Status message related to the
code.
-
withMessage
Status message related to the
code.- Parameters:
message- Status message related to thecode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-