@Generated(value="software.amazon.awssdk:codegen") public final class AutomationExecution extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutomationExecution.Builder,AutomationExecution>
The Systems Manager automation document process to start as the runbook at the beginning of the incident.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutomationExecution.Builder |
static class |
AutomationExecution.Type |
| Modifier and Type | Method and Description |
|---|---|
static AutomationExecution.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static AutomationExecution |
fromSsmExecutionArn(String ssmExecutionArn)
Create an instance of this class with
ssmExecutionArn() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutomationExecution.Builder> |
serializableBuilderClass() |
String |
ssmExecutionArn()
The Amazon Resource Name (ARN) of the automation process.
|
AutomationExecution.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AutomationExecution.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ssmExecutionArn()
The Amazon Resource Name (ARN) of the automation process.
public AutomationExecution.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutomationExecution.Builder,AutomationExecution>public static AutomationExecution.Builder builder()
public static Class<? extends AutomationExecution.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static AutomationExecution fromSsmExecutionArn(String ssmExecutionArn)
ssmExecutionArn() initialized to the given value.
The Amazon Resource Name (ARN) of the automation process.
ssmExecutionArn - The Amazon Resource Name (ARN) of the automation process.public AutomationExecution.Type type()
AutomationExecution.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be AutomationExecution.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.