7#include <aws/backup/Backup_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 SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
72 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
86 inline void SetContext(
const char* value) { m_contextHasBeenSet =
true; m_context.assign(value); }
94 bool m_codeHasBeenSet =
false;
97 bool m_messageHasBeenSet =
false;
100 bool m_typeHasBeenSet =
false;
103 bool m_contextHasBeenSet =
false;
bool ContextHasBeenSet() const
void SetMessage(const char *value)
MissingParameterValueException & WithCode(const char *value)
MissingParameterValueException & WithContext(Aws::String &&value)
void SetCode(const Aws::String &value)
void SetCode(Aws::String &&value)
void SetCode(const char *value)
bool CodeHasBeenSet() const
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
MissingParameterValueException & WithType(Aws::String &&value)
MissingParameterValueException & WithCode(const Aws::String &value)
void SetMessage(const Aws::String &value)
void SetType(const char *value)
MissingParameterValueException & WithType(const char *value)
AWS_BACKUP_API MissingParameterValueException()
MissingParameterValueException & WithContext(const Aws::String &value)
void SetType(const Aws::String &value)
AWS_BACKUP_API MissingParameterValueException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
MissingParameterValueException & WithMessage(const char *value)
const Aws::String & GetMessage() const
const Aws::String & GetType() const
void SetContext(const Aws::String &value)
MissingParameterValueException & WithCode(Aws::String &&value)
MissingParameterValueException & WithContext(const char *value)
const Aws::String & GetCode() const
MissingParameterValueException & WithType(const Aws::String &value)
MissingParameterValueException & WithMessage(Aws::String &&value)
const Aws::String & GetContext() const
void SetMessage(Aws::String &&value)
bool TypeHasBeenSet() const
AWS_BACKUP_API MissingParameterValueException & operator=(Aws::Utils::Json::JsonView jsonValue)
MissingParameterValueException & WithMessage(const Aws::String &value)
void SetType(Aws::String &&value)
void SetContext(Aws::String &&value)
void SetContext(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue