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