@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionErrorDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about an error in an execution of a test set.
Constructor and Description |
---|
ExecutionErrorDetails() |
Modifier and Type | Method and Description |
---|---|
ExecutionErrorDetails |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code for the error.
|
String |
getErrorMessage()
The message describing the error.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorCode(String errorCode)
The error code for the error.
|
void |
setErrorMessage(String errorMessage)
The message describing the error.
|
String |
toString()
Returns a string representation of this object.
|
ExecutionErrorDetails |
withErrorCode(String errorCode)
The error code for the error.
|
ExecutionErrorDetails |
withErrorMessage(String errorMessage)
The message describing the error.
|
public void setErrorCode(String errorCode)
The error code for the error.
errorCode
- The error code for the error.public String getErrorCode()
The error code for the error.
public ExecutionErrorDetails withErrorCode(String errorCode)
The error code for the error.
errorCode
- The error code for the error.public void setErrorMessage(String errorMessage)
The message describing the error.
errorMessage
- The message describing the error.public String getErrorMessage()
The message describing the error.
public ExecutionErrorDetails withErrorMessage(String errorMessage)
The message describing the error.
errorMessage
- The message describing the error.public String toString()
toString
in class Object
Object.toString()
public ExecutionErrorDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.