@Generated(value="software.amazon.awssdk:codegen") public final class SendWorkflowStepStateRequest extends TransferRequest implements ToCopyableBuilder<SendWorkflowStepStateRequest.Builder,SendWorkflowStepStateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SendWorkflowStepStateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SendWorkflowStepStateRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionId()
A unique identifier for the execution of a workflow.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SendWorkflowStepStateRequest.Builder> |
serializableBuilderClass() |
CustomStepStatus |
status()
Indicates whether the specified step succeeded or failed.
|
String |
statusAsString()
Indicates whether the specified step succeeded or failed.
|
SendWorkflowStepStateRequest.Builder |
toBuilder() |
String |
token()
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
|
String |
toString()
Returns a string representation of this object.
|
String |
workflowId()
A unique identifier for the workflow.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workflowId()
A unique identifier for the workflow.
public final String executionId()
A unique identifier for the execution of a workflow.
public final String token()
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
public final CustomStepStatus status()
Indicates whether the specified step succeeded or failed.
If the service returns an enum value that is not available in the current SDK version, status will
return CustomStepStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
CustomStepStatuspublic final String statusAsString()
Indicates whether the specified step succeeded or failed.
If the service returns an enum value that is not available in the current SDK version, status will
return CustomStepStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
CustomStepStatuspublic SendWorkflowStepStateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SendWorkflowStepStateRequest.Builder,SendWorkflowStepStateRequest>toBuilder in class TransferRequestpublic static SendWorkflowStepStateRequest.Builder builder()
public static Class<? extends SendWorkflowStepStateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.