7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetNamedQueryId(
const char* value) { m_namedQueryIdHasBeenSet =
true; m_namedQueryId.assign(value); }
64 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
79 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
87 bool m_namedQueryIdHasBeenSet =
false;
90 bool m_errorCodeHasBeenSet =
false;
93 bool m_errorMessageHasBeenSet =
false;
void SetErrorCode(const Aws::String &value)
void SetNamedQueryId(Aws::String &&value)
UnprocessedNamedQueryId & WithNamedQueryId(const char *value)
const Aws::String & GetNamedQueryId() const
bool NamedQueryIdHasBeenSet() const
UnprocessedNamedQueryId & WithNamedQueryId(const Aws::String &value)
bool ErrorMessageHasBeenSet() const
AWS_ATHENA_API UnprocessedNamedQueryId()
void SetErrorMessage(Aws::String &&value)
void SetNamedQueryId(const Aws::String &value)
AWS_ATHENA_API UnprocessedNamedQueryId(Aws::Utils::Json::JsonView jsonValue)
UnprocessedNamedQueryId & WithErrorCode(const char *value)
UnprocessedNamedQueryId & WithErrorMessage(const char *value)
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorCode(const char *value)
UnprocessedNamedQueryId & WithNamedQueryId(Aws::String &&value)
AWS_ATHENA_API UnprocessedNamedQueryId & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ErrorCodeHasBeenSet() const
UnprocessedNamedQueryId & WithErrorMessage(Aws::String &&value)
const Aws::String & GetErrorMessage() const
void SetErrorMessage(const char *value)
UnprocessedNamedQueryId & WithErrorCode(const Aws::String &value)
void SetErrorMessage(const Aws::String &value)
void SetNamedQueryId(const char *value)
void SetErrorCode(Aws::String &&value)
UnprocessedNamedQueryId & WithErrorCode(Aws::String &&value)
UnprocessedNamedQueryId & WithErrorMessage(const Aws::String &value)
const Aws::String & GetErrorCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue