Class StartFlowExecutionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.transform.StartFlowExecutionRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartFlowExecutionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartFlowExecutionRequest>- Parameters:
startFlowExecutionRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-