/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The connection endpoint for connecting to Amazon Redshift Serverless through
* the proxy.See Also:
AWS
* API Reference
One or more network interfaces of the endpoint. Also known as an interface * endpoint.
*/ inline const Aws::VectorOne or more network interfaces of the endpoint. Also known as an interface * endpoint.
*/ inline bool NetworkInterfacesHasBeenSet() const { return m_networkInterfacesHasBeenSet; } /** *One or more network interfaces of the endpoint. Also known as an interface * endpoint.
*/ inline void SetNetworkInterfaces(const Aws::VectorOne or more network interfaces of the endpoint. Also known as an interface * endpoint.
*/ inline void SetNetworkInterfaces(Aws::VectorOne or more network interfaces of the endpoint. Also known as an interface * endpoint.
*/ inline VpcEndpoint& WithNetworkInterfaces(const Aws::VectorOne or more network interfaces of the endpoint. Also known as an interface * endpoint.
*/ inline VpcEndpoint& WithNetworkInterfaces(Aws::VectorOne or more network interfaces of the endpoint. Also known as an interface * endpoint.
*/ inline VpcEndpoint& AddNetworkInterfaces(const NetworkInterface& value) { m_networkInterfacesHasBeenSet = true; m_networkInterfaces.push_back(value); return *this; } /** *One or more network interfaces of the endpoint. Also known as an interface * endpoint.
*/ inline VpcEndpoint& AddNetworkInterfaces(NetworkInterface&& value) { m_networkInterfacesHasBeenSet = true; m_networkInterfaces.push_back(std::move(value)); return *this; } /** *The connection endpoint ID for connecting to Amazon Redshift Serverless.
*/ inline const Aws::String& GetVpcEndpointId() const{ return m_vpcEndpointId; } /** *The connection endpoint ID for connecting to Amazon Redshift Serverless.
*/ inline bool VpcEndpointIdHasBeenSet() const { return m_vpcEndpointIdHasBeenSet; } /** *The connection endpoint ID for connecting to Amazon Redshift Serverless.
*/ inline void SetVpcEndpointId(const Aws::String& value) { m_vpcEndpointIdHasBeenSet = true; m_vpcEndpointId = value; } /** *The connection endpoint ID for connecting to Amazon Redshift Serverless.
*/ inline void SetVpcEndpointId(Aws::String&& value) { m_vpcEndpointIdHasBeenSet = true; m_vpcEndpointId = std::move(value); } /** *The connection endpoint ID for connecting to Amazon Redshift Serverless.
*/ inline void SetVpcEndpointId(const char* value) { m_vpcEndpointIdHasBeenSet = true; m_vpcEndpointId.assign(value); } /** *The connection endpoint ID for connecting to Amazon Redshift Serverless.
*/ inline VpcEndpoint& WithVpcEndpointId(const Aws::String& value) { SetVpcEndpointId(value); return *this;} /** *The connection endpoint ID for connecting to Amazon Redshift Serverless.
*/ inline VpcEndpoint& WithVpcEndpointId(Aws::String&& value) { SetVpcEndpointId(std::move(value)); return *this;} /** *The connection endpoint ID for connecting to Amazon Redshift Serverless.
*/ inline VpcEndpoint& WithVpcEndpointId(const char* value) { SetVpcEndpointId(value); return *this;} /** *The VPC identifier that the endpoint is associated with.
*/ inline const Aws::String& GetVpcId() const{ return m_vpcId; } /** *The VPC identifier that the endpoint is associated with.
*/ inline bool VpcIdHasBeenSet() const { return m_vpcIdHasBeenSet; } /** *The VPC identifier that the endpoint is associated with.
*/ inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } /** *The VPC identifier that the endpoint is associated with.
*/ inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } /** *The VPC identifier that the endpoint is associated with.
*/ inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } /** *The VPC identifier that the endpoint is associated with.
*/ inline VpcEndpoint& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} /** *The VPC identifier that the endpoint is associated with.
*/ inline VpcEndpoint& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this;} /** *The VPC identifier that the endpoint is associated with.
*/ inline VpcEndpoint& WithVpcId(const char* value) { SetVpcId(value); return *this;} private: Aws::Vector