@Generated(value="software.amazon.awssdk:codegen") public final class GetAutomationExecutionResponse extends SsmResponse implements 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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetAutomationExecutionResponse.Builder> |
serializableBuilderClass() |
GetAutomationExecutionResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic AutomationExecution automationExecution()
Detailed information about the current state of an automation execution.
public GetAutomationExecutionResponse.Builder toBuilder()
toBuilder in interface 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 © 2018. All rights reserved.