public class ExportTaskStatus extends Object implements Serializable, Cloneable
Represents the status of an export task.
Constructor and Description |
---|
ExportTaskStatus() |
Modifier and Type | Method and Description |
---|---|
ExportTaskStatus |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
Status code of the export task.
|
String |
getMessage()
Status message related to the
code . |
int |
hashCode() |
void |
setCode(ExportTaskStatusCode code)
Status code of the export task.
|
void |
setCode(String code)
Status code of the export task.
|
void |
setMessage(String message)
Status message related to the
code . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExportTaskStatus |
withCode(ExportTaskStatusCode code)
Status code of the export task.
|
ExportTaskStatus |
withCode(String code)
Status code of the export task.
|
ExportTaskStatus |
withMessage(String message)
Status message related to the
code . |
public void setCode(String code)
Status code of the export task.
code
- Status code of the export task.ExportTaskStatusCode
public String getCode()
Status code of the export task.
ExportTaskStatusCode
public ExportTaskStatus withCode(String code)
Status code of the export task.
code
- Status code of the export task.ExportTaskStatusCode
public void setCode(ExportTaskStatusCode code)
Status code of the export task.
code
- Status code of the export task.ExportTaskStatusCode
public ExportTaskStatus withCode(ExportTaskStatusCode code)
Status code of the export task.
code
- Status code of the export task.ExportTaskStatusCode
public void setMessage(String message)
Status message related to the code
.
message
- Status message related to the code
.public String getMessage()
Status message related to the code
.
code
.public ExportTaskStatus withMessage(String message)
Status message related to the code
.
message
- Status message related to the code
.public String toString()
toString
in class Object
Object.toString()
public ExportTaskStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.