7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/es/model/ConfigChangeStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/es/model/InitiatedBy.h>
24namespace ElasticsearchService
51 template<
typename ChangeIdT = Aws::String>
52 void SetChangeId(ChangeIdT&& value) { m_changeIdHasBeenSet =
true; m_changeId = std::forward<ChangeIdT>(value); }
53 template<
typename ChangeIdT = Aws::String>
64 template<
typename MessageT = Aws::String>
65 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
66 template<
typename MessageT = Aws::String>
87 template<
typename StartTimeT = Aws::Utils::DateTime>
88 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
89 template<
typename StartTimeT = Aws::Utils::DateTime>
99 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
100 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
101 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
117 bool m_changeIdHasBeenSet =
false;
120 bool m_messageHasBeenSet =
false;
123 bool m_configChangeStatusHasBeenSet =
false;
126 bool m_startTimeHasBeenSet =
false;
129 bool m_lastUpdatedTimeHasBeenSet =
false;
132 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