Class CreateLocalGatewayRouteRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ec2.transform.CreateLocalGatewayRouteRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateLocalGatewayRouteRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateLocalGatewayRouteRequestMarshaller
extends Object
implements Marshaller<CreateLocalGatewayRouteRequest>
CreateLocalGatewayRouteRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionCreateLocalGatewayRouteRequestMarshaller(AwsQueryProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateLocalGatewayRouteRequest createLocalGatewayRouteRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateLocalGatewayRouteRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateLocalGatewayRouteRequest>
- Parameters:
- createLocalGatewayRouteRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-