7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
19namespace PaymentCryptographyData {
41 template <
typename PathT = Aws::String>
43 m_pathHasBeenSet =
true;
44 m_path = std::forward<PathT>(value);
46 template <
typename PathT = Aws::String>
48 SetPath(std::forward<PathT>(value));
59 template <
typename MessageT = Aws::String>
61 m_messageHasBeenSet =
true;
62 m_message = std::forward<MessageT>(value);
64 template <
typename MessageT = Aws::String>
74 bool m_pathHasBeenSet =
false;
75 bool m_messageHasBeenSet =
false;
bool PathHasBeenSet() const
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API ValidationExceptionField(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetPath(PathT &&value)
const Aws::String & GetPath() const
ValidationExceptionField & WithMessage(MessageT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API ValidationExceptionField & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API ValidationExceptionField()=default
ValidationExceptionField & WithPath(PathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue