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