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