7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ClusterNameT = Aws::String>
48 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
49 template<
typename ClusterNameT = Aws::String>
57 template<
typename MessageT = Aws::String>
58 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
59 template<
typename MessageT = Aws::String>
65 bool m_clusterNameHasBeenSet =
false;
68 bool m_messageHasBeenSet =
false;
void SetClusterName(ClusterNameT &&value)
const Aws::String & GetClusterName() const
AWS_EKS_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
AWS_EKS_API ThrottlingException()=default
void SetMessage(MessageT &&value)
ThrottlingException & WithClusterName(ClusterNameT &&value)
ThrottlingException & WithMessage(MessageT &&value)
AWS_EKS_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ClusterNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue