7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/opensearch/model/OverallChangeStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/opensearch/model/ConfigChangeStatus.h>
13#include <aws/opensearch/model/InitiatedBy.h>
14#include <aws/opensearch/model/ChangeProgressStage.h>
27namespace OpenSearchService
56 inline void SetChangeId(
const char* value) { m_changeIdHasBeenSet =
true; m_changeId.assign(value); }
181 bool m_changeIdHasBeenSet =
false;
184 bool m_startTimeHasBeenSet =
false;
187 bool m_statusHasBeenSet =
false;
190 bool m_pendingPropertiesHasBeenSet =
false;
193 bool m_completedPropertiesHasBeenSet =
false;
195 int m_totalNumberOfStages;
196 bool m_totalNumberOfStagesHasBeenSet =
false;
199 bool m_changeProgressStagesHasBeenSet =
false;
202 bool m_lastUpdatedTimeHasBeenSet =
false;
205 bool m_configChangeStatusHasBeenSet =
false;
208 bool m_initiatedByHasBeenSet =
false;
ChangeProgressStatusDetails & AddCompletedProperties(Aws::String &&value)
void SetPendingProperties(const Aws::Vector< Aws::String > &value)
const InitiatedBy & GetInitiatedBy() const
ChangeProgressStatusDetails & AddPendingProperties(const Aws::String &value)
void SetInitiatedBy(const InitiatedBy &value)
bool ChangeIdHasBeenSet() const
ChangeProgressStatusDetails & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
ChangeProgressStatusDetails & AddCompletedProperties(const Aws::String &value)
const Aws::String & GetChangeId() const
void SetChangeProgressStages(const Aws::Vector< ChangeProgressStage > &value)
const ConfigChangeStatus & GetConfigChangeStatus() const
ChangeProgressStatusDetails & WithConfigChangeStatus(ConfigChangeStatus &&value)
bool PendingPropertiesHasBeenSet() const
ChangeProgressStatusDetails & WithInitiatedBy(const InitiatedBy &value)
bool StatusHasBeenSet() const
void SetChangeId(Aws::String &&value)
void SetStartTime(Aws::Utils::DateTime &&value)
AWS_OPENSEARCHSERVICE_API ChangeProgressStatusDetails()
const Aws::Vector< Aws::String > & GetPendingProperties() const
ChangeProgressStatusDetails & WithStatus(const OverallChangeStatus &value)
bool InitiatedByHasBeenSet() const
ChangeProgressStatusDetails & WithChangeId(Aws::String &&value)
AWS_OPENSEARCHSERVICE_API ChangeProgressStatusDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ChangeProgressStage > & GetChangeProgressStages() const
ChangeProgressStatusDetails & WithTotalNumberOfStages(int value)
void SetChangeProgressStages(Aws::Vector< ChangeProgressStage > &&value)
void SetStartTime(const Aws::Utils::DateTime &value)
ChangeProgressStatusDetails & WithConfigChangeStatus(const ConfigChangeStatus &value)
void SetLastUpdatedTime(const Aws::Utils::DateTime &value)
bool LastUpdatedTimeHasBeenSet() const
ChangeProgressStatusDetails & WithCompletedProperties(Aws::Vector< Aws::String > &&value)
void SetCompletedProperties(Aws::Vector< Aws::String > &&value)
bool CompletedPropertiesHasBeenSet() const
ChangeProgressStatusDetails & WithChangeProgressStages(const Aws::Vector< ChangeProgressStage > &value)
ChangeProgressStatusDetails & WithChangeProgressStages(Aws::Vector< ChangeProgressStage > &&value)
void SetChangeId(const Aws::String &value)
int GetTotalNumberOfStages() const
ChangeProgressStatusDetails & AddChangeProgressStages(ChangeProgressStage &&value)
void SetStatus(const OverallChangeStatus &value)
ChangeProgressStatusDetails & AddCompletedProperties(const char *value)
void SetInitiatedBy(InitiatedBy &&value)
bool TotalNumberOfStagesHasBeenSet() const
ChangeProgressStatusDetails & AddPendingProperties(const char *value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCompletedProperties(const Aws::Vector< Aws::String > &value)
ChangeProgressStatusDetails & WithPendingProperties(const Aws::Vector< Aws::String > &value)
bool ConfigChangeStatusHasBeenSet() const
AWS_OPENSEARCHSERVICE_API ChangeProgressStatusDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdatedTime(Aws::Utils::DateTime &&value)
bool StartTimeHasBeenSet() const
ChangeProgressStatusDetails & WithChangeId(const char *value)
bool ChangeProgressStagesHasBeenSet() const
const Aws::Vector< Aws::String > & GetCompletedProperties() const
ChangeProgressStatusDetails & WithCompletedProperties(const Aws::Vector< Aws::String > &value)
ChangeProgressStatusDetails & WithStatus(OverallChangeStatus &&value)
ChangeProgressStatusDetails & AddChangeProgressStages(const ChangeProgressStage &value)
ChangeProgressStatusDetails & WithStartTime(Aws::Utils::DateTime &&value)
ChangeProgressStatusDetails & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
void SetTotalNumberOfStages(int value)
ChangeProgressStatusDetails & WithStartTime(const Aws::Utils::DateTime &value)
ChangeProgressStatusDetails & WithChangeId(const Aws::String &value)
void SetPendingProperties(Aws::Vector< Aws::String > &&value)
void SetChangeId(const char *value)
void SetConfigChangeStatus(const ConfigChangeStatus &value)
ChangeProgressStatusDetails & AddPendingProperties(Aws::String &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
void SetConfigChangeStatus(ConfigChangeStatus &&value)
ChangeProgressStatusDetails & WithPendingProperties(Aws::Vector< Aws::String > &&value)
const Aws::Utils::DateTime & GetStartTime() const
const OverallChangeStatus & GetStatus() const
void SetStatus(OverallChangeStatus &&value)
ChangeProgressStatusDetails & WithInitiatedBy(InitiatedBy &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue