AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
PublicDnsNamespacePropertiesChange.h
1
6#pragma once
7#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
8#include <aws/servicediscovery/model/PublicDnsPropertiesMutableChange.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ServiceDiscovery {
20namespace Model {
21
29 public:
30 AWS_SERVICEDISCOVERY_API PublicDnsNamespacePropertiesChange() = default;
33 AWS_SERVICEDISCOVERY_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const PublicDnsPropertiesMutableChange& GetDnsProperties() const { return m_dnsProperties; }
40 inline bool DnsPropertiesHasBeenSet() const { return m_dnsPropertiesHasBeenSet; }
41 template <typename DnsPropertiesT = PublicDnsPropertiesMutableChange>
42 void SetDnsProperties(DnsPropertiesT&& value) {
43 m_dnsPropertiesHasBeenSet = true;
44 m_dnsProperties = std::forward<DnsPropertiesT>(value);
45 }
46 template <typename DnsPropertiesT = PublicDnsPropertiesMutableChange>
48 SetDnsProperties(std::forward<DnsPropertiesT>(value));
49 return *this;
50 }
52 private:
54 bool m_dnsPropertiesHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace ServiceDiscovery
59} // namespace Aws
AWS_SERVICEDISCOVERY_API PublicDnsNamespacePropertiesChange(Aws::Utils::Json::JsonView jsonValue)
PublicDnsNamespacePropertiesChange & WithDnsProperties(DnsPropertiesT &&value)
AWS_SERVICEDISCOVERY_API PublicDnsNamespacePropertiesChange()=default
AWS_SERVICEDISCOVERY_API PublicDnsNamespacePropertiesChange & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SERVICEDISCOVERY_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue