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