@Generated(value="software.amazon.awssdk:codegen") public final class StopAutomationExecutionRequest extends SsmRequest implements ToCopyableBuilder<StopAutomationExecutionRequest.Builder,StopAutomationExecutionRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
StopAutomationExecutionRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
automationExecutionId()
The execution ID of the Automation to stop.
|
static StopAutomationExecutionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopAutomationExecutionRequest.Builder> |
serializableBuilderClass() |
StopAutomationExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
StopType |
type()
The stop request type.
|
String |
typeAsString()
The stop request type.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String automationExecutionId()
The execution ID of the Automation to stop.
public StopType type()
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
If the service returns an enum value that is not available in the current SDK version, type
will return
StopType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
StopType
public String typeAsString()
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
If the service returns an enum value that is not available in the current SDK version, type
will return
StopType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
StopType
public StopAutomationExecutionRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<StopAutomationExecutionRequest.Builder,StopAutomationExecutionRequest>
toBuilder
in class SsmRequest
public static StopAutomationExecutionRequest.Builder builder()
public static Class<? extends StopAutomationExecutionRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.