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