Cloneable
, ReadLimitInfo
, ToCopyableBuilder<StopExecutionRequest.Builder,StopExecutionRequest>
@Generated("software.amazon.awssdk:codegen") public class StopExecutionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<StopExecutionRequest.Builder,StopExecutionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
StopExecutionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static StopExecutionRequest.Builder |
builder() |
|
String |
cause() |
A more detailed explanation of the cause of the termination.
|
boolean |
equals(Object obj) |
|
String |
error() |
An arbitrary error code that identifies the cause of the termination.
|
String |
executionArn() |
The Amazon Resource Name (ARN) of the execution to stop.
|
int |
hashCode() |
|
static Class<? extends StopExecutionRequest.Builder> |
serializableBuilderClass() |
|
StopExecutionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String executionArn()
The Amazon Resource Name (ARN) of the execution to stop.
public String error()
An arbitrary error code that identifies the cause of the termination.
public String cause()
A more detailed explanation of the cause of the termination.
public StopExecutionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StopExecutionRequest.Builder,StopExecutionRequest>
public static StopExecutionRequest.Builder builder()
public static Class<? extends StopExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.