7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
9#include <aws/servicediscovery/model/DnsConfigChange.h>
10#include <aws/servicediscovery/model/HealthCheckConfig.h>
21namespace ServiceDiscovery {
43 template <
typename DescriptionT = Aws::String>
45 m_descriptionHasBeenSet =
true;
46 m_description = std::forward<DescriptionT>(value);
48 template <
typename DescriptionT = Aws::String>
62 template <
typename DnsConfigT = DnsConfigChange>
64 m_dnsConfigHasBeenSet =
true;
65 m_dnsConfig = std::forward<DnsConfigT>(value);
67 template <
typename DnsConfigT = DnsConfigChange>
82 template <
typename HealthCheckConfigT = HealthCheckConfig>
84 m_healthCheckConfigHasBeenSet =
true;
85 m_healthCheckConfig = std::forward<HealthCheckConfigT>(value);
87 template <
typename HealthCheckConfigT = HealthCheckConfig>
99 bool m_descriptionHasBeenSet =
false;
100 bool m_dnsConfigHasBeenSet =
false;
101 bool m_healthCheckConfigHasBeenSet =
false;
bool DnsConfigHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_SERVICEDISCOVERY_API ServiceChange & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SERVICEDISCOVERY_API ServiceChange(Aws::Utils::Json::JsonView jsonValue)
const HealthCheckConfig & GetHealthCheckConfig() const
void SetDnsConfig(DnsConfigT &&value)
const DnsConfigChange & GetDnsConfig() const
bool HealthCheckConfigHasBeenSet() const
bool DescriptionHasBeenSet() const
ServiceChange & WithHealthCheckConfig(HealthCheckConfigT &&value)
void SetHealthCheckConfig(HealthCheckConfigT &&value)
AWS_SERVICEDISCOVERY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SERVICEDISCOVERY_API ServiceChange()=default
ServiceChange & WithDescription(DescriptionT &&value)
ServiceChange & WithDnsConfig(DnsConfigT &&value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue