7#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
8#include <aws/servicediscovery/model/PublicDnsPropertiesMutableChange.h>
21namespace ServiceDiscovery
47 template<
typename DnsPropertiesT = PublicDnsPropertiesMutableChange>
48 void SetDnsProperties(DnsPropertiesT&& value) { m_dnsPropertiesHasBeenSet =
true; m_dnsProperties = std::forward<DnsPropertiesT>(value); }
49 template<
typename DnsPropertiesT = PublicDnsPropertiesMutableChange>
55 bool m_dnsPropertiesHasBeenSet =
false;
AWS_SERVICEDISCOVERY_API PublicDnsNamespacePropertiesChange(Aws::Utils::Json::JsonView jsonValue)
PublicDnsNamespacePropertiesChange & WithDnsProperties(DnsPropertiesT &&value)
AWS_SERVICEDISCOVERY_API PublicDnsNamespacePropertiesChange()=default
const PublicDnsPropertiesMutableChange & GetDnsProperties() const
bool DnsPropertiesHasBeenSet() const
void SetDnsProperties(DnsPropertiesT &&value)
AWS_SERVICEDISCOVERY_API PublicDnsNamespacePropertiesChange & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SERVICEDISCOVERY_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue