@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)
Marshalls this structured data using the given
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; 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.