7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace WellArchitected
47 template<
typename ProfileArnT = Aws::String>
48 void SetProfileArn(ProfileArnT&& value) { m_profileArnHasBeenSet =
true; m_profileArn = std::forward<ProfileArnT>(value); }
49 template<
typename ProfileArnT = Aws::String>
59 template<
typename ProfileVersionT = Aws::String>
60 void SetProfileVersion(ProfileVersionT&& value) { m_profileVersionHasBeenSet =
true; m_profileVersion = std::forward<ProfileVersionT>(value); }
61 template<
typename ProfileVersionT = Aws::String>
71 template<
typename ProfileNameT = Aws::String>
72 void SetProfileName(ProfileNameT&& value) { m_profileNameHasBeenSet =
true; m_profileName = std::forward<ProfileNameT>(value); }
73 template<
typename ProfileNameT = Aws::String>
83 template<
typename ProfileDescriptionT = Aws::String>
84 void SetProfileDescription(ProfileDescriptionT&& value) { m_profileDescriptionHasBeenSet =
true; m_profileDescription = std::forward<ProfileDescriptionT>(value); }
85 template<
typename ProfileDescriptionT = Aws::String>
93 template<
typename OwnerT = Aws::String>
94 void SetOwner(OwnerT&& value) { m_ownerHasBeenSet =
true; m_owner = std::forward<OwnerT>(value); }
95 template<
typename OwnerT = Aws::String>
103 template<
typename CreatedAtT = Aws::Utils::DateTime>
104 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
105 template<
typename CreatedAtT = Aws::Utils::DateTime>
113 template<
typename UpdatedAtT = Aws::Utils::DateTime>
114 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
115 template<
typename UpdatedAtT = Aws::Utils::DateTime>
121 bool m_profileArnHasBeenSet =
false;
124 bool m_profileVersionHasBeenSet =
false;
127 bool m_profileNameHasBeenSet =
false;
130 bool m_profileDescriptionHasBeenSet =
false;
133 bool m_ownerHasBeenSet =
false;
136 bool m_createdAtHasBeenSet =
false;
139 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