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