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/route53profiles/Route53ProfilesRequest.h>
11#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
12#include <aws/route53profiles/model/Tag.h>
17namespace Route53Profiles {
45 template <
typename ClientTokenT = Aws::String>
47 m_clientTokenHasBeenSet =
true;
48 m_clientToken = std::forward<ClientTokenT>(value);
50 template <
typename ClientTokenT = Aws::String>
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
82 template <
typename TagsT = Aws::Vector<Tag>>
84 m_tagsHasBeenSet =
true;
85 m_tags = std::forward<TagsT>(value);
87 template <
typename TagsT = Aws::Vector<Tag>>
89 SetTags(std::forward<TagsT>(value));
92 template <
typename TagsT = Tag>
94 m_tagsHasBeenSet =
true;
95 m_tags.emplace_back(std::forward<TagsT>(value));
105 bool m_clientTokenHasBeenSet =
true;
106 bool m_nameHasBeenSet =
false;
107 bool m_tagsHasBeenSet =
false;
void SetName(NameT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetClientToken() const
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
bool ClientTokenHasBeenSet() const
CreateProfileRequest & WithClientToken(ClientTokenT &&value)
CreateProfileRequest & WithName(NameT &&value)
void SetClientToken(ClientTokenT &&value)
bool NameHasBeenSet() const
CreateProfileRequest & AddTags(TagsT &&value)
bool TagsHasBeenSet() const
AWS_ROUTE53PROFILES_API CreateProfileRequest()=default
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
CreateProfileRequest & WithTags(TagsT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector