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