7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
60 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
74 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
88 inline void SetContext(
const char* value) { m_contextHasBeenSet =
true; m_context.assign(value); }
96 bool m_codeHasBeenSet =
false;
99 bool m_messageHasBeenSet =
false;
102 bool m_typeHasBeenSet =
false;
105 bool m_contextHasBeenSet =
false;
bool MessageHasBeenSet() const
DependencyFailureException & WithMessage(const Aws::String &value)
DependencyFailureException & WithContext(Aws::String &&value)
DependencyFailureException & WithType(Aws::String &&value)
AWS_BACKUP_API DependencyFailureException()
void SetCode(const Aws::String &value)
void SetContext(Aws::String &&value)
void SetMessage(Aws::String &&value)
AWS_BACKUP_API DependencyFailureException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
DependencyFailureException & WithType(const char *value)
DependencyFailureException & WithMessage(Aws::String &&value)
DependencyFailureException & WithMessage(const char *value)
bool CodeHasBeenSet() const
DependencyFailureException & WithContext(const Aws::String &value)
DependencyFailureException & WithType(const Aws::String &value)
const Aws::String & GetCode() const
DependencyFailureException & WithCode(const Aws::String &value)
void SetMessage(const Aws::String &value)
bool TypeHasBeenSet() const
void SetType(const char *value)
DependencyFailureException & WithCode(const char *value)
const Aws::String & GetType() const
void SetCode(const char *value)
void SetContext(const char *value)
void SetCode(Aws::String &&value)
const Aws::String & GetContext() const
DependencyFailureException & WithContext(const char *value)
void SetType(const Aws::String &value)
DependencyFailureException & WithCode(Aws::String &&value)
AWS_BACKUP_API DependencyFailureException(Aws::Utils::Json::JsonView jsonValue)
void SetContext(const Aws::String &value)
bool ContextHasBeenSet() const
const Aws::String & GetMessage() const
void SetType(Aws::String &&value)
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue