@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 termination.
|
String |
getError()
An arbitrary error code that identifies the cause of the termination.
|
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 termination.
|
void |
setError(String error)
An arbitrary error code that identifies the cause of the termination.
|
void |
setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to stop.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StopExecutionRequest |
withCause(String cause)
A more detailed explanation of the cause of the termination.
|
StopExecutionRequest |
withError(String error)
An arbitrary error code that identifies the cause of the termination.
|
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)
An arbitrary error code that identifies the cause of the termination.
error
- An arbitrary error code that identifies the cause of the termination.public String getError()
An arbitrary error code that identifies the cause of the termination.
public StopExecutionRequest withError(String error)
An arbitrary error code that identifies the cause of the termination.
error
- An arbitrary error code that identifies the cause of the termination.public void setCause(String cause)
A more detailed explanation of the cause of the termination.
cause
- A more detailed explanation of the cause of the termination.public String getCause()
A more detailed explanation of the cause of the termination.
public StopExecutionRequest withCause(String cause)
A more detailed explanation of the cause of the termination.
cause
- A more detailed explanation of the cause of the termination.public String toString()
toString
in class Object
Object.toString()
public StopExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.