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;
bool CodeHasBeenSet() const
AWS_NEPTUNEDATA_API ExpiredStreamException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDetailedMessage() const
const Aws::String & GetRequestId() const
ExpiredStreamException & WithDetailedMessage(const char *value)
void SetCode(const char *value)
void SetDetailedMessage(const Aws::String &value)
ExpiredStreamException & WithDetailedMessage(const Aws::String &value)
ExpiredStreamException & WithDetailedMessage(Aws::String &&value)
ExpiredStreamException & WithCode(const Aws::String &value)
ExpiredStreamException & WithCode(const char *value)
bool RequestIdHasBeenSet() const
ExpiredStreamException & WithCode(Aws::String &&value)
ExpiredStreamException & WithRequestId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
void SetCode(const Aws::String &value)
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCode() const
void SetRequestId(Aws::String &&value)
bool DetailedMessageHasBeenSet() const
AWS_NEPTUNEDATA_API ExpiredStreamException()
AWS_NEPTUNEDATA_API ExpiredStreamException & operator=(Aws::Utils::Json::JsonView jsonValue)
ExpiredStreamException & WithRequestId(Aws::String &&value)
void SetDetailedMessage(const char *value)
void SetRequestId(const char *value)
void SetCode(Aws::String &&value)
void SetDetailedMessage(Aws::String &&value)
ExpiredStreamException & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue