7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/wellarchitected/WellArchitectedRequest.h>
12#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
13#include <aws/wellarchitected/model/ProfileQuestionUpdate.h>
18namespace WellArchitected {
41 template <
typename ProfileNameT = Aws::String>
43 m_profileNameHasBeenSet =
true;
44 m_profileName = std::forward<ProfileNameT>(value);
46 template <
typename ProfileNameT = Aws::String>
59 template <
typename ProfileDescriptionT = Aws::String>
61 m_profileDescriptionHasBeenSet =
true;
62 m_profileDescription = std::forward<ProfileDescriptionT>(value);
64 template <
typename ProfileDescriptionT = Aws::String>
77 template <
typename ProfileQuestionsT = Aws::Vector<ProfileQuestionUpdate>>
79 m_profileQuestionsHasBeenSet =
true;
80 m_profileQuestions = std::forward<ProfileQuestionsT>(value);
82 template <
typename ProfileQuestionsT = Aws::Vector<ProfileQuestionUpdate>>
87 template <
typename ProfileQuestionsT = ProfileQuestionUpdate>
89 m_profileQuestionsHasBeenSet =
true;
90 m_profileQuestions.emplace_back(std::forward<ProfileQuestionsT>(value));
99 template <
typename ClientRequestTokenT = Aws::String>
101 m_clientRequestTokenHasBeenSet =
true;
102 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
104 template <
typename ClientRequestTokenT = Aws::String>
117 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
119 m_tagsHasBeenSet =
true;
120 m_tags = std::forward<TagsT>(value);
122 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
124 SetTags(std::forward<TagsT>(value));
127 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
129 m_tagsHasBeenSet =
true;
130 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
144 bool m_profileNameHasBeenSet =
false;
145 bool m_profileDescriptionHasBeenSet =
false;
146 bool m_profileQuestionsHasBeenSet =
false;
147 bool m_clientRequestTokenHasBeenSet =
true;
148 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