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