7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eks/model/InsightsRefreshStatus.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename MessageT = Aws::String>
43 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
44 template<
typename MessageT = Aws::String>
62 template<
typename StartedAtT = Aws::Utils::DateTime>
63 void SetStartedAt(StartedAtT&& value) { m_startedAtHasBeenSet =
true; m_startedAt = std::forward<StartedAtT>(value); }
64 template<
typename StartedAtT = Aws::Utils::DateTime>
73 template<
typename EndedAtT = Aws::Utils::DateTime>
74 void SetEndedAt(EndedAtT&& value) { m_endedAtHasBeenSet =
true; m_endedAt = std::forward<EndedAtT>(value); }
75 template<
typename EndedAtT = Aws::Utils::DateTime>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_messageHasBeenSet =
false;
93 bool m_statusHasBeenSet =
false;
96 bool m_startedAtHasBeenSet =
false;
99 bool m_endedAtHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
void SetEndedAt(EndedAtT &&value)
DescribeInsightsRefreshResult & WithMessage(MessageT &&value)
void SetStartedAt(StartedAtT &&value)
AWS_EKS_API DescribeInsightsRefreshResult()=default
const Aws::Utils::DateTime & GetStartedAt() const
InsightsRefreshStatus GetStatus() const
DescribeInsightsRefreshResult & WithRequestId(RequestIdT &&value)
DescribeInsightsRefreshResult & WithEndedAt(EndedAtT &&value)
const Aws::String & GetRequestId() const
void SetMessage(MessageT &&value)
const Aws::Utils::DateTime & GetEndedAt() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetMessage() const
AWS_EKS_API DescribeInsightsRefreshResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EKS_API DescribeInsightsRefreshResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeInsightsRefreshResult & WithStatus(InsightsRefreshStatus value)
void SetStatus(InsightsRefreshStatus value)
DescribeInsightsRefreshResult & WithStartedAt(StartedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue