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