7#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/servicediscovery/model/DnsConfigChange.h>
10#include <aws/servicediscovery/model/HealthCheckConfig.h>
23namespace ServiceDiscovery
49 template<
typename DescriptionT = Aws::String>
50 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
51 template<
typename DescriptionT = Aws::String>
62 template<
typename DnsConfigT = DnsConfigChange>
63 void SetDnsConfig(DnsConfigT&& value) { m_dnsConfigHasBeenSet =
true; m_dnsConfig = std::forward<DnsConfigT>(value); }
64 template<
typename DnsConfigT = DnsConfigChange>
76 template<
typename HealthCheckConfigT = HealthCheckConfig>
77 void SetHealthCheckConfig(HealthCheckConfigT&& value) { m_healthCheckConfigHasBeenSet =
true; m_healthCheckConfig = std::forward<HealthCheckConfigT>(value); }
78 template<
typename HealthCheckConfigT = HealthCheckConfig>
84 bool m_descriptionHasBeenSet =
false;
87 bool m_dnsConfigHasBeenSet =
false;
90 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