Class MigrationTaskSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MigrationTaskSummary.Builder,MigrationTaskSummary>
MigrationTaskSummary includes MigrationTaskName, ProgressPercent,
ProgressUpdateStream, Status, and UpdateDateTime for each task.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic MigrationTaskSummary.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringUnique identifier that references the migration task.final IntegerIndication of the percentage completion of the task.final StringAn AWS resource used for access control.static Class<? extends MigrationTaskSummary.Builder> final Statusstatus()Status of the task.final StringStatus of the task.final StringDetail information of what is being done within the overall status state.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final InstantThe timestamp when the task was gathered.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
progressUpdateStream
An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.
- Returns:
- An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.
-
migrationTaskName
Unique identifier that references the migration task. Do not store personal data in this field.
- Returns:
- Unique identifier that references the migration task. Do not store personal data in this field.
-
status
Status of the task.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the task.
- See Also:
-
statusAsString
Status of the task.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the task.
- See Also:
-
progressPercent
Indication of the percentage completion of the task.
- Returns:
- Indication of the percentage completion of the task.
-
statusDetail
Detail information of what is being done within the overall status state.
- Returns:
- Detail information of what is being done within the overall status state.
-
updateDateTime
The timestamp when the task was gathered.
- Returns:
- The timestamp when the task was gathered.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<MigrationTaskSummary.Builder,MigrationTaskSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-