@Generated(value="software.amazon.awssdk:codegen") public final class RemediationExecutionStep extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RemediationExecutionStep.Builder,RemediationExecutionStep>
Name of the step from the SSM document.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemediationExecutionStep.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RemediationExecutionStep.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
An error message if the step was interrupted during execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The details of the step.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemediationExecutionStep.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time when the step started.
|
RemediationExecutionStepState |
state()
The valid status of the step.
|
String |
stateAsString()
The valid status of the step.
|
Instant |
stopTime()
The time when the step stopped.
|
RemediationExecutionStep.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The details of the step.
public final RemediationExecutionStepState state()
The valid status of the step.
If the service returns an enum value that is not available in the current SDK version, state will return
RemediationExecutionStepState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from stateAsString().
RemediationExecutionStepStatepublic final String stateAsString()
The valid status of the step.
If the service returns an enum value that is not available in the current SDK version, state will return
RemediationExecutionStepState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from stateAsString().
RemediationExecutionStepStatepublic final String errorMessage()
An error message if the step was interrupted during execution.
public final Instant startTime()
The time when the step started.
public final Instant stopTime()
The time when the step stopped.
public RemediationExecutionStep.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemediationExecutionStep.Builder,RemediationExecutionStep>public static RemediationExecutionStep.Builder builder()
public static Class<? extends RemediationExecutionStep.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.