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