Class CreateFunctionRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.lambda.transform.CreateFunctionRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateFunctionRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateFunctionRequestMarshaller extends Object implements Marshaller<CreateFunctionRequest>
CreateFunctionRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description CreateFunctionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(CreateFunctionRequest createFunctionRequest)
-
-
-
Constructor Detail
-
CreateFunctionRequestMarshaller
public CreateFunctionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateFunctionRequest createFunctionRequest)
- Specified by:
marshall
in interfaceMarshaller<CreateFunctionRequest>
-
-