7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
10#include <aws/verifiedpermissions/model/ValidationExceptionField.h>
21namespace VerifiedPermissions {
73 template <
typename MessageT = Aws::String>
75 m_messageHasBeenSet =
true;
76 m_message = std::forward<MessageT>(value);
78 template <
typename MessageT = Aws::String>
91 template <
typename FieldListT = Aws::Vector<Val
idationExceptionField>>
93 m_fieldListHasBeenSet =
true;
94 m_fieldList = std::forward<FieldListT>(value);
96 template <
typename FieldListT = Aws::Vector<Val
idationExceptionField>>
101 template <
typename FieldListT = Val
idationExceptionField>
103 m_fieldListHasBeenSet =
true;
104 m_fieldList.emplace_back(std::forward<FieldListT>(value));
112 bool m_messageHasBeenSet =
false;
113 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