7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
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 MessageHasBeenSet() const
AWS_SECURITYAGENT_API ValidationExceptionField()=default
ValidationExceptionField & WithMessage(MessageT &&value)
AWS_SECURITYAGENT_API ValidationExceptionField & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPath(PathT &&value)
ValidationExceptionField & WithPath(PathT &&value)
bool PathHasBeenSet() const
const Aws::String & GetPath() const
void SetMessage(MessageT &&value)
AWS_SECURITYAGENT_API ValidationExceptionField(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue