7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/machinelearning/MachineLearning_EXPORTS.h>
19namespace MachineLearning {
40 template <
typename MessageT = Aws::String>
42 m_messageHasBeenSet =
true;
43 m_message = std::forward<MessageT>(value);
45 template <
typename MessageT = Aws::String>
54 inline int GetCode()
const {
return m_code; }
57 m_codeHasBeenSet =
true;
69 bool m_messageHasBeenSet =
false;
70 bool m_codeHasBeenSet =
false;
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
AWS_MACHINELEARNING_API LimitExceededException(Aws::Utils::Json::JsonView jsonValue)
AWS_MACHINELEARNING_API LimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
LimitExceededException & WithMessage(MessageT &&value)
AWS_MACHINELEARNING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(MessageT &&value)
AWS_MACHINELEARNING_API LimitExceededException()=default
LimitExceededException & WithCode(int value)
bool CodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue