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