@Generated(value="software.amazon.awssdk:codegen") public final class MigrationWorkflowSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MigrationWorkflowSummary.Builder,MigrationWorkflowSummary>
The summary of a migration workflow.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MigrationWorkflowSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
adsApplicationConfigurationName()
The name of the application configured in Application Discovery Service.
|
static MigrationWorkflowSummary.Builder |
builder() |
Integer |
completedSteps()
The steps completed in the migration workflow.
|
Instant |
creationTime()
The time at which the migration workflow was created.
|
Instant |
endTime()
The time at which the migration workflow ended.
|
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 migration workflow.
|
String |
name()
The name of the migration workflow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MigrationWorkflowSummary.Builder> |
serializableBuilderClass() |
MigrationWorkflowStatusEnum |
status()
The status of the migration workflow.
|
String |
statusAsString()
The status of the migration workflow.
|
String |
statusMessage()
The status message of the migration workflow.
|
String |
templateId()
The ID of the template.
|
MigrationWorkflowSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalSteps()
All the steps in a migration workflow.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID of the migration workflow.
public final String name()
The name of the migration workflow.
public final String templateId()
The ID of the template.
public final String adsApplicationConfigurationName()
The name of the application configured in Application Discovery Service.
public final MigrationWorkflowStatusEnum status()
The status of the migration workflow.
If the service returns an enum value that is not available in the current SDK version, status will
return MigrationWorkflowStatusEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
MigrationWorkflowStatusEnumpublic final String statusAsString()
The status of the migration workflow.
If the service returns an enum value that is not available in the current SDK version, status will
return MigrationWorkflowStatusEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
MigrationWorkflowStatusEnumpublic final Instant creationTime()
The time at which the migration workflow was created.
public final Instant endTime()
The time at which the migration workflow ended.
public final String statusMessage()
The status message of the migration workflow.
public final Integer completedSteps()
The steps completed in the migration workflow.
public final Integer totalSteps()
All the steps in a migration workflow.
public MigrationWorkflowSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MigrationWorkflowSummary.Builder,MigrationWorkflowSummary>public static MigrationWorkflowSummary.Builder builder()
public static Class<? extends MigrationWorkflowSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.