/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The network configuration for customer VPC connectivity.See
* Also:
AWS
* API Reference
The array of subnet Ids for customer VPC connectivity.
*/ inline const Aws::VectorThe array of subnet Ids for customer VPC connectivity.
*/ inline bool SubnetIdsHasBeenSet() const { return m_subnetIdsHasBeenSet; } /** *The array of subnet Ids for customer VPC connectivity.
*/ inline void SetSubnetIds(const Aws::VectorThe array of subnet Ids for customer VPC connectivity.
*/ inline void SetSubnetIds(Aws::VectorThe array of subnet Ids for customer VPC connectivity.
*/ inline NetworkConfiguration& WithSubnetIds(const Aws::VectorThe array of subnet Ids for customer VPC connectivity.
*/ inline NetworkConfiguration& WithSubnetIds(Aws::VectorThe array of subnet Ids for customer VPC connectivity.
*/ inline NetworkConfiguration& AddSubnetIds(const Aws::String& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(value); return *this; } /** *The array of subnet Ids for customer VPC connectivity.
*/ inline NetworkConfiguration& AddSubnetIds(Aws::String&& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(std::move(value)); return *this; } /** *The array of subnet Ids for customer VPC connectivity.
*/ inline NetworkConfiguration& AddSubnetIds(const char* value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(value); return *this; } /** *The array of security group Ids for customer VPC connectivity.
*/ inline const Aws::VectorThe array of security group Ids for customer VPC connectivity.
*/ inline bool SecurityGroupIdsHasBeenSet() const { return m_securityGroupIdsHasBeenSet; } /** *The array of security group Ids for customer VPC connectivity.
*/ inline void SetSecurityGroupIds(const Aws::VectorThe array of security group Ids for customer VPC connectivity.
*/ inline void SetSecurityGroupIds(Aws::VectorThe array of security group Ids for customer VPC connectivity.
*/ inline NetworkConfiguration& WithSecurityGroupIds(const Aws::VectorThe array of security group Ids for customer VPC connectivity.
*/ inline NetworkConfiguration& WithSecurityGroupIds(Aws::VectorThe array of security group Ids for customer VPC connectivity.
*/ inline NetworkConfiguration& AddSecurityGroupIds(const Aws::String& value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(value); return *this; } /** *The array of security group Ids for customer VPC connectivity.
*/ inline NetworkConfiguration& AddSecurityGroupIds(Aws::String&& value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(std::move(value)); return *this; } /** *The array of security group Ids for customer VPC connectivity.
*/ inline NetworkConfiguration& AddSecurityGroupIds(const char* value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(value); return *this; } private: Aws::Vector