7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/wellarchitected/model/ProfileQuestionUpdate.h>
14#include <aws/core/utils/UUID.h>
18namespace WellArchitected
45 template<
typename ProfileNameT = Aws::String>
46 void SetProfileName(ProfileNameT&& value) { m_profileNameHasBeenSet =
true; m_profileName = std::forward<ProfileNameT>(value); }
47 template<
typename ProfileNameT = Aws::String>
57 template<
typename ProfileDescriptionT = Aws::String>
58 void SetProfileDescription(ProfileDescriptionT&& value) { m_profileDescriptionHasBeenSet =
true; m_profileDescription = std::forward<ProfileDescriptionT>(value); }
59 template<
typename ProfileDescriptionT = Aws::String>
69 template<
typename ProfileQuestionsT = Aws::Vector<ProfileQuestionUpdate>>
70 void SetProfileQuestions(ProfileQuestionsT&& value) { m_profileQuestionsHasBeenSet =
true; m_profileQuestions = std::forward<ProfileQuestionsT>(value); }
71 template<
typename ProfileQuestionsT = Aws::Vector<ProfileQuestionUpdate>>
73 template<
typename ProfileQuestionsT = ProfileQuestionUpdate>
81 template<
typename ClientRequestTokenT = Aws::String>
82 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
83 template<
typename ClientRequestTokenT = Aws::String>
93 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
94 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
95 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
97 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
99 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
105 bool m_profileNameHasBeenSet =
false;
108 bool m_profileDescriptionHasBeenSet =
false;
111 bool m_profileQuestionsHasBeenSet =
false;
114 bool m_clientRequestTokenHasBeenSet =
true;
117 bool m_tagsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
bool TagsHasBeenSet() const
bool ClientRequestTokenHasBeenSet() const
void SetProfileQuestions(ProfileQuestionsT &&value)
const Aws::String & GetProfileName() const
AWS_WELLARCHITECTED_API CreateProfileRequest()=default
void SetProfileDescription(ProfileDescriptionT &&value)
void SetTags(TagsT &&value)
bool ProfileQuestionsHasBeenSet() const
CreateProfileRequest & WithClientRequestToken(ClientRequestTokenT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetClientRequestToken() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateProfileRequest & AddProfileQuestions(ProfileQuestionsT &&value)
bool ProfileNameHasBeenSet() const
bool ProfileDescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetProfileDescription() const
CreateProfileRequest & WithProfileName(ProfileNameT &&value)
CreateProfileRequest & WithTags(TagsT &&value)
CreateProfileRequest & WithProfileDescription(ProfileDescriptionT &&value)
void SetProfileName(ProfileNameT &&value)
const Aws::Vector< ProfileQuestionUpdate > & GetProfileQuestions() const
CreateProfileRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
CreateProfileRequest & WithProfileQuestions(ProfileQuestionsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector