Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetAutomationExecutionRequest.Builder,GetAutomationExecutionRequest>
@Generated("software.amazon.awssdk:codegen") public class GetAutomationExecutionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetAutomationExecutionRequest.Builder,GetAutomationExecutionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetAutomationExecutionRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetAutomationExecutionRequest.Builder,GetAutomationExecutionRequest>
public static GetAutomationExecutionRequest.Builder builder()
public static Class<? extends GetAutomationExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.