7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearch/OpenSearchService_EXPORTS.h>
10#include <aws/opensearch/model/ConfigChangeStatus.h>
11#include <aws/opensearch/model/InitiatedBy.h>
22namespace OpenSearchService {
44 template <
typename ChangeIdT = Aws::String>
46 m_changeIdHasBeenSet =
true;
47 m_changeId = std::forward<ChangeIdT>(value);
49 template <
typename ChangeIdT = Aws::String>
62 template <
typename MessageT = Aws::String>
64 m_messageHasBeenSet =
true;
65 m_message = std::forward<MessageT>(value);
67 template <
typename MessageT = Aws::String>
81 m_configChangeStatusHasBeenSet =
true;
82 m_configChangeStatus = value;
97 m_initiatedByHasBeenSet =
true;
98 m_initiatedBy = value;
113 template <
typename StartTimeT = Aws::Utils::DateTime>
115 m_startTimeHasBeenSet =
true;
116 m_startTime = std::forward<StartTimeT>(value);
118 template <
typename StartTimeT = Aws::Utils::DateTime>
131 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
133 m_lastUpdatedTimeHasBeenSet =
true;
134 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
136 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
154 bool m_changeIdHasBeenSet =
false;
155 bool m_messageHasBeenSet =
false;
156 bool m_configChangeStatusHasBeenSet =
false;
157 bool m_initiatedByHasBeenSet =
false;
158 bool m_startTimeHasBeenSet =
false;
159 bool m_lastUpdatedTimeHasBeenSet =
false;
ChangeProgressDetails & WithChangeId(ChangeIdT &&value)
ChangeProgressDetails & WithInitiatedBy(InitiatedBy value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
bool ChangeIdHasBeenSet() const
InitiatedBy GetInitiatedBy() const
ConfigChangeStatus GetConfigChangeStatus() const
void SetChangeId(ChangeIdT &&value)
void SetInitiatedBy(InitiatedBy value)
ChangeProgressDetails & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
ChangeProgressDetails & WithLastUpdatedTime(LastUpdatedTimeT &&value)
ChangeProgressDetails & WithMessage(MessageT &&value)
ChangeProgressDetails & WithConfigChangeStatus(ConfigChangeStatus value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
bool InitiatedByHasBeenSet() const
void SetStartTime(StartTimeT &&value)
AWS_OPENSEARCHSERVICE_API ChangeProgressDetails(Aws::Utils::Json::JsonView jsonValue)
bool StartTimeHasBeenSet() const
void SetMessage(MessageT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
bool LastUpdatedTimeHasBeenSet() const
AWS_OPENSEARCHSERVICE_API ChangeProgressDetails()=default
const Aws::String & GetChangeId() const
bool ConfigChangeStatusHasBeenSet() const
void SetConfigChangeStatus(ConfigChangeStatus value)
AWS_OPENSEARCHSERVICE_API ChangeProgressDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue