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()
The status code of the export task.
|
String |
getMessage()
The status message related to the status code.
|
int |
hashCode() |
void |
setCode(ExportTaskStatusCode code)
The status code of the export task.
|
void |
setCode(String code)
The status code of the export task.
|
void |
setMessage(String message)
The status message related to the status code.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExportTaskStatus |
withCode(ExportTaskStatusCode code)
The status code of the export task.
|
ExportTaskStatus |
withCode(String code)
The status code of the export task.
|
ExportTaskStatus |
withMessage(String message)
The status message related to the status code.
|
public void setCode(String code)
The status code of the export task.
code
- The status code of the export task.ExportTaskStatusCode
public String getCode()
The status code of the export task.
ExportTaskStatusCode
public ExportTaskStatus withCode(String code)
The status code of the export task.
code
- The status code of the export task.ExportTaskStatusCode
public void setCode(ExportTaskStatusCode code)
The status code of the export task.
code
- The status code of the export task.ExportTaskStatusCode
public ExportTaskStatus withCode(ExportTaskStatusCode code)
The status code of the export task.
code
- The status code of the export task.ExportTaskStatusCode
public void setMessage(String message)
The status message related to the status code.
message
- The status message related to the status code.public String getMessage()
The status message related to the status code.
public ExportTaskStatus withMessage(String message)
The status message related to the status code.
message
- The status message related to the status code.public String toString()
toString
in class Object
Object.toString()
public ExportTaskStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.