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