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