7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Document.h>
47 template<
typename MessageT = Aws::String>
48 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
49 template<
typename MessageT = Aws::String>
57 inline int GetCode()
const {
return m_code; }
59 inline void SetCode(
int value) { m_codeHasBeenSet =
true; m_code = value; }
69 template<
typename AttributesT = Aws::Utils::Document>
70 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
71 template<
typename AttributesT = Aws::Utils::Document>
77 bool m_messageHasBeenSet =
false;
80 bool m_codeHasBeenSet =
false;
83 bool m_attributesHasBeenSet =
false;
AWS_NEPTUNEDATA_API GremlinQueryStatusAttributes()=default
void SetAttributes(AttributesT &&value)
bool MessageHasBeenSet() const
AWS_NEPTUNEDATA_API GremlinQueryStatusAttributes(Aws::Utils::Json::JsonView jsonValue)
GremlinQueryStatusAttributes & WithMessage(MessageT &&value)
bool AttributesHasBeenSet() const
GremlinQueryStatusAttributes & WithCode(int value)
AWS_NEPTUNEDATA_API GremlinQueryStatusAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
Aws::Utils::DocumentView GetAttributes() const
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
GremlinQueryStatusAttributes & WithAttributes(AttributesT &&value)
bool CodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue