/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Updated properties for the private DNS namespace.See Also:
* AWS
* API Reference
Updated DNS properties for the private DNS namespace.
*/ inline const PrivateDnsPropertiesMutableChange& GetDnsProperties() const{ return m_dnsProperties; } /** *Updated DNS properties for the private DNS namespace.
*/ inline bool DnsPropertiesHasBeenSet() const { return m_dnsPropertiesHasBeenSet; } /** *Updated DNS properties for the private DNS namespace.
*/ inline void SetDnsProperties(const PrivateDnsPropertiesMutableChange& value) { m_dnsPropertiesHasBeenSet = true; m_dnsProperties = value; } /** *Updated DNS properties for the private DNS namespace.
*/ inline void SetDnsProperties(PrivateDnsPropertiesMutableChange&& value) { m_dnsPropertiesHasBeenSet = true; m_dnsProperties = std::move(value); } /** *Updated DNS properties for the private DNS namespace.
*/ inline PrivateDnsNamespacePropertiesChange& WithDnsProperties(const PrivateDnsPropertiesMutableChange& value) { SetDnsProperties(value); return *this;} /** *Updated DNS properties for the private DNS namespace.
*/ inline PrivateDnsNamespacePropertiesChange& WithDnsProperties(PrivateDnsPropertiesMutableChange&& value) { SetDnsProperties(std::move(value)); return *this;} private: PrivateDnsPropertiesMutableChange m_dnsProperties; bool m_dnsPropertiesHasBeenSet = false; }; } // namespace Model } // namespace ServiceDiscovery } // namespace Aws