Class SearchTextRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.geoplaces.transform.SearchTextRequestMarshaller
- All Implemented Interfaces:
- Marshaller<SearchTextRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class SearchTextRequestMarshaller
extends Object
implements Marshaller<SearchTextRequest>
SearchTextRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(SearchTextRequest searchTextRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
SearchTextRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<SearchTextRequest>
- Parameters:
- searchTextRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-