7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
11#include <aws/wellarchitected/model/Pillar.h>
22namespace WellArchitected {
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename ProfileArnT = Aws::String>
64 m_profileArnHasBeenSet =
true;
65 m_profileArn = std::forward<ProfileArnT>(value);
67 template <
typename ProfileArnT = Aws::String>
80 template <
typename PillarsT = Aws::Vector<Pillar>>
82 m_pillarsHasBeenSet =
true;
83 m_pillars = std::forward<PillarsT>(value);
85 template <
typename PillarsT = Aws::Vector<Pillar>>
91 m_pillarsHasBeenSet =
true;
92 m_pillars.push_back(value);
103 template <
typename TitleT = Aws::String>
105 m_titleHasBeenSet =
true;
106 m_title = std::forward<TitleT>(value);
108 template <
typename TitleT = Aws::String>
110 SetTitle(std::forward<TitleT>(value));
121 template <
typename DescriptionT = Aws::String>
123 m_descriptionHasBeenSet =
true;
124 m_description = std::forward<DescriptionT>(value);
126 template <
typename DescriptionT = Aws::String>
139 template <
typename CreatedByT = Aws::String>
141 m_createdByHasBeenSet =
true;
142 m_createdBy = std::forward<CreatedByT>(value);
144 template <
typename CreatedByT = Aws::String>
157 template <
typename CreatedAtT = Aws::Utils::DateTime>
159 m_createdAtHasBeenSet =
true;
160 m_createdAt = std::forward<CreatedAtT>(value);
162 template <
typename CreatedAtT = Aws::Utils::DateTime>
175 template <
typename LastModifiedByT = Aws::String>
177 m_lastModifiedByHasBeenSet =
true;
178 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
180 template <
typename LastModifiedByT = Aws::String>
193 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
195 m_lastModifiedAtHasBeenSet =
true;
196 m_lastModifiedAt = std::forward<LastModifiedAtT>(value);
198 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
222 bool m_idHasBeenSet =
false;
223 bool m_profileArnHasBeenSet =
false;
224 bool m_pillarsHasBeenSet =
false;
225 bool m_titleHasBeenSet =
false;
226 bool m_descriptionHasBeenSet =
false;
227 bool m_createdByHasBeenSet =
false;
228 bool m_createdAtHasBeenSet =
false;
229 bool m_lastModifiedByHasBeenSet =
false;
230 bool m_lastModifiedAtHasBeenSet =
false;
const Aws::String & GetTitle() const
AWS_WELLARCHITECTED_API GoalSummary()=default
GoalSummary & WithCreatedBy(CreatedByT &&value)
void SetPillars(PillarsT &&value)
GoalSummary & WithLastModifiedAt(LastModifiedAtT &&value)
bool CreatedByHasBeenSet() const
bool PillarsHasBeenSet() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetProfileArn() const
const Aws::String & GetDescription() const
GoalSummary & WithId(IdT &&value)
void SetProfileArn(ProfileArnT &&value)
GoalSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetCreatedBy() const
GoalSummary & WithLastModifiedBy(LastModifiedByT &&value)
GoalSummary & WithTitle(TitleT &&value)
GoalSummary & WithDescription(DescriptionT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
const Aws::String & GetLastModifiedBy() const
bool DescriptionHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
bool TitleHasBeenSet() const
void SetLastModifiedAt(LastModifiedAtT &&value)
bool LastModifiedAtHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
GoalSummary & AddPillars(Pillar value)
bool LastModifiedByHasBeenSet() const
AWS_WELLARCHITECTED_API GoalSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ProfileArnHasBeenSet() const
const Aws::Vector< Pillar > & GetPillars() const
AWS_WELLARCHITECTED_API GoalSummary(Aws::Utils::Json::JsonView jsonValue)
void SetTitle(TitleT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetId() const
bool IdHasBeenSet() const
GoalSummary & WithProfileArn(ProfileArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Utils::DateTime & GetLastModifiedAt() const
GoalSummary & WithPillars(PillarsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue