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