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