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