7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/wellarchitected/WellArchitectedRequest.h>
10#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
11#include <aws/wellarchitected/model/ProfileQuestionUpdate.h>
16namespace WellArchitected {
39 template <
typename ProfileArnT = Aws::String>
41 m_profileArnHasBeenSet =
true;
42 m_profileArn = std::forward<ProfileArnT>(value);
44 template <
typename ProfileArnT = Aws::String>
57 template <
typename ProfileDescriptionT = Aws::String>
59 m_profileDescriptionHasBeenSet =
true;
60 m_profileDescription = std::forward<ProfileDescriptionT>(value);
62 template <
typename ProfileDescriptionT = Aws::String>
75 template <
typename ProfileQuestionsT = Aws::Vector<ProfileQuestionUpdate>>
77 m_profileQuestionsHasBeenSet =
true;
78 m_profileQuestions = std::forward<ProfileQuestionsT>(value);
80 template <
typename ProfileQuestionsT = Aws::Vector<ProfileQuestionUpdate>>
85 template <
typename ProfileQuestionsT = ProfileQuestionUpdate>
87 m_profileQuestionsHasBeenSet =
true;
88 m_profileQuestions.emplace_back(std::forward<ProfileQuestionsT>(value));
98 bool m_profileArnHasBeenSet =
false;
99 bool m_profileDescriptionHasBeenSet =
false;
100 bool m_profileQuestionsHasBeenSet =
false;
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
const Aws::String & GetProfileDescription() const
UpdateProfileRequest & WithProfileDescription(ProfileDescriptionT &&value)
AWS_WELLARCHITECTED_API UpdateProfileRequest()=default
const Aws::String & GetProfileArn() const
const Aws::Vector< ProfileQuestionUpdate > & GetProfileQuestions() const
bool ProfileArnHasBeenSet() const
bool ProfileQuestionsHasBeenSet() const
void SetProfileDescription(ProfileDescriptionT &&value)
void SetProfileQuestions(ProfileQuestionsT &&value)
UpdateProfileRequest & AddProfileQuestions(ProfileQuestionsT &&value)
UpdateProfileRequest & WithProfileArn(ProfileArnT &&value)
UpdateProfileRequest & WithProfileQuestions(ProfileQuestionsT &&value)
void SetProfileArn(ProfileArnT &&value)
bool ProfileDescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector