Class ExportSummary
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.model.ExportSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportSummary.Builder,ExportSummary>
@Generated("software.amazon.awssdk:codegen") public final class ExportSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportSummary.Builder,ExportSummary>
Summary information about an export task.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexportArn()The Amazon Resource Name (ARN) of the export.ExportStatusexportStatus()Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.StringexportStatusAsString()Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportTypeexportType()The type of export that was performed.StringexportTypeAsString()The type of export that was performed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExportSummary.Builder>serializableBuilderClass()ExportSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
exportArn
public final String exportArn()
The Amazon Resource Name (ARN) of the export.
- Returns:
- The Amazon Resource Name (ARN) of the export.
-
exportStatus
public final ExportStatus 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:
ExportStatus
-
exportStatusAsString
public final String 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:
ExportStatus
-
exportType
public final ExportType 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:
ExportType
-
exportTypeAsString
public final String 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:
ExportType
-
toBuilder
public ExportSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportSummary.Builder,ExportSummary>
-
builder
public static ExportSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-