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