@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkflowStepExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetWorkflowStepExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
GetWorkflowStepExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getStepExecutionId()
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that
step.
|
int |
hashCode() |
void |
setStepExecutionId(String stepExecutionId)
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that
step.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkflowStepExecutionRequest |
withStepExecutionId(String stepExecutionId)
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that
step.
|
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 setStepExecutionId(String stepExecutionId)
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.
stepExecutionId
- Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for
that step.public String getStepExecutionId()
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.
public GetWorkflowStepExecutionRequest withStepExecutionId(String stepExecutionId)
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.
stepExecutionId
- Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for
that step.public String toString()
toString
in class Object
Object.toString()
public GetWorkflowStepExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()