7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
58 inline void SetDocs(
const char* value) { m_docsHasBeenSet =
true; m_docs.assign(value); }
70 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
81 inline void SetTip(
Aws::String&& value) { m_tipHasBeenSet =
true; m_tip = std::move(value); }
82 inline void SetTip(
const char* value) { m_tipHasBeenSet =
true; m_tip.assign(value); }
90 bool m_codeHasBeenSet =
false;
93 bool m_docsHasBeenSet =
false;
96 bool m_messageHasBeenSet =
false;
99 bool m_tipHasBeenSet =
false;
void SetCode(Aws::String &&value)
ServiceException & WithMessage(const Aws::String &value)
void SetDocs(Aws::String &&value)
ServiceException & WithMessage(const char *value)
const Aws::String & GetTip() const
void SetMessage(const Aws::String &value)
void SetCode(const char *value)
AWS_LIGHTSAIL_API ServiceException(Aws::Utils::Json::JsonView jsonValue)
ServiceException & WithCode(const char *value)
ServiceException & WithDocs(const char *value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCode(const Aws::String &value)
ServiceException & WithCode(Aws::String &&value)
const Aws::String & GetDocs() const
void SetTip(const Aws::String &value)
void SetDocs(const Aws::String &value)
bool MessageHasBeenSet() const
ServiceException & WithCode(const Aws::String &value)
bool CodeHasBeenSet() const
bool TipHasBeenSet() const
void SetMessage(Aws::String &&value)
ServiceException & WithDocs(Aws::String &&value)
void SetMessage(const char *value)
AWS_LIGHTSAIL_API ServiceException()
const Aws::String & GetCode() const
ServiceException & WithDocs(const Aws::String &value)
void SetTip(Aws::String &&value)
void SetTip(const char *value)
ServiceException & WithTip(Aws::String &&value)
AWS_LIGHTSAIL_API ServiceException & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceException & WithTip(const char *value)
bool DocsHasBeenSet() const
void SetDocs(const char *value)
ServiceException & WithTip(const Aws::String &value)
const Aws::String & GetMessage() const
ServiceException & WithMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue