7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/verifiedpermissions/model/ValidationExceptionField.h>
23namespace VerifiedPermissions
81 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
103 bool m_messageHasBeenSet =
false;
106 bool m_fieldListHasBeenSet =
false;
const Aws::Vector< ValidationExceptionField > & GetFieldList() const
ValidationException & WithFieldList(const Aws::Vector< ValidationExceptionField > &value)
AWS_VERIFIEDPERMISSIONS_API ValidationException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
ValidationException & WithMessage(const Aws::String &value)
const Aws::String & GetMessage() const
ValidationException & WithFieldList(Aws::Vector< ValidationExceptionField > &&value)
void SetFieldList(Aws::Vector< ValidationExceptionField > &&value)
bool MessageHasBeenSet() const
ValidationException & AddFieldList(ValidationExceptionField &&value)
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool FieldListHasBeenSet() const
ValidationException & WithMessage(const char *value)
AWS_VERIFIEDPERMISSIONS_API ValidationException()
AWS_VERIFIEDPERMISSIONS_API ValidationException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
void SetFieldList(const Aws::Vector< ValidationExceptionField > &value)
ValidationException & AddFieldList(const ValidationExceptionField &value)
void SetMessage(Aws::String &&value)
ValidationException & WithMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue