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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreatePlaceIndexRequest>- Parameters:
createPlaceIndexRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-