@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendWorkflowStepStateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SendWorkflowStepStateRequest() |
Modifier and Type | Method and Description |
---|---|
SendWorkflowStepStateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExecutionId()
A unique identifier for the execution of a workflow.
|
String |
getStatus()
Indicates whether the specified step succeeded or failed.
|
String |
getToken()
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
|
String |
getWorkflowId()
A unique identifier for the workflow.
|
int |
hashCode() |
void |
setExecutionId(String executionId)
A unique identifier for the execution of a workflow.
|
void |
setStatus(String status)
Indicates whether the specified step succeeded or failed.
|
void |
setToken(String token)
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
|
void |
setWorkflowId(String workflowId)
A unique identifier for the workflow.
|
String |
toString()
Returns a string representation of this object.
|
SendWorkflowStepStateRequest |
withExecutionId(String executionId)
A unique identifier for the execution of a workflow.
|
SendWorkflowStepStateRequest |
withStatus(CustomStepStatus status)
Indicates whether the specified step succeeded or failed.
|
SendWorkflowStepStateRequest |
withStatus(String status)
Indicates whether the specified step succeeded or failed.
|
SendWorkflowStepStateRequest |
withToken(String token)
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
|
SendWorkflowStepStateRequest |
withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
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 setWorkflowId(String workflowId)
A unique identifier for the workflow.
workflowId
- A unique identifier for the workflow.public String getWorkflowId()
A unique identifier for the workflow.
public SendWorkflowStepStateRequest withWorkflowId(String workflowId)
A unique identifier for the workflow.
workflowId
- A unique identifier for the workflow.public void setExecutionId(String executionId)
A unique identifier for the execution of a workflow.
executionId
- A unique identifier for the execution of a workflow.public String getExecutionId()
A unique identifier for the execution of a workflow.
public SendWorkflowStepStateRequest withExecutionId(String executionId)
A unique identifier for the execution of a workflow.
executionId
- A unique identifier for the execution of a workflow.public void setToken(String token)
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
token
- Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.public String getToken()
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
public SendWorkflowStepStateRequest withToken(String token)
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
token
- Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.public void setStatus(String status)
Indicates whether the specified step succeeded or failed.
status
- Indicates whether the specified step succeeded or failed.CustomStepStatus
public String getStatus()
Indicates whether the specified step succeeded or failed.
CustomStepStatus
public SendWorkflowStepStateRequest withStatus(String status)
Indicates whether the specified step succeeded or failed.
status
- Indicates whether the specified step succeeded or failed.CustomStepStatus
public SendWorkflowStepStateRequest withStatus(CustomStepStatus status)
Indicates whether the specified step succeeded or failed.
status
- Indicates whether the specified step succeeded or failed.CustomStepStatus
public String toString()
toString
in class Object
Object.toString()
public SendWorkflowStepStateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.