7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/servicediscovery/ServiceDiscoveryRequest.h>
11#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
12#include <aws/servicediscovery/model/Tag.h>
17namespace ServiceDiscovery {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
63 template <
typename CreatorRequestIdT = Aws::String>
65 m_creatorRequestIdHasBeenSet =
true;
66 m_creatorRequestId = std::forward<CreatorRequestIdT>(value);
68 template <
typename CreatorRequestIdT = Aws::String>
81 template <
typename DescriptionT = Aws::String>
83 m_descriptionHasBeenSet =
true;
84 m_description = std::forward<DescriptionT>(value);
86 template <
typename DescriptionT = Aws::String>
101 template <
typename TagsT = Aws::Vector<Tag>>
103 m_tagsHasBeenSet =
true;
104 m_tags = std::forward<TagsT>(value);
106 template <
typename TagsT = Aws::Vector<Tag>>
108 SetTags(std::forward<TagsT>(value));
111 template <
typename TagsT = Tag>
113 m_tagsHasBeenSet =
true;
114 m_tags.emplace_back(std::forward<TagsT>(value));
126 bool m_nameHasBeenSet =
false;
127 bool m_creatorRequestIdHasBeenSet =
true;
128 bool m_descriptionHasBeenSet =
false;
129 bool m_tagsHasBeenSet =
false;
CreateHttpNamespaceRequest & WithDescription(DescriptionT &&value)
CreateHttpNamespaceRequest & AddTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
bool TagsHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
CreateHttpNamespaceRequest & WithCreatorRequestId(CreatorRequestIdT &&value)
bool NameHasBeenSet() const
AWS_SERVICEDISCOVERY_API CreateHttpNamespaceRequest()=default
void SetName(NameT &&value)
bool CreatorRequestIdHasBeenSet() const
const Aws::String & GetCreatorRequestId() const
void SetCreatorRequestId(CreatorRequestIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
CreateHttpNamespaceRequest & WithName(NameT &&value)
AWS_SERVICEDISCOVERY_API Aws::String SerializePayload() const override
CreateHttpNamespaceRequest & WithTags(TagsT &&value)
AWS_SERVICEDISCOVERY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(TagsT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector