/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about the private DNS name for the service
* endpoint.See Also:
AWS
* API Reference
The verification state of the VPC endpoint service.
>Consumers of
* the endpoint service can use the private name only when the state is
* verified
.
The verification state of the VPC endpoint service.
>Consumers of
* the endpoint service can use the private name only when the state is
* verified
.
The verification state of the VPC endpoint service.
>Consumers of
* the endpoint service can use the private name only when the state is
* verified
.
The verification state of the VPC endpoint service.
>Consumers of
* the endpoint service can use the private name only when the state is
* verified
.
The verification state of the VPC endpoint service.
>Consumers of
* the endpoint service can use the private name only when the state is
* verified
.
The verification state of the VPC endpoint service.
>Consumers of
* the endpoint service can use the private name only when the state is
* verified
.
The endpoint service verification type, for example TXT.
*/ inline const Aws::String& GetType() const{ return m_type; } /** *The endpoint service verification type, for example TXT.
*/ inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } /** *The endpoint service verification type, for example TXT.
*/ inline void SetType(const Aws::String& value) { m_typeHasBeenSet = true; m_type = value; } /** *The endpoint service verification type, for example TXT.
*/ inline void SetType(Aws::String&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } /** *The endpoint service verification type, for example TXT.
*/ inline void SetType(const char* value) { m_typeHasBeenSet = true; m_type.assign(value); } /** *The endpoint service verification type, for example TXT.
*/ inline PrivateDnsNameConfiguration& WithType(const Aws::String& value) { SetType(value); return *this;} /** *The endpoint service verification type, for example TXT.
*/ inline PrivateDnsNameConfiguration& WithType(Aws::String&& value) { SetType(std::move(value)); return *this;} /** *The endpoint service verification type, for example TXT.
*/ inline PrivateDnsNameConfiguration& WithType(const char* value) { SetType(value); return *this;} /** *The value the service provider adds to the private DNS name domain record * before verification.
*/ inline const Aws::String& GetValue() const{ return m_value; } /** *The value the service provider adds to the private DNS name domain record * before verification.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *The value the service provider adds to the private DNS name domain record * before verification.
*/ inline void SetValue(const Aws::String& value) { m_valueHasBeenSet = true; m_value = value; } /** *The value the service provider adds to the private DNS name domain record * before verification.
*/ inline void SetValue(Aws::String&& value) { m_valueHasBeenSet = true; m_value = std::move(value); } /** *The value the service provider adds to the private DNS name domain record * before verification.
*/ inline void SetValue(const char* value) { m_valueHasBeenSet = true; m_value.assign(value); } /** *The value the service provider adds to the private DNS name domain record * before verification.
*/ inline PrivateDnsNameConfiguration& WithValue(const Aws::String& value) { SetValue(value); return *this;} /** *The value the service provider adds to the private DNS name domain record * before verification.
*/ inline PrivateDnsNameConfiguration& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;} /** *The value the service provider adds to the private DNS name domain record * before verification.
*/ inline PrivateDnsNameConfiguration& WithValue(const char* value) { SetValue(value); return *this;} /** *The name of the record subdomain the service provider needs to create. The
* service provider adds the value
text to the name
.
The name of the record subdomain the service provider needs to create. The
* service provider adds the value
text to the name
.
The name of the record subdomain the service provider needs to create. The
* service provider adds the value
text to the name
.
The name of the record subdomain the service provider needs to create. The
* service provider adds the value
text to the name
.
The name of the record subdomain the service provider needs to create. The
* service provider adds the value
text to the name
.
The name of the record subdomain the service provider needs to create. The
* service provider adds the value
text to the name
.
The name of the record subdomain the service provider needs to create. The
* service provider adds the value
text to the name
.
The name of the record subdomain the service provider needs to create. The
* service provider adds the value
text to the name
.