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