@Generated(value="software.amazon.awssdk:codegen") public class GetAutomationExecutionRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetAutomationExecutionRequest.Builder,GetAutomationExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAutomationExecutionRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
String |
automationExecutionId()
The unique identifier for an existing automation execution to examine.
|
static GetAutomationExecutionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends GetAutomationExecutionRequest.Builder> |
serializableBuilderClass() |
GetAutomationExecutionRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String automationExecutionId()
The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation document is initiated.
public GetAutomationExecutionRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetAutomationExecutionRequest.Builder,GetAutomationExecutionRequest>public static GetAutomationExecutionRequest.Builder builder()
public static Class<? extends GetAutomationExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.