/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents an Amazon Virtual Private Cloud (VPC) endpoint
* configuration.See Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the VPC endpoint configuration.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The Amazon Resource Name (ARN) of the VPC endpoint configuration.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the VPC endpoint configuration.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The Amazon Resource Name (ARN) of the VPC endpoint configuration.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The Amazon Resource Name (ARN) of the VPC endpoint configuration.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The Amazon Resource Name (ARN) of the VPC endpoint configuration.
*/ inline VPCEConfiguration& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the VPC endpoint configuration.
*/ inline VPCEConfiguration& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the VPC endpoint configuration.
*/ inline VPCEConfiguration& WithArn(const char* value) { SetArn(value); return *this;} /** *The friendly name you give to your VPC endpoint configuration to manage your * configurations more easily.
*/ inline const Aws::String& GetVpceConfigurationName() const{ return m_vpceConfigurationName; } /** *The friendly name you give to your VPC endpoint configuration to manage your * configurations more easily.
*/ inline bool VpceConfigurationNameHasBeenSet() const { return m_vpceConfigurationNameHasBeenSet; } /** *The friendly name you give to your VPC endpoint configuration to manage your * configurations more easily.
*/ inline void SetVpceConfigurationName(const Aws::String& value) { m_vpceConfigurationNameHasBeenSet = true; m_vpceConfigurationName = value; } /** *The friendly name you give to your VPC endpoint configuration to manage your * configurations more easily.
*/ inline void SetVpceConfigurationName(Aws::String&& value) { m_vpceConfigurationNameHasBeenSet = true; m_vpceConfigurationName = std::move(value); } /** *The friendly name you give to your VPC endpoint configuration to manage your * configurations more easily.
*/ inline void SetVpceConfigurationName(const char* value) { m_vpceConfigurationNameHasBeenSet = true; m_vpceConfigurationName.assign(value); } /** *The friendly name you give to your VPC endpoint configuration to manage your * configurations more easily.
*/ inline VPCEConfiguration& WithVpceConfigurationName(const Aws::String& value) { SetVpceConfigurationName(value); return *this;} /** *The friendly name you give to your VPC endpoint configuration to manage your * configurations more easily.
*/ inline VPCEConfiguration& WithVpceConfigurationName(Aws::String&& value) { SetVpceConfigurationName(std::move(value)); return *this;} /** *The friendly name you give to your VPC endpoint configuration to manage your * configurations more easily.
*/ inline VPCEConfiguration& WithVpceConfigurationName(const char* value) { SetVpceConfigurationName(value); return *this;} /** *The name of the VPC endpoint service running in your AWS account that you * want Device Farm to test.
*/ inline const Aws::String& GetVpceServiceName() const{ return m_vpceServiceName; } /** *The name of the VPC endpoint service running in your AWS account that you * want Device Farm to test.
*/ inline bool VpceServiceNameHasBeenSet() const { return m_vpceServiceNameHasBeenSet; } /** *The name of the VPC endpoint service running in your AWS account that you * want Device Farm to test.
*/ inline void SetVpceServiceName(const Aws::String& value) { m_vpceServiceNameHasBeenSet = true; m_vpceServiceName = value; } /** *The name of the VPC endpoint service running in your AWS account that you * want Device Farm to test.
*/ inline void SetVpceServiceName(Aws::String&& value) { m_vpceServiceNameHasBeenSet = true; m_vpceServiceName = std::move(value); } /** *The name of the VPC endpoint service running in your AWS account that you * want Device Farm to test.
*/ inline void SetVpceServiceName(const char* value) { m_vpceServiceNameHasBeenSet = true; m_vpceServiceName.assign(value); } /** *The name of the VPC endpoint service running in your AWS account that you * want Device Farm to test.
*/ inline VPCEConfiguration& WithVpceServiceName(const Aws::String& value) { SetVpceServiceName(value); return *this;} /** *The name of the VPC endpoint service running in your AWS account that you * want Device Farm to test.
*/ inline VPCEConfiguration& WithVpceServiceName(Aws::String&& value) { SetVpceServiceName(std::move(value)); return *this;} /** *The name of the VPC endpoint service running in your AWS account that you * want Device Farm to test.
*/ inline VPCEConfiguration& WithVpceServiceName(const char* value) { SetVpceServiceName(value); return *this;} /** *The DNS name that maps to the private IP address of the service you want to * access.
*/ inline const Aws::String& GetServiceDnsName() const{ return m_serviceDnsName; } /** *The DNS name that maps to the private IP address of the service you want to * access.
*/ inline bool ServiceDnsNameHasBeenSet() const { return m_serviceDnsNameHasBeenSet; } /** *The DNS name that maps to the private IP address of the service you want to * access.
*/ inline void SetServiceDnsName(const Aws::String& value) { m_serviceDnsNameHasBeenSet = true; m_serviceDnsName = value; } /** *The DNS name that maps to the private IP address of the service you want to * access.
*/ inline void SetServiceDnsName(Aws::String&& value) { m_serviceDnsNameHasBeenSet = true; m_serviceDnsName = std::move(value); } /** *The DNS name that maps to the private IP address of the service you want to * access.
*/ inline void SetServiceDnsName(const char* value) { m_serviceDnsNameHasBeenSet = true; m_serviceDnsName.assign(value); } /** *The DNS name that maps to the private IP address of the service you want to * access.
*/ inline VPCEConfiguration& WithServiceDnsName(const Aws::String& value) { SetServiceDnsName(value); return *this;} /** *The DNS name that maps to the private IP address of the service you want to * access.
*/ inline VPCEConfiguration& WithServiceDnsName(Aws::String&& value) { SetServiceDnsName(std::move(value)); return *this;} /** *The DNS name that maps to the private IP address of the service you want to * access.
*/ inline VPCEConfiguration& WithServiceDnsName(const char* value) { SetServiceDnsName(value); return *this;} /** *An optional description that provides details about your VPC endpoint * configuration.
*/ inline const Aws::String& GetVpceConfigurationDescription() const{ return m_vpceConfigurationDescription; } /** *An optional description that provides details about your VPC endpoint * configuration.
*/ inline bool VpceConfigurationDescriptionHasBeenSet() const { return m_vpceConfigurationDescriptionHasBeenSet; } /** *An optional description that provides details about your VPC endpoint * configuration.
*/ inline void SetVpceConfigurationDescription(const Aws::String& value) { m_vpceConfigurationDescriptionHasBeenSet = true; m_vpceConfigurationDescription = value; } /** *An optional description that provides details about your VPC endpoint * configuration.
*/ inline void SetVpceConfigurationDescription(Aws::String&& value) { m_vpceConfigurationDescriptionHasBeenSet = true; m_vpceConfigurationDescription = std::move(value); } /** *An optional description that provides details about your VPC endpoint * configuration.
*/ inline void SetVpceConfigurationDescription(const char* value) { m_vpceConfigurationDescriptionHasBeenSet = true; m_vpceConfigurationDescription.assign(value); } /** *An optional description that provides details about your VPC endpoint * configuration.
*/ inline VPCEConfiguration& WithVpceConfigurationDescription(const Aws::String& value) { SetVpceConfigurationDescription(value); return *this;} /** *An optional description that provides details about your VPC endpoint * configuration.
*/ inline VPCEConfiguration& WithVpceConfigurationDescription(Aws::String&& value) { SetVpceConfigurationDescription(std::move(value)); return *this;} /** *An optional description that provides details about your VPC endpoint * configuration.
*/ inline VPCEConfiguration& WithVpceConfigurationDescription(const char* value) { SetVpceConfigurationDescription(value); return *this;} private: Aws::String m_arn; bool m_arnHasBeenSet; Aws::String m_vpceConfigurationName; bool m_vpceConfigurationNameHasBeenSet; Aws::String m_vpceServiceName; bool m_vpceServiceNameHasBeenSet; Aws::String m_serviceDnsName; bool m_serviceDnsNameHasBeenSet; Aws::String m_vpceConfigurationDescription; bool m_vpceConfigurationDescriptionHasBeenSet; }; } // namespace Model } // namespace DeviceFarm } // namespace Aws