7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
19namespace VerifiedPermissions {
42 template <
typename PathT = Aws::String>
44 m_pathHasBeenSet =
true;
45 m_path = std::forward<PathT>(value);
47 template <
typename PathT = Aws::String>
49 SetPath(std::forward<PathT>(value));
60 template <
typename MessageT = Aws::String>
62 m_messageHasBeenSet =
true;
63 m_message = std::forward<MessageT>(value);
65 template <
typename MessageT = Aws::String>
75 bool m_pathHasBeenSet =
false;
76 bool m_messageHasBeenSet =
false;
bool PathHasBeenSet() const
bool MessageHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API ValidationExceptionField(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPath() const
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(MessageT &&value)
void SetPath(PathT &&value)
AWS_VERIFIEDPERMISSIONS_API ValidationExceptionField()=default
ValidationExceptionField & WithPath(PathT &&value)
AWS_VERIFIEDPERMISSIONS_API ValidationExceptionField & operator=(Aws::Utils::Json::JsonView jsonValue)
ValidationExceptionField & WithMessage(MessageT &&value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue