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