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