Class ImportTask
java.lang.Object
software.amazon.awssdk.services.mgn.model.ImportTask
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ImportTask.Builder,
ImportTask>
@Generated("software.amazon.awssdk:codegen")
public final class ImportTask
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ImportTask.Builder,ImportTask>
Import task.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ImportTask.Builder
builder()
final String
Import task creation datetime.final String
Import task end datetime.final boolean
final boolean
equalsBySdkFields
(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 int
hashCode()
final String
importID()
Import task id.final Float
Import task progress percentage.final S3BucketSource
Import task s3 bucket source.static Class
<? extends ImportTask.Builder> final ImportStatus
status()
Import task status.final String
Import task status.final ImportTaskSummary
summary()
Import task summary.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
creationDateTime
Import task creation datetime.
- Returns:
- Import task creation datetime.
-
endDateTime
-
importID
-
progressPercentage
Import task progress percentage.
- Returns:
- Import task progress percentage.
-
s3BucketSource
Import task s3 bucket source.
- Returns:
- Import task s3 bucket source.
-
status
Import task status.
If the service returns an enum value that is not available in the current SDK version,
status
will returnImportStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- Import task status.
- See Also:
-
statusAsString
Import task status.
If the service returns an enum value that is not available in the current SDK version,
status
will returnImportStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- Import task status.
- See Also:
-
summary
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ImportTask.Builder,
ImportTask> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in 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
-