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