@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EarthObservationJobErrorDetails extends Object implements Serializable, Cloneable, StructuredPojo
The structure representing the errors in an EarthObservationJob.
| Constructor and Description |
|---|
EarthObservationJobErrorDetails() |
| Modifier and Type | Method and Description |
|---|---|
EarthObservationJobErrorDetails |
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.
|
EarthObservationJobErrorDetails |
withMessage(String message)
|
EarthObservationJobErrorDetails |
withType(EarthObservationJobErrorType type)
|
EarthObservationJobErrorDetails |
withType(String type)
|
public void setMessage(String message)
message - public String getMessage()
public EarthObservationJobErrorDetails withMessage(String message)
message - public void setType(String type)
type - EarthObservationJobErrorTypepublic String getType()
EarthObservationJobErrorTypepublic EarthObservationJobErrorDetails withType(String type)
type - EarthObservationJobErrorTypepublic EarthObservationJobErrorDetails withType(EarthObservationJobErrorType type)
type - EarthObservationJobErrorTypepublic String toString()
toString in class ObjectObject.toString()public EarthObservationJobErrorDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.