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>
CreateApiMappingRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionCreateApiMappingRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(CreateApiMappingRequest createApiMappingRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
CreateApiMappingRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateApiMappingRequest>
- Parameters:
createApiMappingRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-