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