Class ExportTableToPointInTimeRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.dynamodb.transform.ExportTableToPointInTimeRequestMarshaller
- All Implemented Interfaces:
Marshaller<ExportTableToPointInTimeRequest>
@Generated("software.amazon.awssdk:codegen")
public class ExportTableToPointInTimeRequestMarshaller
extends Object
implements Marshaller<ExportTableToPointInTimeRequest>
ExportTableToPointInTimeRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionExportTableToPointInTimeRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(ExportTableToPointInTimeRequest exportTableToPointInTimeRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
ExportTableToPointInTimeRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ExportTableToPointInTimeRequest>- Parameters:
exportTableToPointInTimeRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-