Class ListLambdaFunctionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.connect.transform.ListLambdaFunctionsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListLambdaFunctionsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListLambdaFunctionsRequestMarshaller
extends Object
implements Marshaller<ListLambdaFunctionsRequest>
ListLambdaFunctionsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListLambdaFunctionsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListLambdaFunctionsRequest listLambdaFunctionsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListLambdaFunctionsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListLambdaFunctionsRequest>
- Parameters:
- listLambdaFunctionsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-