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