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