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