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