/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about the VPC in which the connector resides.See
* Also:
AWS
* API Reference
The security groups for the connector.
*/ inline const Aws::VectorThe security groups for the connector.
*/ inline bool SecurityGroupsHasBeenSet() const { return m_securityGroupsHasBeenSet; } /** *The security groups for the connector.
*/ inline void SetSecurityGroups(const Aws::VectorThe security groups for the connector.
*/ inline void SetSecurityGroups(Aws::VectorThe security groups for the connector.
*/ inline Vpc& WithSecurityGroups(const Aws::VectorThe security groups for the connector.
*/ inline Vpc& WithSecurityGroups(Aws::VectorThe security groups for the connector.
*/ inline Vpc& AddSecurityGroups(const Aws::String& value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(value); return *this; } /** *The security groups for the connector.
*/ inline Vpc& AddSecurityGroups(Aws::String&& value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(std::move(value)); return *this; } /** *The security groups for the connector.
*/ inline Vpc& AddSecurityGroups(const char* value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(value); return *this; } /** *The subnets for the connector.
*/ inline const Aws::VectorThe subnets for the connector.
*/ inline bool SubnetsHasBeenSet() const { return m_subnetsHasBeenSet; } /** *The subnets for the connector.
*/ inline void SetSubnets(const Aws::VectorThe subnets for the connector.
*/ inline void SetSubnets(Aws::VectorThe subnets for the connector.
*/ inline Vpc& WithSubnets(const Aws::VectorThe subnets for the connector.
*/ inline Vpc& WithSubnets(Aws::VectorThe subnets for the connector.
*/ inline Vpc& AddSubnets(const Aws::String& value) { m_subnetsHasBeenSet = true; m_subnets.push_back(value); return *this; } /** *The subnets for the connector.
*/ inline Vpc& AddSubnets(Aws::String&& value) { m_subnetsHasBeenSet = true; m_subnets.push_back(std::move(value)); return *this; } /** *The subnets for the connector.
*/ inline Vpc& AddSubnets(const char* value) { m_subnetsHasBeenSet = true; m_subnets.push_back(value); return *this; } private: Aws::Vector