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>
72 template <
typename RecordedAtT = Aws::Utils::DateTime>
74 m_recordedAtHasBeenSet =
true;
75 m_recordedAt = std::forward<RecordedAtT>(value);
77 template <
typename RecordedAtT = Aws::Utils::DateTime>
88 template <
typename WorkloadSummaryT = WorkloadSummary>
90 m_workloadSummaryHasBeenSet =
true;
91 m_workloadSummary = std::forward<WorkloadSummaryT>(value);
93 template <
typename WorkloadSummaryT = WorkloadSummary>
100 int m_milestoneNumber{0};
106 WorkloadSummary m_workloadSummary;
107 bool m_milestoneNumberHasBeenSet =
false;
108 bool m_milestoneNameHasBeenSet =
false;
109 bool m_recordedAtHasBeenSet =
false;
110 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