@Generated(value="software.amazon.awssdk:codegen") public final class StopExecutionRequest extends SfnRequest implements ToCopyableBuilder<StopExecutionRequest.Builder,StopExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StopExecutionRequest.Builder |
builder() |
String |
cause()
A more detailed explanation of the cause of the failure.
|
boolean |
equals(Object obj) |
String |
error()
The error code of the failure.
|
String |
executionArn()
The Amazon Resource Name (ARN) of the execution to stop.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopExecutionRequest.Builder> |
serializableBuilderClass() |
StopExecutionRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String executionArn()
The Amazon Resource Name (ARN) of the execution to stop.
public String error()
The error code of the failure.
public String cause()
A more detailed explanation of the cause of the failure.
public StopExecutionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StopExecutionRequest.Builder,StopExecutionRequest>toBuilder in class SfnRequestpublic static StopExecutionRequest.Builder builder()
public static Class<? extends StopExecutionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.