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/Workload.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 WorkloadT = Workload>
75 void SetWorkload(WorkloadT&& value) { m_workloadHasBeenSet =
true; m_workload = std::forward<WorkloadT>(value); }
76 template<
typename WorkloadT = Workload>
81 int m_milestoneNumber{0};
82 bool m_milestoneNumberHasBeenSet =
false;
85 bool m_milestoneNameHasBeenSet =
false;
88 bool m_recordedAtHasBeenSet =
false;
91 bool m_workloadHasBeenSet =
false;
const Aws::Utils::DateTime & GetRecordedAt() const
Milestone & WithMilestoneName(MilestoneNameT &&value)
AWS_WELLARCHITECTED_API Milestone(Aws::Utils::Json::JsonView jsonValue)
int GetMilestoneNumber() const
void SetMilestoneName(MilestoneNameT &&value)
const Aws::String & GetMilestoneName() const
bool MilestoneNumberHasBeenSet() const
bool WorkloadHasBeenSet() const
Milestone & WithWorkload(WorkloadT &&value)
Milestone & WithMilestoneNumber(int value)
const Workload & GetWorkload() const
bool MilestoneNameHasBeenSet() const
Milestone & WithRecordedAt(RecordedAtT &&value)
void SetMilestoneNumber(int value)
AWS_WELLARCHITECTED_API Milestone()=default
void SetRecordedAt(RecordedAtT &&value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WELLARCHITECTED_API Milestone & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetWorkload(WorkloadT &&value)
bool RecordedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue