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