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