@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStateMachineForExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeStateMachineForExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeStateMachineForExecutionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionArn()
The Amazon Resource Name (ARN) of the execution you want state machine information for.
|
int |
hashCode() |
void |
setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution you want state machine information for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStateMachineForExecutionRequest |
withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution you want state machine information for.
|
addHandlerContext, copyBaseTo, 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 DescribeStateMachineForExecutionRequest()
public void setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution you want state machine information for.
executionArn
- The Amazon Resource Name (ARN) of the execution you want state machine information for.public String getExecutionArn()
The Amazon Resource Name (ARN) of the execution you want state machine information for.
public DescribeStateMachineForExecutionRequest withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution you want state machine information for.
executionArn
- The Amazon Resource Name (ARN) of the execution you want state machine information for.public String toString()
toString
in class Object
Object.toString()
public DescribeStateMachineForExecutionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.