7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
10#include <aws/payment-cryptography-data/model/ValidationExceptionField.h>
21namespace PaymentCryptographyData {
41 template <
typename MessageT = Aws::String>
43 m_messageHasBeenSet =
true;
44 m_message = std::forward<MessageT>(value);
46 template <
typename MessageT = Aws::String>
59 template <
typename FieldListT = Aws::Vector<Val
idationExceptionField>>
61 m_fieldListHasBeenSet =
true;
62 m_fieldList = std::forward<FieldListT>(value);
64 template <
typename FieldListT = Aws::Vector<Val
idationExceptionField>>
69 template <
typename FieldListT = Val
idationExceptionField>
71 m_fieldListHasBeenSet =
true;
72 m_fieldList.emplace_back(std::forward<FieldListT>(value));
80 bool m_messageHasBeenSet =
false;
81 bool m_fieldListHasBeenSet =
false;
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
ValidationException & WithMessage(MessageT &&value)
ValidationException & WithFieldList(FieldListT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API ValidationException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API ValidationException(Aws::Utils::Json::JsonView jsonValue)
void SetFieldList(FieldListT &&value)
ValidationException & AddFieldList(FieldListT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< ValidationExceptionField > & GetFieldList() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API ValidationException()=default
bool FieldListHasBeenSet() const
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue