7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/wellarchitected/model/WorkloadSummary.h>
23namespace WellArchitected
46 inline void SetMilestoneNumber(
int value) { m_milestoneNumberHasBeenSet =
true; m_milestoneNumber = value; }
54 template<
typename MilestoneNameT = Aws::String>
55 void SetMilestoneName(MilestoneNameT&& value) { m_milestoneNameHasBeenSet =
true; m_milestoneName = std::forward<MilestoneNameT>(value); }
56 template<
typename MilestoneNameT = Aws::String>
64 template<
typename RecordedAtT = Aws::Utils::DateTime>
65 void SetRecordedAt(RecordedAtT&& value) { m_recordedAtHasBeenSet =
true; m_recordedAt = std::forward<RecordedAtT>(value); }
66 template<
typename RecordedAtT = Aws::Utils::DateTime>
74 template<
typename WorkloadSummaryT = WorkloadSummary>
75 void SetWorkloadSummary(WorkloadSummaryT&& value) { m_workloadSummaryHasBeenSet =
true; m_workloadSummary = std::forward<WorkloadSummaryT>(value); }
76 template<
typename WorkloadSummaryT = WorkloadSummary>
81 int m_milestoneNumber{0};
82 bool m_milestoneNumberHasBeenSet =
false;
85 bool m_milestoneNameHasBeenSet =
false;
88 bool m_recordedAtHasBeenSet =
false;
90 WorkloadSummary m_workloadSummary;
91 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