@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionTimedOutEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ExecutionTimedOutEventDetails() |
Modifier and Type | Method and Description |
---|---|
ExecutionTimedOutEventDetails |
clone() |
boolean |
equals(Object obj) |
String |
getCause()
A more detailed explanation of the cause of the timeout.
|
String |
getError()
The error code of the failure.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCause(String cause)
A more detailed explanation of the cause of the timeout.
|
void |
setError(String error)
The error code of the failure.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExecutionTimedOutEventDetails |
withCause(String cause)
A more detailed explanation of the cause of the timeout.
|
ExecutionTimedOutEventDetails |
withError(String error)
The error code of the failure.
|
public void setError(String error)
The error code of the failure.
error
- The error code of the failure.public String getError()
The error code of the failure.
public ExecutionTimedOutEventDetails withError(String error)
The error code of the failure.
error
- The error code of the failure.public void setCause(String cause)
A more detailed explanation of the cause of the timeout.
cause
- A more detailed explanation of the cause of the timeout.public String getCause()
A more detailed explanation of the cause of the timeout.
public ExecutionTimedOutEventDetails withCause(String cause)
A more detailed explanation of the cause of the timeout.
cause
- A more detailed explanation of the cause of the timeout.public String toString()
toString
in class Object
Object.toString()
public ExecutionTimedOutEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.