7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/Glacier_EXPORTS.h>
40 template <
typename TypeT = Aws::String>
42 m_typeHasBeenSet =
true;
43 m_type = std::forward<TypeT>(value);
45 template <
typename TypeT = Aws::String>
47 SetType(std::forward<TypeT>(value));
56 template <
typename CodeT = Aws::String>
58 m_codeHasBeenSet =
true;
59 m_code = std::forward<CodeT>(value);
61 template <
typename CodeT = Aws::String>
63 SetCode(std::forward<CodeT>(value));
72 template <
typename MessageT = Aws::String>
74 m_messageHasBeenSet =
true;
75 m_message = std::forward<MessageT>(value);
77 template <
typename MessageT = Aws::String>
89 bool m_typeHasBeenSet =
false;
90 bool m_codeHasBeenSet =
false;
91 bool m_messageHasBeenSet =
false;
bool MessageHasBeenSet() const
void SetType(TypeT &&value)
AWS_GLACIER_API InsufficientCapacityException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CodeHasBeenSet() const
InsufficientCapacityException & WithCode(CodeT &&value)
const Aws::String & GetType() const
void SetCode(CodeT &&value)
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
InsufficientCapacityException & WithType(TypeT &&value)
const Aws::String & GetCode() const
AWS_GLACIER_API InsufficientCapacityException()=default
const Aws::String & GetMessage() const
AWS_GLACIER_API InsufficientCapacityException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
bool TypeHasBeenSet() const
InsufficientCapacityException & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue