This method will create a VPC, a public subnet, private subnet and a NAT EC2 instance to allow EC2 instances in the private
            subnet to establish outbound connections to the internet.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static LaunchVPCWithPublicAndPrivateSubnetsResponse LaunchVPCWithPublicAndPrivateSubnets( AmazonEC2 ec2Client, LaunchVPCWithPublicAndPrivateSubnetsRequest request )
 Parameters
 Parameters- ec2Client (AmazonEC2)
- The ec2client used to create the VPC
- request (LaunchVPCWithPublicAndPrivateSubnetsRequest)
- The properties used to create the VPC.
 Return Value
 Return ValueThe response contains all the VPC objects that were created.