7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/servicediscovery/ServiceDiscoveryRequest.h>
10#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
11#include <aws/servicediscovery/model/PublicDnsNamespaceChange.h>
16namespace ServiceDiscovery {
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
62 template <
typename UpdaterRequestIdT = Aws::String>
64 m_updaterRequestIdHasBeenSet =
true;
65 m_updaterRequestId = std::forward<UpdaterRequestIdT>(value);
67 template <
typename UpdaterRequestIdT = Aws::String>
80 template <
typename NamespaceT = PublicDnsNamespaceChange>
82 m_namespaceHasBeenSet =
true;
83 m_namespace = std::forward<NamespaceT>(value);
85 template <
typename NamespaceT = PublicDnsNamespaceChange>
93 bool m_idHasBeenSet =
false;
96 bool m_updaterRequestIdHasBeenSet =
true;
98 PublicDnsNamespaceChange m_namespace;
99 bool m_namespaceHasBeenSet =
false;
void SetUpdaterRequestId(UpdaterRequestIdT &&value)
const Aws::String & GetId() const
void SetNamespace(NamespaceT &&value)
UpdatePublicDnsNamespaceRequest & WithId(IdT &&value)
virtual const char * GetServiceRequestName() const override
UpdatePublicDnsNamespaceRequest & WithUpdaterRequestId(UpdaterRequestIdT &&value)
UpdatePublicDnsNamespaceRequest & WithNamespace(NamespaceT &&value)
bool IdHasBeenSet() const
AWS_SERVICEDISCOVERY_API Aws::String SerializePayload() const override
const Aws::String & GetUpdaterRequestId() const
AWS_SERVICEDISCOVERY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NamespaceHasBeenSet() const
bool UpdaterRequestIdHasBeenSet() const
AWS_SERVICEDISCOVERY_API UpdatePublicDnsNamespaceRequest()=default
const PublicDnsNamespaceChange & GetNamespace() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String