7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace VerifiedPermissions
48 template<
typename PathT = Aws::String>
49 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
50 template<
typename PathT = Aws::String>
60 template<
typename MessageT = Aws::String>
61 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
62 template<
typename MessageT = Aws::String>
68 bool m_pathHasBeenSet =
false;
71 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