7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PaymentCryptographyData
49 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
63 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
71 bool m_pathHasBeenSet =
false;
74 bool m_messageHasBeenSet =
false;
bool PathHasBeenSet() const
const Aws::String & GetMessage() const
void SetPath(Aws::String &&value)
ValidationExceptionField & WithPath(const char *value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API ValidationExceptionField()
ValidationExceptionField & WithMessage(const Aws::String &value)
void SetPath(const char *value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(const char *value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API ValidationExceptionField(Aws::Utils::Json::JsonView jsonValue)
void SetPath(const Aws::String &value)
ValidationExceptionField & WithPath(const Aws::String &value)
bool MessageHasBeenSet() const
const Aws::String & GetPath() const
void SetMessage(Aws::String &&value)
ValidationExceptionField & WithPath(Aws::String &&value)
ValidationExceptionField & WithMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API ValidationExceptionField & operator=(Aws::Utils::Json::JsonView jsonValue)
ValidationExceptionField & WithMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue