@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.