@Generated(value="software.amazon.awssdk:codegen") public final class GetAutomationExecutionRequest extends SsmRequest implements ToCopyableBuilder<GetAutomationExecutionRequest.Builder,GetAutomationExecutionRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
GetAutomationExecutionRequest.Builder |
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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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() |
overrideConfiguration
copy
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>
toBuilder
in class SsmRequest
public static GetAutomationExecutionRequest.Builder builder()
public static Class<? extends GetAutomationExecutionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.