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