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