7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/osis/model/ChangeProgressStatuses.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/osis/model/ChangeProgressStage.h>
50 template<
typename StartTimeT = Aws::Utils::DateTime>
51 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
52 template<
typename StartTimeT = Aws::Utils::DateTime>
73 inline void SetTotalNumberOfStages(
int value) { m_totalNumberOfStagesHasBeenSet =
true; m_totalNumberOfStages = value; }
84 template<
typename ChangeProgressStagesT = Aws::Vector<ChangeProgressStage>>
85 void SetChangeProgressStages(ChangeProgressStagesT&& value) { m_changeProgressStagesHasBeenSet =
true; m_changeProgressStages = std::forward<ChangeProgressStagesT>(value); }
86 template<
typename ChangeProgressStagesT = Aws::Vector<ChangeProgressStage>>
88 template<
typename ChangeProgressStagesT = ChangeProgressStage>
94 bool m_startTimeHasBeenSet =
false;
97 bool m_statusHasBeenSet =
false;
99 int m_totalNumberOfStages{0};
100 bool m_totalNumberOfStagesHasBeenSet =
false;
103 bool m_changeProgressStagesHasBeenSet =
false;
const Aws::Vector< ChangeProgressStage > & GetChangeProgressStages() const
void SetTotalNumberOfStages(int value)
void SetChangeProgressStages(ChangeProgressStagesT &&value)
AWS_OSIS_API ChangeProgressStatus()=default
int GetTotalNumberOfStages() const
AWS_OSIS_API ChangeProgressStatus(Aws::Utils::Json::JsonView jsonValue)
ChangeProgressStatus & WithChangeProgressStages(ChangeProgressStagesT &&value)
ChangeProgressStatus & AddChangeProgressStages(ChangeProgressStagesT &&value)
bool StartTimeHasBeenSet() const
void SetStatus(ChangeProgressStatuses value)
void SetStartTime(StartTimeT &&value)
ChangeProgressStatuses GetStatus() const
const Aws::Utils::DateTime & GetStartTime() const
AWS_OSIS_API ChangeProgressStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TotalNumberOfStagesHasBeenSet() const
bool StatusHasBeenSet() const
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
ChangeProgressStatus & WithTotalNumberOfStages(int value)
bool ChangeProgressStagesHasBeenSet() const
ChangeProgressStatus & WithStartTime(StartTimeT &&value)
ChangeProgressStatus & WithStatus(ChangeProgressStatuses value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue