7#include <aws/s3vectors/S3Vectors_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename PathT = Aws::String>
48 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
49 template<
typename PathT = Aws::String>
59 template<
typename MessageT = Aws::String>
60 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
61 template<
typename MessageT = Aws::String>
67 bool m_pathHasBeenSet =
false;
70 bool m_messageHasBeenSet =
false;
ValidationExceptionField & WithMessage(MessageT &&value)
bool PathHasBeenSet() const
AWS_S3VECTORS_API ValidationExceptionField()=default
AWS_S3VECTORS_API ValidationExceptionField(Aws::Utils::Json::JsonView jsonValue)
AWS_S3VECTORS_API ValidationExceptionField & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_S3VECTORS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
const Aws::String & GetPath() const
void SetPath(PathT &&value)
ValidationExceptionField & WithPath(PathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue