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 interface
ExportSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportSummary.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
exportArn()
The Amazon Resource Name (ARN) of the export.ExportStatus
exportStatus()
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.String
exportStatusAsString()
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportType
exportType()
The type of export that was performed.String
exportTypeAsString()
The type of export that was performed.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends ExportSummary.Builder>
serializableBuilderClass()
ExportSummary.Builder
toBuilder()
String
toString()
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,
exportStatus
will 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,
exportStatus
will 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_EXPORT
orINCREMENTAL_EXPORT
.If the service returns an enum value that is not available in the current SDK version,
exportType
will 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_EXPORT
orINCREMENTAL_EXPORT
. - See Also:
ExportType
-
exportTypeAsString
public final String exportTypeAsString()
The type of export that was performed. Valid values are
FULL_EXPORT
orINCREMENTAL_EXPORT
.If the service returns an enum value that is not available in the current SDK version,
exportType
will 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_EXPORT
orINCREMENTAL_EXPORT
. - See Also:
ExportType
-
toBuilder
public ExportSummary.Builder toBuilder()
- Specified by:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-