7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/es/model/UpgradeStep.h>
9#include <aws/es/model/UpgradeStatus.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ElasticsearchService
71 template<
typename UpgradeNameT = Aws::String>
72 void SetUpgradeName(UpgradeNameT&& value) { m_upgradeNameHasBeenSet =
true; m_upgradeName = std::forward<UpgradeNameT>(value); }
73 template<
typename UpgradeNameT = Aws::String>
80 template<
typename RequestIdT = Aws::String>
81 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
82 template<
typename RequestIdT = Aws::String>
88 bool m_upgradeStepHasBeenSet =
false;
91 bool m_stepStatusHasBeenSet =
false;
94 bool m_upgradeNameHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
AWS_ELASTICSEARCHSERVICE_API GetUpgradeStatusResult()=default
void SetUpgradeStep(UpgradeStep value)
GetUpgradeStatusResult & WithUpgradeStep(UpgradeStep value)
void SetUpgradeName(UpgradeNameT &&value)
UpgradeStatus GetStepStatus() const
AWS_ELASTICSEARCHSERVICE_API GetUpgradeStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpgradeStep GetUpgradeStep() const
void SetStepStatus(UpgradeStatus value)
GetUpgradeStatusResult & WithStepStatus(UpgradeStatus value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetUpgradeName() const
AWS_ELASTICSEARCHSERVICE_API GetUpgradeStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetUpgradeStatusResult & WithUpgradeName(UpgradeNameT &&value)
GetUpgradeStatusResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue