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