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