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