@Generated(value="software.amazon.awssdk:codegen") public final class UpdateWorkflowStepResponse extends MigrationHubOrchestratorResponse implements ToCopyableBuilder<UpdateWorkflowStepResponse.Builder,UpdateWorkflowStepResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateWorkflowStepResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateWorkflowStepResponse.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.
|
String |
name()
The name of the step.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateWorkflowStepResponse.Builder> |
serializableBuilderClass() |
String |
stepGroupId()
The ID of the step group.
|
UpdateWorkflowStepResponse.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 id()
The ID of the step.
public final String stepGroupId()
The ID of the step group.
public final String workflowId()
The ID of the migration workflow.
public final String name()
The name of the step.
public UpdateWorkflowStepResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateWorkflowStepResponse.Builder,UpdateWorkflowStepResponse>toBuilder in class AwsResponsepublic static UpdateWorkflowStepResponse.Builder builder()
public static Class<? extends UpdateWorkflowStepResponse.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.