7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearch/model/ConfigChangeStatus.h>
10#include <aws/opensearch/model/InitiatedBy.h>
11#include <aws/core/utils/DateTime.h>
24namespace OpenSearchService
50 template<
typename ChangeIdT = Aws::String>
51 void SetChangeId(ChangeIdT&& value) { m_changeIdHasBeenSet =
true; m_changeId = std::forward<ChangeIdT>(value); }
52 template<
typename ChangeIdT = Aws::String>
62 template<
typename MessageT = Aws::String>
63 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
64 template<
typename MessageT = Aws::String>
95 template<
typename StartTimeT = Aws::Utils::DateTime>
96 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
97 template<
typename StartTimeT = Aws::Utils::DateTime>
107 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
108 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
109 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
115 bool m_changeIdHasBeenSet =
false;
118 bool m_messageHasBeenSet =
false;
121 bool m_configChangeStatusHasBeenSet =
false;
124 bool m_initiatedByHasBeenSet =
false;
127 bool m_startTimeHasBeenSet =
false;
130 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