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
46 template<
typename IdT = Aws::String>
47 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
48 template<
typename IdT = Aws::String>
61 template<
typename UpdaterRequestIdT = Aws::String>
62 void SetUpdaterRequestId(UpdaterRequestIdT&& value) { m_updaterRequestIdHasBeenSet =
true; m_updaterRequestId = std::forward<UpdaterRequestIdT>(value); }
63 template<
typename UpdaterRequestIdT = Aws::String>
73 template<
typename NamespaceT = PrivateDnsNamespaceChange>
74 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
75 template<
typename NamespaceT = PrivateDnsNamespaceChange>
81 bool m_idHasBeenSet =
false;
84 bool m_updaterRequestIdHasBeenSet =
true;
86 PrivateDnsNamespaceChange m_namespace;
87 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