7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dataexchange/model/ExceptionCause.h>
49 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
69 bool m_messageHasBeenSet =
false;
72 bool m_exceptionCauseHasBeenSet =
false;
AWS_DATAEXCHANGE_API ValidationException()
ValidationException & WithExceptionCause(const ExceptionCause &value)
AWS_DATAEXCHANGE_API ValidationException(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExceptionCause(const ExceptionCause &value)
ValidationException & WithExceptionCause(ExceptionCause &&value)
void SetExceptionCause(ExceptionCause &&value)
bool ExceptionCauseHasBeenSet() const
bool MessageHasBeenSet() const
ValidationException & WithMessage(const char *value)
ValidationException & WithMessage(const Aws::String &value)
void SetMessage(const Aws::String &value)
const Aws::String & GetMessage() const
AWS_DATAEXCHANGE_API ValidationException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
ValidationException & WithMessage(Aws::String &&value)
const ExceptionCause & GetExceptionCause() const
void SetMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue