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/core/utils/memory/stl/AWSVector.h>
11#include <aws/servicediscovery/model/Tag.h>
13#include <aws/core/utils/UUID.h>
17namespace ServiceDiscovery
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
61 template<
typename CreatorRequestIdT = Aws::String>
62 void SetCreatorRequestId(CreatorRequestIdT&& value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId = std::forward<CreatorRequestIdT>(value); }
63 template<
typename CreatorRequestIdT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
87 template<
typename TagsT = Aws::Vector<Tag>>
88 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
89 template<
typename TagsT = Aws::Vector<Tag>>
91 template<
typename TagsT = Tag>
97 bool m_nameHasBeenSet =
false;
100 bool m_creatorRequestIdHasBeenSet =
true;
103 bool m_descriptionHasBeenSet =
false;
106 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