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