7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename CodeT = Aws::String>
60 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
61 template<
typename CodeT = Aws::String>
71 template<
typename MessageT = Aws::String>
72 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
73 template<
typename MessageT = Aws::String>
79 bool m_nameHasBeenSet =
false;
82 bool m_codeHasBeenSet =
false;
85 bool m_messageHasBeenSet =
false;
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
const Aws::String & GetCode() const
AWS_CLEANROOMS_API BatchGetSchemaError()=default
bool CodeHasBeenSet() const
AWS_CLEANROOMS_API BatchGetSchemaError & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API BatchGetSchemaError(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
BatchGetSchemaError & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
BatchGetSchemaError & WithCode(CodeT &&value)
bool NameHasBeenSet() const
void SetCode(CodeT &&value)
BatchGetSchemaError & WithName(NameT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue