Class ExportTableToPointInTimeResponse
- java.lang.Object
- 
- software.amazon.awssdk.core.SdkResponse
- 
- software.amazon.awssdk.awscore.AwsResponse
- 
- software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse
- 
- software.amazon.awssdk.services.dynamodb.model.ExportTableToPointInTimeResponse
 
 
 
 
- 
- All Implemented Interfaces:
- SdkPojo,- ToCopyableBuilder<ExportTableToPointInTimeResponse.Builder,ExportTableToPointInTimeResponse>
 
 @Generated("software.amazon.awssdk:codegen") public final class ExportTableToPointInTimeResponse extends DynamoDbResponse implements ToCopyableBuilder<ExportTableToPointInTimeResponse.Builder,ExportTableToPointInTimeResponse> 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceExportTableToPointInTimeResponse.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportTableToPointInTimeResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExportDescriptionexportDescription()Contains a description of the table export.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExportTableToPointInTimeResponse.Builder>serializableBuilderClass()ExportTableToPointInTimeResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.- 
Methods inherited from class software.amazon.awssdk.services.dynamodb.model.DynamoDbResponseresponseMetadata
 - 
Methods inherited from class software.amazon.awssdk.core.SdkResponsesdkHttpResponse
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
 
- 
 
- 
- 
- 
Method Detail- 
exportDescriptionpublic final ExportDescription exportDescription() Contains a description of the table export. - Returns:
- Contains a description of the table export.
 
 - 
toBuilderpublic ExportTableToPointInTimeResponse.Builder toBuilder() - Specified by:
- toBuilderin interface- ToCopyableBuilder<ExportTableToPointInTimeResponse.Builder,ExportTableToPointInTimeResponse>
- Specified by:
- toBuilderin class- AwsResponse
 
 - 
builderpublic static ExportTableToPointInTimeResponse.Builder builder() 
 - 
serializableBuilderClasspublic static Class<? extends ExportTableToPointInTimeResponse.Builder> serializableBuilderClass() 
 - 
hashCodepublic final int hashCode() - Overrides:
- hashCodein class- AwsResponse
 
 - 
equalspublic final boolean equals(Object obj) - Overrides:
- equalsin class- AwsResponse
 
 - 
equalsBySdkFieldspublic final boolean equalsBySdkFields(Object obj) - Specified by:
- equalsBySdkFieldsin interface- SdkPojo
 
 - 
toStringpublic 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.
 - 
getValueForFieldpublic final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) - Overrides:
- getValueForFieldin class- SdkResponse
 
 - 
sdkFieldNameToFieldpublic final Map<String,SdkField<?>> sdkFieldNameToField() - Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
 
 
- 
 
-