7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/route53profiles/Route53ProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/route53profiles/model/Tag.h>
13#include <aws/core/utils/UUID.h>
17namespace Route53Profiles
49 template<
typename ClientTokenT = Aws::String>
50 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
51 template<
typename ClientTokenT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
74 template<
typename TagsT = Aws::Vector<Tag>>
75 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
76 template<
typename TagsT = Aws::Vector<Tag>>
78 template<
typename TagsT = Tag>
84 bool m_clientTokenHasBeenSet =
true;
87 bool m_nameHasBeenSet =
false;
90 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