@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStateMachineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeStateMachineRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeStateMachineRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getStateMachineArn()
 The Amazon Resource Name (ARN) of the state machine for which you want the information. | 
| int | hashCode() | 
| void | setStateMachineArn(String stateMachineArn)
 The Amazon Resource Name (ARN) of the state machine for which you want the information. | 
| String | toString()Returns a string representation of this object. | 
| DescribeStateMachineRequest | withStateMachineArn(String stateMachineArn)
 The Amazon Resource Name (ARN) of the state machine for which you want the information. | 
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, withSdkRequestTimeoutpublic void setStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine for which you want the information.
 If you specify a state machine version ARN, this API returns details about that version. The version ARN is a
 combination of state machine ARN and the version number separated by a colon (:). For example,
 stateMachineARN:1.
 
stateMachineArn - The Amazon Resource Name (ARN) of the state machine for which you want the information.
        
        If you specify a state machine version ARN, this API returns details about that version. The version ARN
        is a combination of state machine ARN and the version number separated by a colon (:). For example,
        stateMachineARN:1.
public String getStateMachineArn()
The Amazon Resource Name (ARN) of the state machine for which you want the information.
 If you specify a state machine version ARN, this API returns details about that version. The version ARN is a
 combination of state machine ARN and the version number separated by a colon (:). For example,
 stateMachineARN:1.
 
         If you specify a state machine version ARN, this API returns details about that version. The version ARN
         is a combination of state machine ARN and the version number separated by a colon (:). For example,
         stateMachineARN:1.
public DescribeStateMachineRequest withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine for which you want the information.
 If you specify a state machine version ARN, this API returns details about that version. The version ARN is a
 combination of state machine ARN and the version number separated by a colon (:). For example,
 stateMachineARN:1.
 
stateMachineArn - The Amazon Resource Name (ARN) of the state machine for which you want the information.
        
        If you specify a state machine version ARN, this API returns details about that version. The version ARN
        is a combination of state machine ARN and the version number separated by a colon (:). For example,
        stateMachineARN:1.
public String toString()
toString in class ObjectObject.toString()public DescribeStateMachineRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()