@Generated(value="software.amazon.awssdk:codegen") public class GetAutomationExecutionResponse extends SSMResponse implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetAutomationExecutionResponse.Builder,GetAutomationExecutionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAutomationExecutionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutomationExecution |
automationExecution()
Detailed information about the current state of an automation execution.
|
static GetAutomationExecutionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends GetAutomationExecutionResponse.Builder> |
serializableBuilderClass() |
GetAutomationExecutionResponse.Builder |
toBuilder() |
String |
toString() |
public AutomationExecution automationExecution()
Detailed information about the current state of an automation execution.
public GetAutomationExecutionResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetAutomationExecutionResponse.Builder,GetAutomationExecutionResponse>toBuilder in class AwsResponsepublic static GetAutomationExecutionResponse.Builder builder()
public static Class<? extends GetAutomationExecutionResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2017. All rights reserved.