@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() |
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, 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 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 Object
Object.toString()
public DescribeStateMachineRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.