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/wellarchitected/model/ProfileQuestionUpdate.h>
16namespace WellArchitected
43 template<
typename ProfileArnT = Aws::String>
44 void SetProfileArn(ProfileArnT&& value) { m_profileArnHasBeenSet =
true; m_profileArn = std::forward<ProfileArnT>(value); }
45 template<
typename ProfileArnT = Aws::String>
55 template<
typename ProfileDescriptionT = Aws::String>
56 void SetProfileDescription(ProfileDescriptionT&& value) { m_profileDescriptionHasBeenSet =
true; m_profileDescription = std::forward<ProfileDescriptionT>(value); }
57 template<
typename ProfileDescriptionT = Aws::String>
67 template<
typename ProfileQuestionsT = Aws::Vector<ProfileQuestionUpdate>>
68 void SetProfileQuestions(ProfileQuestionsT&& value) { m_profileQuestionsHasBeenSet =
true; m_profileQuestions = std::forward<ProfileQuestionsT>(value); }
69 template<
typename ProfileQuestionsT = Aws::Vector<ProfileQuestionUpdate>>
71 template<
typename ProfileQuestionsT = ProfileQuestionUpdate>
77 bool m_profileArnHasBeenSet =
false;
80 bool m_profileDescriptionHasBeenSet =
false;
83 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