7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eks/EKS_EXPORTS.h>
10#include <aws/eks/model/InsightsRefreshStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename MessageT = Aws::String>
38 m_messageHasBeenSet =
true;
39 m_message = std::forward<MessageT>(value);
41 template <
typename MessageT = Aws::String>
54 m_statusHasBeenSet =
true;
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
86 bool m_messageHasBeenSet =
false;
87 bool m_statusHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
StartInsightsRefreshResult & WithMessage(MessageT &&value)
InsightsRefreshStatus GetStatus() const
AWS_EKS_API StartInsightsRefreshResult()=default
AWS_EKS_API StartInsightsRefreshResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_EKS_API StartInsightsRefreshResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartInsightsRefreshResult & WithRequestId(RequestIdT &&value)
void SetStatus(InsightsRefreshStatus value)
StartInsightsRefreshResult & WithStatus(InsightsRefreshStatus value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue