@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) |
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 - ExportErrorTypepublic String getType()
ExportErrorTypepublic ExportErrorDetailsOutput withType(String type)
type - ExportErrorTypepublic ExportErrorDetailsOutput withType(ExportErrorType type)
type - ExportErrorTypepublic String toString()
toString in class ObjectObject.toString()public ExportErrorDetailsOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.