Class BatchGetItemRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.transform.BatchGetItemRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<BatchGetItemRequest>
@Generated("software.amazon.awssdk:codegen") @SdkInternalApi public class BatchGetItemRequestMarshaller extends Object implements Marshaller<BatchGetItemRequest>
BatchGetItemRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description BatchGetItemRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(BatchGetItemRequest batchGetItemRequest)
-
-
-
Constructor Detail
-
BatchGetItemRequestMarshaller
public BatchGetItemRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(BatchGetItemRequest batchGetItemRequest)
- Specified by:
marshallin interfaceMarshaller<BatchGetItemRequest>
-
-