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
54 template<
typename ChangeIdT = Aws::String>
55 void SetChangeId(ChangeIdT&& value) { m_changeIdHasBeenSet =
true; m_changeId = std::forward<ChangeIdT>(value); }
56 template<
typename ChangeIdT = Aws::String>
66 template<
typename StartTimeT = Aws::Utils::DateTime>
67 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
68 template<
typename StartTimeT = Aws::Utils::DateTime>
89 template<
typename PendingPropertiesT = Aws::Vector<Aws::String>>
90 void SetPendingProperties(PendingPropertiesT&& value) { m_pendingPropertiesHasBeenSet =
true; m_pendingProperties = std::forward<PendingPropertiesT>(value); }
91 template<
typename PendingPropertiesT = Aws::Vector<Aws::String>>
93 template<
typename PendingPropertiesT = Aws::String>
104 template<
typename CompletedPropertiesT = Aws::Vector<Aws::String>>
105 void SetCompletedProperties(CompletedPropertiesT&& value) { m_completedPropertiesHasBeenSet =
true; m_completedProperties = std::forward<CompletedPropertiesT>(value); }
106 template<
typename CompletedPropertiesT = Aws::Vector<Aws::String>>
108 template<
typename CompletedPropertiesT = Aws::String>
129 template<
typename ChangeProgressStagesT = Aws::Vector<ChangeProgressStage>>
130 void SetChangeProgressStages(ChangeProgressStagesT&& value) { m_changeProgressStagesHasBeenSet =
true; m_changeProgressStages = std::forward<ChangeProgressStagesT>(value); }
131 template<
typename ChangeProgressStagesT = Aws::Vector<ChangeProgressStage>>
133 template<
typename ChangeProgressStagesT = ChangeProgressStage>
143 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
144 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
145 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
171 bool m_changeIdHasBeenSet =
false;
174 bool m_startTimeHasBeenSet =
false;
177 bool m_statusHasBeenSet =
false;
180 bool m_pendingPropertiesHasBeenSet =
false;
183 bool m_completedPropertiesHasBeenSet =
false;
185 int m_totalNumberOfStages{0};
186 bool m_totalNumberOfStagesHasBeenSet =
false;
189 bool m_changeProgressStagesHasBeenSet =
false;
192 bool m_lastUpdatedTimeHasBeenSet =
false;
195 bool m_configChangeStatusHasBeenSet =
false;
198 bool m_initiatedByHasBeenSet =
false;
ChangeProgressStatusDetails & WithStartTime(StartTimeT &&value)
ChangeProgressStatusDetails & WithLastUpdatedTime(LastUpdatedTimeT &&value)
bool ChangeIdHasBeenSet() const
ChangeProgressStatusDetails & AddChangeProgressStages(ChangeProgressStagesT &&value)
const Aws::String & GetChangeId() const
AWS_OPENSEARCHSERVICE_API ChangeProgressStatusDetails()=default
ChangeProgressStatusDetails & WithInitiatedBy(InitiatedBy value)
void SetChangeId(ChangeIdT &&value)
bool PendingPropertiesHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::Vector< Aws::String > & GetPendingProperties() const
bool InitiatedByHasBeenSet() const
ChangeProgressStatusDetails & AddCompletedProperties(CompletedPropertiesT &&value)
AWS_OPENSEARCHSERVICE_API ChangeProgressStatusDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ChangeProgressStage > & GetChangeProgressStages() const
ChangeProgressStatusDetails & WithTotalNumberOfStages(int value)
ChangeProgressStatusDetails & WithConfigChangeStatus(ConfigChangeStatus value)
ChangeProgressStatusDetails & WithChangeId(ChangeIdT &&value)
bool LastUpdatedTimeHasBeenSet() const
ChangeProgressStatusDetails & WithPendingProperties(PendingPropertiesT &&value)
void SetStatus(OverallChangeStatus value)
bool CompletedPropertiesHasBeenSet() const
void SetStartTime(StartTimeT &&value)
void SetPendingProperties(PendingPropertiesT &&value)
int GetTotalNumberOfStages() const
ChangeProgressStatusDetails & AddPendingProperties(PendingPropertiesT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
void SetInitiatedBy(InitiatedBy value)
bool TotalNumberOfStagesHasBeenSet() const
ChangeProgressStatusDetails & WithStatus(OverallChangeStatus value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
InitiatedBy GetInitiatedBy() const
ConfigChangeStatus GetConfigChangeStatus() const
void SetConfigChangeStatus(ConfigChangeStatus value)
bool ConfigChangeStatusHasBeenSet() const
AWS_OPENSEARCHSERVICE_API ChangeProgressStatusDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StartTimeHasBeenSet() const
bool ChangeProgressStagesHasBeenSet() const
OverallChangeStatus GetStatus() const
const Aws::Vector< Aws::String > & GetCompletedProperties() const
ChangeProgressStatusDetails & WithChangeProgressStages(ChangeProgressStagesT &&value)
void SetChangeProgressStages(ChangeProgressStagesT &&value)
void SetTotalNumberOfStages(int value)
ChangeProgressStatusDetails & WithCompletedProperties(CompletedPropertiesT &&value)
void SetCompletedProperties(CompletedPropertiesT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
const Aws::Utils::DateTime & GetStartTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue