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