@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTaskStatus extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller) |
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.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.