@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTaskError extends Object implements Serializable, Cloneable, StructuredPojo
Export task error.
| Constructor and Description |
|---|
ExportTaskError() |
| Modifier and Type | Method and Description |
|---|---|
ExportTaskError |
clone() |
boolean |
equals(Object obj) |
ExportErrorData |
getErrorData()
Export task error data.
|
String |
getErrorDateTime()
Export task error datetime.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setErrorData(ExportErrorData errorData)
Export task error data.
|
void |
setErrorDateTime(String errorDateTime)
Export task error datetime.
|
String |
toString()
Returns a string representation of this object.
|
ExportTaskError |
withErrorData(ExportErrorData errorData)
Export task error data.
|
ExportTaskError |
withErrorDateTime(String errorDateTime)
Export task error datetime.
|
public void setErrorData(ExportErrorData errorData)
Export task error data.
errorData - Export task error data.public ExportErrorData getErrorData()
Export task error data.
public ExportTaskError withErrorData(ExportErrorData errorData)
Export task error data.
errorData - Export task error data.public void setErrorDateTime(String errorDateTime)
Export task error datetime.
errorDateTime - Export task error datetime.public String getErrorDateTime()
Export task error datetime.
public ExportTaskError withErrorDateTime(String errorDateTime)
Export task error datetime.
errorDateTime - Export task error datetime.public String toString()
toString in class ObjectObject.toString()public ExportTaskError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.