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
47 inline void SetProfileName(
const char* value) { m_profileNameHasBeenSet =
true; m_profileName.assign(value); }
61 inline void SetProfileDescription(
const char* value) { m_profileDescriptionHasBeenSet =
true; m_profileDescription.assign(value); }
87 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
114 bool m_profileNameHasBeenSet =
false;
117 bool m_profileDescriptionHasBeenSet =
false;
120 bool m_profileQuestionsHasBeenSet =
false;
123 bool m_clientRequestTokenHasBeenSet =
false;
126 bool m_tagsHasBeenSet =
false;
CreateProfileRequest & WithProfileQuestions(const Aws::Vector< ProfileQuestionUpdate > &value)
bool TagsHasBeenSet() const
bool ClientRequestTokenHasBeenSet() const
CreateProfileRequest & WithClientRequestToken(const char *value)
CreateProfileRequest & AddTags(const Aws::String &key, const Aws::String &value)
const Aws::String & GetProfileName() const
CreateProfileRequest & AddProfileQuestions(ProfileQuestionUpdate &&value)
CreateProfileRequest & AddTags(const char *key, Aws::String &&value)
CreateProfileRequest & WithProfileDescription(const Aws::String &value)
CreateProfileRequest & AddTags(const char *key, const char *value)
bool ProfileQuestionsHasBeenSet() const
CreateProfileRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetClientRequestToken(const char *value)
CreateProfileRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetProfileName(const char *value)
CreateProfileRequest & WithProfileName(const char *value)
CreateProfileRequest & AddTags(const Aws::String &key, Aws::String &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateProfileRequest & AddProfileQuestions(const ProfileQuestionUpdate &value)
CreateProfileRequest & WithProfileName(const Aws::String &value)
const Aws::String & GetClientRequestToken() const
CreateProfileRequest & AddTags(Aws::String &&key, Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ProfileNameHasBeenSet() const
bool ProfileDescriptionHasBeenSet() const
void SetProfileDescription(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
CreateProfileRequest & WithProfileQuestions(Aws::Vector< ProfileQuestionUpdate > &&value)
void SetClientRequestToken(Aws::String &&value)
const Aws::String & GetProfileDescription() const
CreateProfileRequest & WithClientRequestToken(const Aws::String &value)
CreateProfileRequest & WithProfileDescription(Aws::String &&value)
void SetProfileQuestions(Aws::Vector< ProfileQuestionUpdate > &&value)
CreateProfileRequest & WithProfileDescription(const char *value)
void SetClientRequestToken(const Aws::String &value)
void SetProfileDescription(Aws::String &&value)
CreateProfileRequest & AddTags(Aws::String &&key, const char *value)
CreateProfileRequest & WithClientRequestToken(Aws::String &&value)
void SetProfileName(const Aws::String &value)
const Aws::Vector< ProfileQuestionUpdate > & GetProfileQuestions() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetProfileName(Aws::String &&value)
CreateProfileRequest & WithProfileName(Aws::String &&value)
AWS_WELLARCHITECTED_API CreateProfileRequest()
CreateProfileRequest & AddTags(Aws::String &&key, const Aws::String &value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
void SetProfileDescription(const char *value)
void SetProfileQuestions(const Aws::Vector< ProfileQuestionUpdate > &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