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