7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
20namespace WellArchitected {
41 template <
typename ProfileArnT = Aws::String>
43 m_profileArnHasBeenSet =
true;
44 m_profileArn = std::forward<ProfileArnT>(value);
46 template <
typename ProfileArnT = Aws::String>
59 template <
typename ProfileVersionT = Aws::String>
61 m_profileVersionHasBeenSet =
true;
62 m_profileVersion = std::forward<ProfileVersionT>(value);
64 template <
typename ProfileVersionT = Aws::String>
77 template <
typename ProfileNameT = Aws::String>
79 m_profileNameHasBeenSet =
true;
80 m_profileName = std::forward<ProfileNameT>(value);
82 template <
typename ProfileNameT = Aws::String>
95 template <
typename ProfileDescriptionT = Aws::String>
97 m_profileDescriptionHasBeenSet =
true;
98 m_profileDescription = std::forward<ProfileDescriptionT>(value);
100 template <
typename ProfileDescriptionT = Aws::String>
111 template <
typename OwnerT = Aws::String>
113 m_ownerHasBeenSet =
true;
114 m_owner = std::forward<OwnerT>(value);
116 template <
typename OwnerT = Aws::String>
118 SetOwner(std::forward<OwnerT>(value));
127 template <
typename CreatedAtT = Aws::Utils::DateTime>
129 m_createdAtHasBeenSet =
true;
130 m_createdAt = std::forward<CreatedAtT>(value);
132 template <
typename CreatedAtT = Aws::Utils::DateTime>
143 template <
typename UpdatedAtT = Aws::Utils::DateTime>
145 m_updatedAtHasBeenSet =
true;
146 m_updatedAt = std::forward<UpdatedAtT>(value);
148 template <
typename UpdatedAtT = Aws::Utils::DateTime>
156 bool m_profileArnHasBeenSet =
false;
159 bool m_profileVersionHasBeenSet =
false;
162 bool m_profileNameHasBeenSet =
false;
165 bool m_profileDescriptionHasBeenSet =
false;
168 bool m_ownerHasBeenSet =
false;
171 bool m_createdAtHasBeenSet =
false;
174 bool m_updatedAtHasBeenSet =
false;
void SetUpdatedAt(UpdatedAtT &&value)
AWS_WELLARCHITECTED_API ProfileSummary()=default
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetProfileArn() const
bool ProfileDescriptionHasBeenSet() const
void SetOwner(OwnerT &&value)
ProfileSummary & WithProfileName(ProfileNameT &&value)
bool ProfileVersionHasBeenSet() const
bool ProfileArnHasBeenSet() const
ProfileSummary & WithProfileArn(ProfileArnT &&value)
void SetProfileDescription(ProfileDescriptionT &&value)
void SetCreatedAt(CreatedAtT &&value)
ProfileSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetOwner() const
void SetProfileArn(ProfileArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
ProfileSummary & WithProfileVersion(ProfileVersionT &&value)
AWS_WELLARCHITECTED_API ProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProfileName(ProfileNameT &&value)
const Aws::String & GetProfileDescription() const
bool CreatedAtHasBeenSet() const
bool UpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
ProfileSummary & WithProfileDescription(ProfileDescriptionT &&value)
void SetProfileVersion(ProfileVersionT &&value)
const Aws::String & GetProfileName() const
const Aws::String & GetProfileVersion() const
bool ProfileNameHasBeenSet() const
bool OwnerHasBeenSet() const
AWS_WELLARCHITECTED_API ProfileSummary(Aws::Utils::Json::JsonView jsonValue)
ProfileSummary & WithOwner(OwnerT &&value)
ProfileSummary & WithUpdatedAt(UpdatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue