7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
59 inline int GetCode()
const{
return m_code; }
61 inline void SetCode(
int value) { m_codeHasBeenSet =
true; m_code = value; }
73 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
81 bool m_nameHasBeenSet =
false;
84 bool m_codeHasBeenSet =
false;
87 bool m_messageHasBeenSet =
false;
bool NameHasBeenSet() const
BatchCreateVariableError & WithMessage(Aws::String &&value)
BatchCreateVariableError & WithMessage(const char *value)
BatchCreateVariableError & WithName(const Aws::String &value)
BatchCreateVariableError & WithMessage(const Aws::String &value)
void SetName(const Aws::String &value)
void SetMessage(Aws::String &&value)
BatchCreateVariableError & WithName(Aws::String &&value)
void SetMessage(const Aws::String &value)
AWS_FRAUDDETECTOR_API BatchCreateVariableError & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool CodeHasBeenSet() const
void SetMessage(const char *value)
BatchCreateVariableError & WithCode(int value)
void SetName(const char *value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
AWS_FRAUDDETECTOR_API BatchCreateVariableError(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
AWS_FRAUDDETECTOR_API BatchCreateVariableError()
BatchCreateVariableError & WithName(const char *value)
void SetName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue