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
IdempotentParameterMismatchException & WithCode(int value)
IdempotentParameterMismatchException & WithMessage(MessageT &&value)
bool CodeHasBeenSet() const
AWS_MACHINELEARNING_API IdempotentParameterMismatchException(Aws::Utils::Json::JsonView jsonValue)
AWS_MACHINELEARNING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACHINELEARNING_API IdempotentParameterMismatchException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
AWS_MACHINELEARNING_API IdempotentParameterMismatchException()=default
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue