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
79 template<
typename MessageT = Aws::String>
80 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
81 template<
typename MessageT = Aws::String>
91 template<
typename FieldListT = Aws::Vector<Val
idationExceptionField>>
92 void SetFieldList(FieldListT&& value) { m_fieldListHasBeenSet =
true; m_fieldList = std::forward<FieldListT>(value); }
93 template<
typename FieldListT = Aws::Vector<Val
idationExceptionField>>
95 template<
typename FieldListT = Val
idationExceptionField>
101 bool m_messageHasBeenSet =
false;
104 bool m_fieldListHasBeenSet =
false;
void SetMessage(MessageT &&value)
const Aws::Vector< ValidationExceptionField > & GetFieldList() const
AWS_VERIFIEDPERMISSIONS_API ValidationException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
void SetFieldList(FieldListT &&value)
AWS_VERIFIEDPERMISSIONS_API ValidationException()=default
bool MessageHasBeenSet() const
ValidationException & WithMessage(MessageT &&value)
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool FieldListHasBeenSet() const
ValidationException & WithFieldList(FieldListT &&value)
ValidationException & AddFieldList(FieldListT &&value)
AWS_VERIFIEDPERMISSIONS_API ValidationException(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue