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