7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eks/EKS_EXPORTS.h>
42 template <
typename UserAgentT = Aws::String>
44 m_userAgentHasBeenSet =
true;
45 m_userAgent = std::forward<UserAgentT>(value);
47 template <
typename UserAgentT = Aws::String>
62 m_numberOfRequestsLast30DaysHasBeenSet =
true;
63 m_numberOfRequestsLast30Days = value;
77 template <
typename LastRequestTimeT = Aws::Utils::DateTime>
79 m_lastRequestTimeHasBeenSet =
true;
80 m_lastRequestTime = std::forward<LastRequestTimeT>(value);
82 template <
typename LastRequestTimeT = Aws::Utils::DateTime>
91 int m_numberOfRequestsLast30Days{0};
94 bool m_userAgentHasBeenSet =
false;
95 bool m_numberOfRequestsLast30DaysHasBeenSet =
false;
96 bool m_lastRequestTimeHasBeenSet =
false;
const Aws::String & GetUserAgent() const
ClientStat & WithLastRequestTime(LastRequestTimeT &&value)
bool LastRequestTimeHasBeenSet() const
bool UserAgentHasBeenSet() const
AWS_EKS_API ClientStat()=default
void SetUserAgent(UserAgentT &&value)
ClientStat & WithNumberOfRequestsLast30Days(int value)
AWS_EKS_API ClientStat(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API ClientStat & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastRequestTime(LastRequestTimeT &&value)
bool NumberOfRequestsLast30DaysHasBeenSet() const
ClientStat & WithUserAgent(UserAgentT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastRequestTime() const
void SetNumberOfRequestsLast30Days(int value)
int GetNumberOfRequestsLast30Days() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue