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