Class CreateApiMappingRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.apigatewayv2.transform.CreateApiMappingRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateApiMappingRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateApiMappingRequestMarshaller extends Object implements Marshaller<CreateApiMappingRequest>
CreateApiMappingRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description CreateApiMappingRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(CreateApiMappingRequest createApiMappingRequest)
-
-
-
Constructor Detail
-
CreateApiMappingRequestMarshaller
public CreateApiMappingRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateApiMappingRequest createApiMappingRequest)
- Specified by:
marshallin interfaceMarshaller<CreateApiMappingRequest>
-
-