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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<InvokeFlowRequest>
- Parameters:
invokeFlowRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-