7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
9#include <aws/eks/model/InsightsRefreshStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename MessageT = Aws::String>
37 m_messageHasBeenSet =
true;
38 m_message = std::forward<MessageT>(value);
40 template <
typename MessageT = Aws::String>
53 m_statusHasBeenSet =
true;
65 template <
typename RequestIdT = Aws::String>
67 m_requestIdHasBeenSet =
true;
68 m_requestId = std::forward<RequestIdT>(value);
70 template <
typename RequestIdT = Aws::String>
82 bool m_messageHasBeenSet =
false;
83 bool m_statusHasBeenSet =
false;
84 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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue