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