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
45 inline void SetProfileArn(
const char* value) { m_profileArnHasBeenSet =
true; m_profileArn.assign(value); }
59 inline void SetProfileDescription(
const char* value) { m_profileDescriptionHasBeenSet =
true; m_profileDescription.assign(value); }
81 bool m_profileArnHasBeenSet =
false;
84 bool m_profileDescriptionHasBeenSet =
false;
87 bool m_profileQuestionsHasBeenSet =
false;
void SetProfileDescription(const char *value)
UpdateProfileRequest & AddProfileQuestions(ProfileQuestionUpdate &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
UpdateProfileRequest & WithProfileDescription(const char *value)
void SetProfileQuestions(const Aws::Vector< ProfileQuestionUpdate > &value)
const Aws::String & GetProfileDescription() const
UpdateProfileRequest & AddProfileQuestions(const ProfileQuestionUpdate &value)
UpdateProfileRequest & WithProfileArn(const char *value)
const Aws::String & GetProfileArn() const
void SetProfileDescription(Aws::String &&value)
const Aws::Vector< ProfileQuestionUpdate > & GetProfileQuestions() const
UpdateProfileRequest & WithProfileDescription(const Aws::String &value)
bool ProfileArnHasBeenSet() const
bool ProfileQuestionsHasBeenSet() const
AWS_WELLARCHITECTED_API UpdateProfileRequest()
void SetProfileArn(Aws::String &&value)
void SetProfileDescription(const Aws::String &value)
UpdateProfileRequest & WithProfileQuestions(const Aws::Vector< ProfileQuestionUpdate > &value)
UpdateProfileRequest & WithProfileArn(const Aws::String &value)
UpdateProfileRequest & WithProfileArn(Aws::String &&value)
void SetProfileArn(const char *value)
UpdateProfileRequest & WithProfileDescription(Aws::String &&value)
bool ProfileDescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateProfileRequest & WithProfileQuestions(Aws::Vector< ProfileQuestionUpdate > &&value)
void SetProfileArn(const Aws::String &value)
void SetProfileQuestions(Aws::Vector< ProfileQuestionUpdate > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector