7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/es/ElasticsearchService_EXPORTS.h>
10#include <aws/es/model/ConfigChangeStatus.h>
11#include <aws/es/model/InitiatedBy.h>
22namespace ElasticsearchService {
45 template <
typename ChangeIdT = Aws::String>
47 m_changeIdHasBeenSet =
true;
48 m_changeId = std::forward<ChangeIdT>(value);
50 template <
typename ChangeIdT = Aws::String>
64 template <
typename MessageT = Aws::String>
66 m_messageHasBeenSet =
true;
67 m_message = std::forward<MessageT>(value);
69 template <
typename MessageT = Aws::String>
83 m_configChangeStatusHasBeenSet =
true;
84 m_configChangeStatus = value;
99 template <
typename StartTimeT = Aws::Utils::DateTime>
101 m_startTimeHasBeenSet =
true;
102 m_startTime = std::forward<StartTimeT>(value);
104 template <
typename StartTimeT = Aws::Utils::DateTime>
117 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
119 m_lastUpdatedTimeHasBeenSet =
true;
120 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
122 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
136 m_initiatedByHasBeenSet =
true;
137 m_initiatedBy = value;
156 bool m_changeIdHasBeenSet =
false;
157 bool m_messageHasBeenSet =
false;
158 bool m_configChangeStatusHasBeenSet =
false;
159 bool m_startTimeHasBeenSet =
false;
160 bool m_lastUpdatedTimeHasBeenSet =
false;
161 bool m_initiatedByHasBeenSet =
false;
const Aws::String & GetChangeId() const
bool LastUpdatedTimeHasBeenSet() const
ConfigChangeStatus GetConfigChangeStatus() const
void SetInitiatedBy(InitiatedBy value)
bool ConfigChangeStatusHasBeenSet() const
InitiatedBy GetInitiatedBy() const
ChangeProgressDetails & WithConfigChangeStatus(ConfigChangeStatus value)
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConfigChangeStatus(ConfigChangeStatus value)
bool InitiatedByHasBeenSet() const
ChangeProgressDetails & WithStartTime(StartTimeT &&value)
void SetChangeId(ChangeIdT &&value)
AWS_ELASTICSEARCHSERVICE_API ChangeProgressDetails(Aws::Utils::Json::JsonView jsonValue)
ChangeProgressDetails & WithInitiatedBy(InitiatedBy value)
bool ChangeIdHasBeenSet() const
AWS_ELASTICSEARCHSERVICE_API ChangeProgressDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
ChangeProgressDetails & WithChangeId(ChangeIdT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
void SetStartTime(StartTimeT &&value)
bool StartTimeHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
ChangeProgressDetails & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
ChangeProgressDetails & WithLastUpdatedTime(LastUpdatedTimeT &&value)
AWS_ELASTICSEARCHSERVICE_API ChangeProgressDetails()=default
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue