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