@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.
|
String |
getIncludedData()
If your state machine definition is encrypted with a KMS key, callers must have
kms:Decrypt
permission to decrypt the definition. |
int |
hashCode() |
void |
setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution you want state machine information for.
|
void |
setIncludedData(String includedData)
If your state machine definition is encrypted with a KMS key, callers must have
kms:Decrypt
permission to decrypt the definition. |
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.
|
DescribeStateMachineForExecutionRequest |
withIncludedData(IncludedData includedData)
If your state machine definition is encrypted with a KMS key, callers must have
kms:Decrypt
permission to decrypt the definition. |
DescribeStateMachineForExecutionRequest |
withIncludedData(String includedData)
If your state machine definition is encrypted with a KMS key, callers must have
kms:Decrypt
permission to decrypt the definition. |
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 void setIncludedData(String includedData)
If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt
permission to decrypt the definition. Alternatively, you can call the API with
includedData = METADATA_ONLY
to get a successful response without the encrypted definition.
includedData
- If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt
permission to decrypt the definition. Alternatively, you can call the API with
includedData = METADATA_ONLY
to get a successful response without the encrypted definition.IncludedData
public String getIncludedData()
If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt
permission to decrypt the definition. Alternatively, you can call the API with
includedData = METADATA_ONLY
to get a successful response without the encrypted definition.
kms:Decrypt
permission to decrypt the definition. Alternatively, you can call the API with
includedData = METADATA_ONLY
to get a successful response without the encrypted definition.IncludedData
public DescribeStateMachineForExecutionRequest withIncludedData(String includedData)
If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt
permission to decrypt the definition. Alternatively, you can call the API with
includedData = METADATA_ONLY
to get a successful response without the encrypted definition.
includedData
- If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt
permission to decrypt the definition. Alternatively, you can call the API with
includedData = METADATA_ONLY
to get a successful response without the encrypted definition.IncludedData
public DescribeStateMachineForExecutionRequest withIncludedData(IncludedData includedData)
If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt
permission to decrypt the definition. Alternatively, you can call the API with
includedData = METADATA_ONLY
to get a successful response without the encrypted definition.
includedData
- If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt
permission to decrypt the definition. Alternatively, you can call the API with
includedData = METADATA_ONLY
to get a successful response without the encrypted definition.IncludedData
public String toString()
toString
in class Object
Object.toString()
public DescribeStateMachineForExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()