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