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