@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportErrorDetailsOutput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ExportErrorDetailsOutput() |
Modifier and Type | Method and Description |
---|---|
ExportErrorDetailsOutput |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
|
String |
getType()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMessage(String message)
|
void |
setType(String type)
|
String |
toString()
Returns a string representation of this object.
|
ExportErrorDetailsOutput |
withMessage(String message)
|
ExportErrorDetailsOutput |
withType(ExportErrorType type)
|
ExportErrorDetailsOutput |
withType(String type)
|
public void setMessage(String message)
message
- public String getMessage()
public ExportErrorDetailsOutput withMessage(String message)
message
- public void setType(String type)
type
- ExportErrorType
public String getType()
ExportErrorType
public ExportErrorDetailsOutput withType(String type)
type
- ExportErrorType
public ExportErrorDetailsOutput withType(ExportErrorType type)
type
- ExportErrorType
public String toString()
toString
in class Object
Object.toString()
public ExportErrorDetailsOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.