@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StopExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
StopExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCause()
A more detailed explanation of the cause of the failure.
|
String |
getError()
The error code of the failure.
|
String |
getExecutionArn()
The Amazon Resource Name (ARN) of the execution to stop.
|
int |
hashCode() |
void |
setCause(String cause)
A more detailed explanation of the cause of the failure.
|
void |
setError(String error)
The error code of the failure.
|
void |
setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to stop.
|
String |
toString()
Returns a string representation of this object.
|
StopExecutionRequest |
withCause(String cause)
A more detailed explanation of the cause of the failure.
|
StopExecutionRequest |
withError(String error)
The error code of the failure.
|
StopExecutionRequest |
withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to stop.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to stop.
executionArn
- The Amazon Resource Name (ARN) of the execution to stop.public String getExecutionArn()
The Amazon Resource Name (ARN) of the execution to stop.
public StopExecutionRequest withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to stop.
executionArn
- The Amazon Resource Name (ARN) of the execution to stop.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 StopExecutionRequest 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 failure.
cause
- A more detailed explanation of the cause of the failure.public String getCause()
A more detailed explanation of the cause of the failure.
public StopExecutionRequest withCause(String cause)
A more detailed explanation of the cause of the failure.
cause
- A more detailed explanation of the cause of the failure.public String toString()
toString
in class Object
Object.toString()
public StopExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()