/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The VPC configuration provisioned for the host.See Also:
AWS
* API Reference
The ID of the Amazon VPC connected to the infrastructure where your provider * type is installed.
*/ inline const Aws::String& GetVpcId() const{ return m_vpcId; } /** *The ID of the Amazon VPC connected to the infrastructure where your provider * type is installed.
*/ inline bool VpcIdHasBeenSet() const { return m_vpcIdHasBeenSet; } /** *The ID of the Amazon VPC connected to the infrastructure where your provider * type is installed.
*/ inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } /** *The ID of the Amazon VPC connected to the infrastructure where your provider * type is installed.
*/ inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } /** *The ID of the Amazon VPC connected to the infrastructure where your provider * type is installed.
*/ inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } /** *The ID of the Amazon VPC connected to the infrastructure where your provider * type is installed.
*/ inline VpcConfiguration& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} /** *The ID of the Amazon VPC connected to the infrastructure where your provider * type is installed.
*/ inline VpcConfiguration& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this;} /** *The ID of the Amazon VPC connected to the infrastructure where your provider * type is installed.
*/ inline VpcConfiguration& WithVpcId(const char* value) { SetVpcId(value); return *this;} /** *The ID of the subnet or subnets associated with the Amazon VPC connected to * the infrastructure where your provider type is installed.
*/ inline const Aws::VectorThe ID of the subnet or subnets associated with the Amazon VPC connected to * the infrastructure where your provider type is installed.
*/ inline bool SubnetIdsHasBeenSet() const { return m_subnetIdsHasBeenSet; } /** *The ID of the subnet or subnets associated with the Amazon VPC connected to * the infrastructure where your provider type is installed.
*/ inline void SetSubnetIds(const Aws::VectorThe ID of the subnet or subnets associated with the Amazon VPC connected to * the infrastructure where your provider type is installed.
*/ inline void SetSubnetIds(Aws::VectorThe ID of the subnet or subnets associated with the Amazon VPC connected to * the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& WithSubnetIds(const Aws::VectorThe ID of the subnet or subnets associated with the Amazon VPC connected to * the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& WithSubnetIds(Aws::VectorThe ID of the subnet or subnets associated with the Amazon VPC connected to * the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& AddSubnetIds(const Aws::String& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(value); return *this; } /** *The ID of the subnet or subnets associated with the Amazon VPC connected to * the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& AddSubnetIds(Aws::String&& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(std::move(value)); return *this; } /** *The ID of the subnet or subnets associated with the Amazon VPC connected to * the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& AddSubnetIds(const char* value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(value); return *this; } /** *The ID of the security group or security groups associated with the Amazon * VPC connected to the infrastructure where your provider type is installed.
*/ inline const Aws::VectorThe ID of the security group or security groups associated with the Amazon * VPC connected to the infrastructure where your provider type is installed.
*/ inline bool SecurityGroupIdsHasBeenSet() const { return m_securityGroupIdsHasBeenSet; } /** *The ID of the security group or security groups associated with the Amazon * VPC connected to the infrastructure where your provider type is installed.
*/ inline void SetSecurityGroupIds(const Aws::VectorThe ID of the security group or security groups associated with the Amazon * VPC connected to the infrastructure where your provider type is installed.
*/ inline void SetSecurityGroupIds(Aws::VectorThe ID of the security group or security groups associated with the Amazon * VPC connected to the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& WithSecurityGroupIds(const Aws::VectorThe ID of the security group or security groups associated with the Amazon * VPC connected to the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& WithSecurityGroupIds(Aws::VectorThe ID of the security group or security groups associated with the Amazon * VPC connected to the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& AddSecurityGroupIds(const Aws::String& value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(value); return *this; } /** *The ID of the security group or security groups associated with the Amazon * VPC connected to the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& AddSecurityGroupIds(Aws::String&& value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(std::move(value)); return *this; } /** *The ID of the security group or security groups associated with the Amazon * VPC connected to the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& AddSecurityGroupIds(const char* value) { m_securityGroupIdsHasBeenSet = true; m_securityGroupIds.push_back(value); return *this; } /** *The value of the Transport Layer Security (TLS) certificate associated with * the infrastructure where your provider type is installed.
*/ inline const Aws::String& GetTlsCertificate() const{ return m_tlsCertificate; } /** *The value of the Transport Layer Security (TLS) certificate associated with * the infrastructure where your provider type is installed.
*/ inline bool TlsCertificateHasBeenSet() const { return m_tlsCertificateHasBeenSet; } /** *The value of the Transport Layer Security (TLS) certificate associated with * the infrastructure where your provider type is installed.
*/ inline void SetTlsCertificate(const Aws::String& value) { m_tlsCertificateHasBeenSet = true; m_tlsCertificate = value; } /** *The value of the Transport Layer Security (TLS) certificate associated with * the infrastructure where your provider type is installed.
*/ inline void SetTlsCertificate(Aws::String&& value) { m_tlsCertificateHasBeenSet = true; m_tlsCertificate = std::move(value); } /** *The value of the Transport Layer Security (TLS) certificate associated with * the infrastructure where your provider type is installed.
*/ inline void SetTlsCertificate(const char* value) { m_tlsCertificateHasBeenSet = true; m_tlsCertificate.assign(value); } /** *The value of the Transport Layer Security (TLS) certificate associated with * the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& WithTlsCertificate(const Aws::String& value) { SetTlsCertificate(value); return *this;} /** *The value of the Transport Layer Security (TLS) certificate associated with * the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& WithTlsCertificate(Aws::String&& value) { SetTlsCertificate(std::move(value)); return *this;} /** *The value of the Transport Layer Security (TLS) certificate associated with * the infrastructure where your provider type is installed.
*/ inline VpcConfiguration& WithTlsCertificate(const char* value) { SetTlsCertificate(value); return *this;} private: Aws::String m_vpcId; bool m_vpcIdHasBeenSet = false; Aws::Vector