7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename TypeT = Aws::String>
47 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
48 template<
typename TypeT = Aws::String>
56 template<
typename CodeT = Aws::String>
57 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
58 template<
typename CodeT = Aws::String>
66 template<
typename MessageT = Aws::String>
67 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
68 template<
typename MessageT = Aws::String>
74 bool m_typeHasBeenSet =
false;
77 bool m_codeHasBeenSet =
false;
80 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