Class MigrationWorkflowSummary
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationWorkflowSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MigrationWorkflowSummary.Builder,MigrationWorkflowSummary>
@Generated("software.amazon.awssdk:codegen") public final class MigrationWorkflowSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MigrationWorkflowSummary.Builder,MigrationWorkflowSummary>
The summary of a migration workflow.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMigrationWorkflowSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringadsApplicationConfigurationName()The name of the application configured in Application Discovery Service.static MigrationWorkflowSummary.Builderbuilder()IntegercompletedSteps()The steps completed in the migration workflow.InstantcreationTime()The time at which the migration workflow was created.InstantendTime()The time at which the migration workflow ended.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the migration workflow.Stringname()The name of the migration workflow.List<SdkField<?>>sdkFields()static Class<? extends MigrationWorkflowSummary.Builder>serializableBuilderClass()MigrationWorkflowStatusEnumstatus()The status of the migration workflow.StringstatusAsString()The status of the migration workflow.StringstatusMessage()The status message of the migration workflow.StringtemplateId()The ID of the template.MigrationWorkflowSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegertotalSteps()All the steps in a migration workflow.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The ID of the migration workflow.
- Returns:
- The ID of the migration workflow.
-
name
public final String name()
The name of the migration workflow.
- Returns:
- The name of the migration workflow.
-
templateId
public final String templateId()
The ID of the template.
- Returns:
- The ID of the template.
-
adsApplicationConfigurationName
public final String adsApplicationConfigurationName()
The name of the application configured in Application Discovery Service.
- Returns:
- The name of the application configured in Application Discovery Service.
-
status
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,
statuswill returnMigrationWorkflowStatusEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the migration workflow.
- See Also:
MigrationWorkflowStatusEnum
-
statusAsString
public 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,
statuswill returnMigrationWorkflowStatusEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the migration workflow.
- See Also:
MigrationWorkflowStatusEnum
-
creationTime
public final Instant creationTime()
The time at which the migration workflow was created.
- Returns:
- The time at which the migration workflow was created.
-
endTime
public final Instant endTime()
The time at which the migration workflow ended.
- Returns:
- The time at which the migration workflow ended.
-
statusMessage
public final String statusMessage()
The status message of the migration workflow.
- Returns:
- The status message of the migration workflow.
-
completedSteps
public final Integer completedSteps()
The steps completed in the migration workflow.
- Returns:
- The steps completed in the migration workflow.
-
totalSteps
public final Integer totalSteps()
All the steps in a migration workflow.
- Returns:
- All the steps in a migration workflow.
-
toBuilder
public MigrationWorkflowSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MigrationWorkflowSummary.Builder,MigrationWorkflowSummary>
-
builder
public static MigrationWorkflowSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends MigrationWorkflowSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-