/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Defines the VPC networking components used to secure and enable network
* traffic between the Amazon Web Services resources for your environment. For more
* information, see About
* networking on Amazon MWAA.See Also:
AWS
* API Reference
A list of security group IDs. A security group must be attached to the same * VPC as the subnets. For more information, see Security * in your VPC on Amazon MWAA.
*/ inline const Aws::VectorA list of security group IDs. A security group must be attached to the same * VPC as the subnets. For more information, see Security * in your VPC on Amazon MWAA.
*/ inline bool SecurityGroupIdsHasBeenSet() const { return m_securityGroupIdsHasBeenSet; } /** *A list of security group IDs. A security group must be attached to the same * VPC as the subnets. For more information, see Security * in your VPC on Amazon MWAA.
*/ inline void SetSecurityGroupIds(const Aws::VectorA list of security group IDs. A security group must be attached to the same * VPC as the subnets. For more information, see Security * in your VPC on Amazon MWAA.
*/ inline void SetSecurityGroupIds(Aws::VectorA list of security group IDs. A security group must be attached to the same * VPC as the subnets. For more information, see Security * in your VPC on Amazon MWAA.
*/ inline UpdateNetworkConfigurationInput& WithSecurityGroupIds(const Aws::VectorA list of security group IDs. A security group must be attached to the same * VPC as the subnets. For more information, see Security * in your VPC on Amazon MWAA.
*/ inline UpdateNetworkConfigurationInput& WithSecurityGroupIds(Aws::VectorA list of security group IDs. A security group must be attached to the same * VPC as the subnets. For more information, see Security * in your VPC on Amazon MWAA.
*/ inline UpdateNetworkConfigurationInput& AddSecurityGroupIds(const Aws::String& value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(value); return *this; } /** *A list of security group IDs. A security group must be attached to the same * VPC as the subnets. For more information, see Security * in your VPC on Amazon MWAA.
*/ inline UpdateNetworkConfigurationInput& AddSecurityGroupIds(Aws::String&& value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(std::move(value)); return *this; } /** *A list of security group IDs. A security group must be attached to the same * VPC as the subnets. For more information, see Security * in your VPC on Amazon MWAA.
*/ inline UpdateNetworkConfigurationInput& AddSecurityGroupIds(const char* value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(value); return *this; } private: Aws::Vector