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