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