@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportErrorData extends Object implements Serializable, Cloneable, StructuredPojo
Export errors data.
Constructor and Description |
---|
ExportErrorData() |
Modifier and Type | Method and Description |
---|---|
ExportErrorData |
clone() |
boolean |
equals(Object obj) |
String |
getRawError()
Export errors data raw error.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRawError(String rawError)
Export errors data raw error.
|
String |
toString()
Returns a string representation of this object.
|
ExportErrorData |
withRawError(String rawError)
Export errors data raw error.
|
public void setRawError(String rawError)
Export errors data raw error.
rawError
- Export errors data raw error.public String getRawError()
Export errors data raw error.
public ExportErrorData withRawError(String rawError)
Export errors data raw error.
rawError
- Export errors data raw error.public String toString()
toString
in class Object
Object.toString()
public ExportErrorData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.