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