7#include <aws/core/utils/DateTime.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/WellArchitected_EXPORTS.h>
12#include <aws/wellarchitected/model/ProfileQuestion.h>
23namespace WellArchitected {
33 AWS_WELLARCHITECTED_API
Profile() =
default;
44 template <
typename ProfileArnT = Aws::String>
46 m_profileArnHasBeenSet =
true;
47 m_profileArn = std::forward<ProfileArnT>(value);
49 template <
typename ProfileArnT = Aws::String>
62 template <
typename ProfileVersionT = Aws::String>
64 m_profileVersionHasBeenSet =
true;
65 m_profileVersion = std::forward<ProfileVersionT>(value);
67 template <
typename ProfileVersionT = Aws::String>
80 template <
typename ProfileNameT = Aws::String>
82 m_profileNameHasBeenSet =
true;
83 m_profileName = std::forward<ProfileNameT>(value);
85 template <
typename ProfileNameT = Aws::String>
98 template <
typename ProfileDescriptionT = Aws::String>
100 m_profileDescriptionHasBeenSet =
true;
101 m_profileDescription = std::forward<ProfileDescriptionT>(value);
103 template <
typename ProfileDescriptionT = Aws::String>
116 template <
typename ProfileQuestionsT = Aws::Vector<ProfileQuestion>>
118 m_profileQuestionsHasBeenSet =
true;
119 m_profileQuestions = std::forward<ProfileQuestionsT>(value);
121 template <
typename ProfileQuestionsT = Aws::Vector<ProfileQuestion>>
126 template <
typename ProfileQuestionsT = ProfileQuestion>
128 m_profileQuestionsHasBeenSet =
true;
129 m_profileQuestions.emplace_back(std::forward<ProfileQuestionsT>(value));
138 template <
typename OwnerT = Aws::String>
140 m_ownerHasBeenSet =
true;
141 m_owner = std::forward<OwnerT>(value);
143 template <
typename OwnerT = Aws::String>
145 SetOwner(std::forward<OwnerT>(value));
154 template <
typename CreatedAtT = Aws::Utils::DateTime>
156 m_createdAtHasBeenSet =
true;
157 m_createdAt = std::forward<CreatedAtT>(value);
159 template <
typename CreatedAtT = Aws::Utils::DateTime>
170 template <
typename UpdatedAtT = Aws::Utils::DateTime>
172 m_updatedAtHasBeenSet =
true;
173 m_updatedAt = std::forward<UpdatedAtT>(value);
175 template <
typename UpdatedAtT = Aws::Utils::DateTime>
188 template <
typename ShareInvitationIdT = Aws::String>
190 m_shareInvitationIdHasBeenSet =
true;
191 m_shareInvitationId = std::forward<ShareInvitationIdT>(value);
193 template <
typename ShareInvitationIdT = Aws::String>
206 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
208 m_tagsHasBeenSet =
true;
209 m_tags = std::forward<TagsT>(value);
211 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
213 SetTags(std::forward<TagsT>(value));
216 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
218 m_tagsHasBeenSet =
true;
219 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
243 bool m_profileArnHasBeenSet =
false;
244 bool m_profileVersionHasBeenSet =
false;
245 bool m_profileNameHasBeenSet =
false;
246 bool m_profileDescriptionHasBeenSet =
false;
247 bool m_profileQuestionsHasBeenSet =
false;
248 bool m_ownerHasBeenSet =
false;
249 bool m_createdAtHasBeenSet =
false;
250 bool m_updatedAtHasBeenSet =
false;
251 bool m_shareInvitationIdHasBeenSet =
false;
252 bool m_tagsHasBeenSet =
false;
bool OwnerHasBeenSet() const
void SetProfileArn(ProfileArnT &&value)
bool ProfileNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetUpdatedAt(UpdatedAtT &&value)
Profile & WithCreatedAt(CreatedAtT &&value)
AWS_WELLARCHITECTED_API Profile()=default
bool CreatedAtHasBeenSet() const
bool ProfileDescriptionHasBeenSet() const
const Aws::String & GetProfileVersion() const
bool TagsHasBeenSet() const
const Aws::String & GetShareInvitationId() const
Profile & WithProfileArn(ProfileArnT &&value)
const Aws::String & GetProfileDescription() const
void SetTags(TagsT &&value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProfileDescription(ProfileDescriptionT &&value)
void SetProfileVersion(ProfileVersionT &&value)
bool ShareInvitationIdHasBeenSet() const
Profile & WithProfileVersion(ProfileVersionT &&value)
const Aws::String & GetProfileName() const
void SetProfileQuestions(ProfileQuestionsT &&value)
Profile & WithShareInvitationId(ShareInvitationIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetShareInvitationId(ShareInvitationIdT &&value)
const Aws::String & GetOwner() const
bool UpdatedAtHasBeenSet() const
bool ProfileQuestionsHasBeenSet() const
const Aws::String & GetProfileArn() const
void SetOwner(OwnerT &&value)
Profile & WithOwner(OwnerT &&value)
void SetCreatedAt(CreatedAtT &&value)
Profile & WithProfileName(ProfileNameT &&value)
Profile & WithProfileDescription(ProfileDescriptionT &&value)
AWS_WELLARCHITECTED_API Profile & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProfileName(ProfileNameT &&value)
Profile & WithTags(TagsT &&value)
Profile & AddTags(TagsKeyT &&key, TagsValueT &&value)
Profile & AddProfileQuestions(ProfileQuestionsT &&value)
const Aws::Vector< ProfileQuestion > & GetProfileQuestions() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
Profile & WithProfileQuestions(ProfileQuestionsT &&value)
Profile & WithUpdatedAt(UpdatedAtT &&value)
AWS_WELLARCHITECTED_API Profile(Aws::Utils::Json::JsonView jsonValue)
bool ProfileVersionHasBeenSet() const
bool ProfileArnHasBeenSet() const
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
Aws::Utils::Json::JsonValue JsonValue