7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetStatementName(
const char* value) { m_statementNameHasBeenSet =
true; m_statementName.assign(value); }
65 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
86 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
94 bool m_statementNameHasBeenSet =
false;
97 bool m_errorCodeHasBeenSet =
false;
100 bool m_errorMessageHasBeenSet =
false;
UnprocessedPreparedStatementName & WithErrorMessage(Aws::String &&value)
void SetStatementName(const char *value)
UnprocessedPreparedStatementName & WithStatementName(Aws::String &&value)
bool StatementNameHasBeenSet() const
UnprocessedPreparedStatementName & WithStatementName(const char *value)
AWS_ATHENA_API UnprocessedPreparedStatementName()
void SetErrorMessage(Aws::String &&value)
void SetStatementName(Aws::String &&value)
void SetErrorCode(const char *value)
const Aws::String & GetStatementName() const
void SetErrorMessage(const Aws::String &value)
UnprocessedPreparedStatementName & WithErrorCode(const char *value)
void SetErrorCode(const Aws::String &value)
UnprocessedPreparedStatementName & WithErrorCode(const Aws::String &value)
bool ErrorCodeHasBeenSet() const
UnprocessedPreparedStatementName & WithErrorCode(Aws::String &&value)
void SetStatementName(const Aws::String &value)
AWS_ATHENA_API UnprocessedPreparedStatementName & operator=(Aws::Utils::Json::JsonView jsonValue)
UnprocessedPreparedStatementName & WithStatementName(const Aws::String &value)
UnprocessedPreparedStatementName & WithErrorMessage(const Aws::String &value)
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ATHENA_API UnprocessedPreparedStatementName(Aws::Utils::Json::JsonView jsonValue)
void SetErrorMessage(const char *value)
bool ErrorMessageHasBeenSet() const
UnprocessedPreparedStatementName & WithErrorMessage(const char *value)
const Aws::String & GetErrorMessage() const
void SetErrorCode(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