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