7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
60 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
72 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
80 bool m_typeHasBeenSet =
false;
83 bool m_codeHasBeenSet =
false;
86 bool m_messageHasBeenSet =
false;
void SetCode(const Aws::String &value)
bool MessageHasBeenSet() const
AWS_GLACIER_API InsufficientCapacityException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CodeHasBeenSet() const
void SetMessage(Aws::String &&value)
void SetCode(const char *value)
InsufficientCapacityException & WithMessage(const Aws::String &value)
const Aws::String & GetType() const
void SetMessage(const Aws::String &value)
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
InsufficientCapacityException & WithType(Aws::String &&value)
InsufficientCapacityException & WithCode(Aws::String &&value)
InsufficientCapacityException & WithType(const Aws::String &value)
const Aws::String & GetCode() const
void SetCode(Aws::String &&value)
InsufficientCapacityException & WithMessage(const char *value)
void SetMessage(const char *value)
AWS_GLACIER_API InsufficientCapacityException()
InsufficientCapacityException & WithType(const char *value)
const Aws::String & GetMessage() const
void SetType(const Aws::String &value)
void SetType(const char *value)
AWS_GLACIER_API InsufficientCapacityException(Aws::Utils::Json::JsonView jsonValue)
InsufficientCapacityException & WithCode(const Aws::String &value)
bool TypeHasBeenSet() const
void SetType(Aws::String &&value)
InsufficientCapacityException & WithCode(const char *value)
InsufficientCapacityException & WithMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue