Class ListFlowExecutionEventsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.transform.ListFlowExecutionEventsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListFlowExecutionEventsRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListFlowExecutionEventsRequest>
- Parameters:
listFlowExecutionEventsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-