7#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
8#include <aws/servicediscovery/model/DnsProperties.h>
9#include <aws/servicediscovery/model/HttpProperties.h>
22namespace ServiceDiscovery
49 template<
typename DnsPropertiesT = DnsProperties>
50 void SetDnsProperties(DnsPropertiesT&& value) { m_dnsPropertiesHasBeenSet =
true; m_dnsProperties = std::forward<DnsPropertiesT>(value); }
51 template<
typename DnsPropertiesT = DnsProperties>
61 template<
typename HttpPropertiesT = HttpProperties>
62 void SetHttpProperties(HttpPropertiesT&& value) { m_httpPropertiesHasBeenSet =
true; m_httpProperties = std::forward<HttpPropertiesT>(value); }
63 template<
typename HttpPropertiesT = HttpProperties>
69 bool m_dnsPropertiesHasBeenSet =
false;
72 bool m_httpPropertiesHasBeenSet =
false;
AWS_SERVICEDISCOVERY_API NamespaceProperties()=default
void SetDnsProperties(DnsPropertiesT &&value)
bool DnsPropertiesHasBeenSet() const
AWS_SERVICEDISCOVERY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetHttpProperties(HttpPropertiesT &&value)
AWS_SERVICEDISCOVERY_API NamespaceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
const HttpProperties & GetHttpProperties() const
bool HttpPropertiesHasBeenSet() const
const DnsProperties & GetDnsProperties() const
NamespaceProperties & WithHttpProperties(HttpPropertiesT &&value)
AWS_SERVICEDISCOVERY_API NamespaceProperties(Aws::Utils::Json::JsonView jsonValue)
NamespaceProperties & WithDnsProperties(DnsPropertiesT &&value)
Aws::Utils::Json::JsonValue JsonValue