7#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
8#include <aws/servicediscovery/model/DnsProperties.h>
9#include <aws/servicediscovery/model/HttpProperties.h>
20namespace ServiceDiscovery {
43 template <
typename DnsPropertiesT = DnsProperties>
45 m_dnsPropertiesHasBeenSet =
true;
46 m_dnsProperties = std::forward<DnsPropertiesT>(value);
48 template <
typename DnsPropertiesT = DnsProperties>
61 template <
typename HttpPropertiesT = HttpProperties>
63 m_httpPropertiesHasBeenSet =
true;
64 m_httpProperties = std::forward<HttpPropertiesT>(value);
66 template <
typename HttpPropertiesT = HttpProperties>
76 bool m_dnsPropertiesHasBeenSet =
false;
77 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