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