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