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