7#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
8#include <aws/servicediscovery/ServiceDiscoveryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/servicediscovery/model/PrivateDnsNamespaceChange.h>
12#include <aws/core/utils/UUID.h>
16namespace ServiceDiscovery
45 template<
typename IdT = Aws::String>
46 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
47 template<
typename IdT = Aws::String>
60 template<
typename UpdaterRequestIdT = Aws::String>
61 void SetUpdaterRequestId(UpdaterRequestIdT&& value) { m_updaterRequestIdHasBeenSet =
true; m_updaterRequestId = std::forward<UpdaterRequestIdT>(value); }
62 template<
typename UpdaterRequestIdT = Aws::String>
72 template<
typename NamespaceT = PrivateDnsNamespaceChange>
73 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
74 template<
typename NamespaceT = PrivateDnsNamespaceChange>
80 bool m_idHasBeenSet =
false;
83 bool m_updaterRequestIdHasBeenSet =
true;
85 PrivateDnsNamespaceChange m_namespace;
86 bool m_namespaceHasBeenSet =
false;
UpdatePrivateDnsNamespaceRequest & WithNamespace(NamespaceT &&value)
AWS_SERVICEDISCOVERY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SERVICEDISCOVERY_API UpdatePrivateDnsNamespaceRequest()=default
bool IdHasBeenSet() const
const Aws::String & GetUpdaterRequestId() const
void SetNamespace(NamespaceT &&value)
bool UpdaterRequestIdHasBeenSet() const
UpdatePrivateDnsNamespaceRequest & WithUpdaterRequestId(UpdaterRequestIdT &&value)
void SetUpdaterRequestId(UpdaterRequestIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_SERVICEDISCOVERY_API Aws::String SerializePayload() const override
UpdatePrivateDnsNamespaceRequest & WithId(IdT &&value)
const PrivateDnsNamespaceChange & GetNamespace() const
const Aws::String & GetId() const
bool NamespaceHasBeenSet() 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