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/Workload.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 WorkloadT = Workload>
88 m_workloadHasBeenSet =
true;
89 m_workload = std::forward<WorkloadT>(value);
91 template <
typename WorkloadT = Workload>
98 int m_milestoneNumber{0};
105 bool m_milestoneNumberHasBeenSet =
false;
106 bool m_milestoneNameHasBeenSet =
false;
107 bool m_recordedAtHasBeenSet =
false;
108 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