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/PrivateDnsNamespaceChange.h>
16namespace ServiceDiscovery {
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
63 template <
typename UpdaterRequestIdT = Aws::String>
65 m_updaterRequestIdHasBeenSet =
true;
66 m_updaterRequestId = std::forward<UpdaterRequestIdT>(value);
68 template <
typename UpdaterRequestIdT = Aws::String>
81 template <
typename NamespaceT = PrivateDnsNamespaceChange>
83 m_namespaceHasBeenSet =
true;
84 m_namespace = std::forward<NamespaceT>(value);
86 template <
typename NamespaceT = PrivateDnsNamespaceChange>
97 PrivateDnsNamespaceChange m_namespace;
98 bool m_idHasBeenSet =
false;
99 bool m_updaterRequestIdHasBeenSet =
true;
100 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