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>
75 inline void SetTotalNumberOfStages(
int value) { m_totalNumberOfStagesHasBeenSet =
true; m_totalNumberOfStages = value; }
96 bool m_startTimeHasBeenSet =
false;
99 bool m_statusHasBeenSet =
false;
101 int m_totalNumberOfStages;
102 bool m_totalNumberOfStagesHasBeenSet =
false;
105 bool m_changeProgressStagesHasBeenSet =
false;
ChangeProgressStatus & WithStartTime(const Aws::Utils::DateTime &value)
const Aws::Vector< ChangeProgressStage > & GetChangeProgressStages() const
void SetTotalNumberOfStages(int value)
int GetTotalNumberOfStages() const
void SetStartTime(const Aws::Utils::DateTime &value)
AWS_OSIS_API ChangeProgressStatus(Aws::Utils::Json::JsonView jsonValue)
AWS_OSIS_API ChangeProgressStatus()
ChangeProgressStatus & WithChangeProgressStages(Aws::Vector< ChangeProgressStage > &&value)
bool StartTimeHasBeenSet() const
ChangeProgressStatus & WithStatus(ChangeProgressStatuses &&value)
void SetStartTime(Aws::Utils::DateTime &&value)
const ChangeProgressStatuses & GetStatus() const
const Aws::Utils::DateTime & GetStartTime() const
ChangeProgressStatus & WithChangeProgressStages(const Aws::Vector< ChangeProgressStage > &value)
AWS_OSIS_API ChangeProgressStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TotalNumberOfStagesHasBeenSet() const
void SetChangeProgressStages(const Aws::Vector< ChangeProgressStage > &value)
ChangeProgressStatus & WithStartTime(Aws::Utils::DateTime &&value)
bool StatusHasBeenSet() const
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
ChangeProgressStatus & AddChangeProgressStages(const ChangeProgressStage &value)
void SetStatus(ChangeProgressStatuses &&value)
ChangeProgressStatus & WithTotalNumberOfStages(int value)
bool ChangeProgressStagesHasBeenSet() const
ChangeProgressStatus & AddChangeProgressStages(ChangeProgressStage &&value)
void SetStatus(const ChangeProgressStatuses &value)
void SetChangeProgressStages(Aws::Vector< ChangeProgressStage > &&value)
ChangeProgressStatus & WithStatus(const ChangeProgressStatuses &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue