Class CreateRouteTableRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ec2.transform.CreateRouteTableRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateRouteTableRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateRouteTableRequestMarshaller
extends Object
implements Marshaller<CreateRouteTableRequest>
CreateRouteTableRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateRouteTableRequest createRouteTableRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateRouteTableRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateRouteTableRequest>
- Parameters:
- createRouteTableRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-