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()
boolean
getCode()
Status code of the export task.Status message related to thecode
.int
hashCode()
void
setCode
(ExportTaskStatusCode code) Status code of the export task.void
Status code of the export task.void
setMessage
(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
-