/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Configuration details about the network where the Privatelink endpoint of the
* cluster resides.See Also:
AWS
* API Reference
The identifier of the VPC endpoint.
*/ inline const Aws::String& GetVpcId() const{ return m_vpcId; } /** *The identifier of the VPC endpoint.
*/ inline bool VpcIdHasBeenSet() const { return m_vpcIdHasBeenSet; } /** *The identifier of the VPC endpoint.
*/ inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } /** *The identifier of the VPC endpoint.
*/ inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } /** *The identifier of the VPC endpoint.
*/ inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } /** *The identifier of the VPC endpoint.
*/ inline VpcConfiguration& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} /** *The identifier of the VPC endpoint.
*/ inline VpcConfiguration& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this;} /** *The identifier of the VPC endpoint.
*/ inline VpcConfiguration& WithVpcId(const char* value) { SetVpcId(value); return *this;} /** *The unique identifier of the VPC security group applied to the VPC endpoint * ENI for the cluster.
*/ inline const Aws::VectorThe unique identifier of the VPC security group applied to the VPC endpoint * ENI for the cluster.
*/ inline bool SecurityGroupIdsHasBeenSet() const { return m_securityGroupIdsHasBeenSet; } /** *The unique identifier of the VPC security group applied to the VPC endpoint * ENI for the cluster.
*/ inline void SetSecurityGroupIds(const Aws::VectorThe unique identifier of the VPC security group applied to the VPC endpoint * ENI for the cluster.
*/ inline void SetSecurityGroupIds(Aws::VectorThe unique identifier of the VPC security group applied to the VPC endpoint * ENI for the cluster.
*/ inline VpcConfiguration& WithSecurityGroupIds(const Aws::VectorThe unique identifier of the VPC security group applied to the VPC endpoint * ENI for the cluster.
*/ inline VpcConfiguration& WithSecurityGroupIds(Aws::VectorThe unique identifier of the VPC security group applied to the VPC endpoint * ENI for the cluster.
*/ inline VpcConfiguration& AddSecurityGroupIds(const Aws::String& value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(value); return *this; } /** *The unique identifier of the VPC security group applied to the VPC endpoint * ENI for the cluster.
*/ inline VpcConfiguration& AddSecurityGroupIds(Aws::String&& value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(std::move(value)); return *this; } /** *The unique identifier of the VPC security group applied to the VPC endpoint * ENI for the cluster.
*/ inline VpcConfiguration& AddSecurityGroupIds(const char* value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(value); return *this; } /** *The identifier of the subnet that the Privatelink VPC endpoint uses to * connect to the cluster.
*/ inline const Aws::VectorThe identifier of the subnet that the Privatelink VPC endpoint uses to * connect to the cluster.
*/ inline bool SubnetIdsHasBeenSet() const { return m_subnetIdsHasBeenSet; } /** *The identifier of the subnet that the Privatelink VPC endpoint uses to * connect to the cluster.
*/ inline void SetSubnetIds(const Aws::VectorThe identifier of the subnet that the Privatelink VPC endpoint uses to * connect to the cluster.
*/ inline void SetSubnetIds(Aws::VectorThe identifier of the subnet that the Privatelink VPC endpoint uses to * connect to the cluster.
*/ inline VpcConfiguration& WithSubnetIds(const Aws::VectorThe identifier of the subnet that the Privatelink VPC endpoint uses to * connect to the cluster.
*/ inline VpcConfiguration& WithSubnetIds(Aws::VectorThe identifier of the subnet that the Privatelink VPC endpoint uses to * connect to the cluster.
*/ inline VpcConfiguration& AddSubnetIds(const Aws::String& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(value); return *this; } /** *The identifier of the subnet that the Privatelink VPC endpoint uses to * connect to the cluster.
*/ inline VpcConfiguration& AddSubnetIds(Aws::String&& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(std::move(value)); return *this; } /** *The identifier of the subnet that the Privatelink VPC endpoint uses to * connect to the cluster.
*/ inline VpcConfiguration& AddSubnetIds(const char* value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(value); return *this; } /** *The IP address type for cluster network configuration parameters. The * following type is available:
IP_V4 – IP address version 4
*The IP address type for cluster network configuration parameters. The * following type is available:
IP_V4 – IP address version 4
*The IP address type for cluster network configuration parameters. The * following type is available:
IP_V4 – IP address version 4
*The IP address type for cluster network configuration parameters. The * following type is available:
IP_V4 – IP address version 4
*The IP address type for cluster network configuration parameters. The * following type is available:
IP_V4 – IP address version 4
*The IP address type for cluster network configuration parameters. The * following type is available:
IP_V4 – IP address version 4
*