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 SummaryConstructorsConstructorDescriptionGetFlowExecutionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetFlowExecutionRequest getFlowExecutionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetFlowExecutionRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetFlowExecutionRequest>
- Parameters:
- getFlowExecutionRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-