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