7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetDetailedMessage(
const char* value) { m_detailedMessageHasBeenSet =
true; m_detailedMessage.assign(value); }
63 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
77 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
85 bool m_detailedMessageHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
91 bool m_codeHasBeenSet =
false;
void SetRequestId(const Aws::String &value)
ServerShutdownException & WithCode(const char *value)
AWS_NEPTUNEDATA_API ServerShutdownException(Aws::Utils::Json::JsonView jsonValue)
void SetDetailedMessage(const char *value)
void SetCode(const Aws::String &value)
ServerShutdownException & WithDetailedMessage(const Aws::String &value)
ServerShutdownException & WithRequestId(const char *value)
void SetDetailedMessage(const Aws::String &value)
ServerShutdownException & WithDetailedMessage(const char *value)
const Aws::String & GetRequestId() const
const Aws::String & GetDetailedMessage() const
bool DetailedMessageHasBeenSet() const
ServerShutdownException & WithDetailedMessage(Aws::String &&value)
AWS_NEPTUNEDATA_API ServerShutdownException()
bool RequestIdHasBeenSet() const
void SetDetailedMessage(Aws::String &&value)
const Aws::String & GetCode() const
ServerShutdownException & WithCode(Aws::String &&value)
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCode(Aws::String &&value)
ServerShutdownException & WithRequestId(const Aws::String &value)
void SetCode(const char *value)
ServerShutdownException & WithRequestId(Aws::String &&value)
ServerShutdownException & WithCode(const Aws::String &value)
bool CodeHasBeenSet() const
AWS_NEPTUNEDATA_API ServerShutdownException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRequestId(Aws::String &&value)
void SetRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue