Class ExportSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportSummary.Builder,ExportSummary>
Summary information about an export task.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ExportSummary.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe Amazon Resource Name (ARN) of the export.final ExportStatusExport can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.final StringExport can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.final ExportTypeThe type of export that was performed.final StringThe type of export that was performed.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ExportSummary.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
exportArn
The Amazon Resource Name (ARN) of the export.
- Returns:
- The Amazon Resource Name (ARN) of the export.
-
exportStatus
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
If the service returns an enum value that is not available in the current SDK version,
exportStatuswill returnExportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportStatusAsString().- Returns:
- Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
- See Also:
-
exportStatusAsString
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
If the service returns an enum value that is not available in the current SDK version,
exportStatuswill returnExportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportStatusAsString().- Returns:
- Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
- See Also:
-
exportType
The type of export that was performed. Valid values are
FULL_EXPORTorINCREMENTAL_EXPORT.If the service returns an enum value that is not available in the current SDK version,
exportTypewill returnExportType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportTypeAsString().- Returns:
- The type of export that was performed. Valid values are
FULL_EXPORTorINCREMENTAL_EXPORT. - See Also:
-
exportTypeAsString
The type of export that was performed. Valid values are
FULL_EXPORTorINCREMENTAL_EXPORT.If the service returns an enum value that is not available in the current SDK version,
exportTypewill returnExportType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportTypeAsString().- Returns:
- The type of export that was performed. Valid values are
FULL_EXPORTorINCREMENTAL_EXPORT. - See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportSummary.Builder,ExportSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-