7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
10#include <aws/wellarchitected/model/WorkloadSummary.h>
21namespace WellArchitected {
41 m_milestoneNumberHasBeenSet =
true;
42 m_milestoneNumber = value;
54 template <
typename MilestoneNameT = Aws::String>
56 m_milestoneNameHasBeenSet =
true;
57 m_milestoneName = std::forward<MilestoneNameT>(value);
59 template <
typename MilestoneNameT = Aws::String>
70 template <
typename RecordedAtT = Aws::Utils::DateTime>
72 m_recordedAtHasBeenSet =
true;
73 m_recordedAt = std::forward<RecordedAtT>(value);
75 template <
typename RecordedAtT = Aws::Utils::DateTime>
86 template <
typename WorkloadSummaryT = WorkloadSummary>
88 m_workloadSummaryHasBeenSet =
true;
89 m_workloadSummary = std::forward<WorkloadSummaryT>(value);
91 template <
typename WorkloadSummaryT = WorkloadSummary>
98 int m_milestoneNumber{0};
99 bool m_milestoneNumberHasBeenSet =
false;
102 bool m_milestoneNameHasBeenSet =
false;
105 bool m_recordedAtHasBeenSet =
false;
107 WorkloadSummary m_workloadSummary;
108 bool m_workloadSummaryHasBeenSet =
false;
void SetRecordedAt(RecordedAtT &&value)
MilestoneSummary & WithWorkloadSummary(WorkloadSummaryT &&value)
const WorkloadSummary & GetWorkloadSummary() const
bool WorkloadSummaryHasBeenSet() const
MilestoneSummary & WithRecordedAt(RecordedAtT &&value)
const Aws::Utils::DateTime & GetRecordedAt() const
void SetMilestoneName(MilestoneNameT &&value)
MilestoneSummary & WithMilestoneName(MilestoneNameT &&value)
AWS_WELLARCHITECTED_API MilestoneSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_WELLARCHITECTED_API MilestoneSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetMilestoneNumber() const
bool MilestoneNameHasBeenSet() const
const Aws::String & GetMilestoneName() const
MilestoneSummary & WithMilestoneNumber(int value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WELLARCHITECTED_API MilestoneSummary()=default
bool RecordedAtHasBeenSet() const
void SetWorkloadSummary(WorkloadSummaryT &&value)
bool MilestoneNumberHasBeenSet() const
void SetMilestoneNumber(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue