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