@Generated(value="software.amazon.awssdk:codegen") public final class RetryWorkflowStepResponse extends MigrationHubOrchestratorResponse implements ToCopyableBuilder<RetryWorkflowStepResponse.Builder,RetryWorkflowStepResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RetryWorkflowStepResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RetryWorkflowStepResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the step.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RetryWorkflowStepResponse.Builder> |
serializableBuilderClass() |
StepStatus |
status()
The status of the step.
|
String |
statusAsString()
The status of the step.
|
String |
stepGroupId()
The ID of the step group.
|
RetryWorkflowStepResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workflowId()
The ID of the migration workflow.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stepGroupId()
The ID of the step group.
public final String workflowId()
The ID of the migration workflow.
public final String id()
The ID of the step.
public final StepStatus status()
The status of the step.
If the service returns an enum value that is not available in the current SDK version, status will
return StepStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
StepStatuspublic final String statusAsString()
The status of the step.
If the service returns an enum value that is not available in the current SDK version, status will
return StepStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
StepStatuspublic RetryWorkflowStepResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RetryWorkflowStepResponse.Builder,RetryWorkflowStepResponse>toBuilder in class AwsResponsepublic static RetryWorkflowStepResponse.Builder builder()
public static Class<? extends RetryWorkflowStepResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.