/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the parameters of a VPC used by the application.See
* Also:
AWS
* API Reference
The array of Subnet * IDs used by the VPC configuration.
*/ inline const Aws::VectorThe array of Subnet * IDs used by the VPC configuration.
*/ inline bool SubnetIdsHasBeenSet() const { return m_subnetIdsHasBeenSet; } /** *The array of Subnet * IDs used by the VPC configuration.
*/ inline void SetSubnetIds(const Aws::VectorThe array of Subnet * IDs used by the VPC configuration.
*/ inline void SetSubnetIds(Aws::VectorThe array of Subnet * IDs used by the VPC configuration.
*/ inline VpcConfiguration& WithSubnetIds(const Aws::VectorThe array of Subnet * IDs used by the VPC configuration.
*/ inline VpcConfiguration& WithSubnetIds(Aws::VectorThe array of Subnet * IDs used by the VPC configuration.
*/ inline VpcConfiguration& AddSubnetIds(const Aws::String& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(value); return *this; } /** *The array of Subnet * IDs used by the VPC configuration.
*/ inline VpcConfiguration& AddSubnetIds(Aws::String&& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(std::move(value)); return *this; } /** *The array of Subnet * IDs used by the VPC configuration.
*/ inline VpcConfiguration& AddSubnetIds(const char* value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(value); return *this; } /** *The array of SecurityGroup * IDs used by the VPC configuration.
*/ inline const Aws::VectorThe array of SecurityGroup * IDs used by the VPC configuration.
*/ inline bool SecurityGroupIdsHasBeenSet() const { return m_securityGroupIdsHasBeenSet; } /** *The array of SecurityGroup * IDs used by the VPC configuration.
*/ inline void SetSecurityGroupIds(const Aws::VectorThe array of SecurityGroup * IDs used by the VPC configuration.
*/ inline void SetSecurityGroupIds(Aws::VectorThe array of SecurityGroup * IDs used by the VPC configuration.
*/ inline VpcConfiguration& WithSecurityGroupIds(const Aws::VectorThe array of SecurityGroup * IDs used by the VPC configuration.
*/ inline VpcConfiguration& WithSecurityGroupIds(Aws::VectorThe array of SecurityGroup * IDs used by the VPC configuration.
*/ inline VpcConfiguration& AddSecurityGroupIds(const Aws::String& value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(value); return *this; } /** *The array of SecurityGroup * IDs used by the VPC configuration.
*/ inline VpcConfiguration& AddSecurityGroupIds(Aws::String&& value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(std::move(value)); return *this; } /** *The array of SecurityGroup * IDs used by the VPC configuration.
*/ inline VpcConfiguration& AddSecurityGroupIds(const char* value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(value); return *this; } private: Aws::Vector