7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/Glacier_EXPORTS.h>
41 template <
typename TypeT = Aws::String>
43 m_typeHasBeenSet =
true;
44 m_type = std::forward<TypeT>(value);
46 template <
typename TypeT = Aws::String>
48 SetType(std::forward<TypeT>(value));
59 template <
typename CodeT = Aws::String>
61 m_codeHasBeenSet =
true;
62 m_code = std::forward<CodeT>(value);
64 template <
typename CodeT = Aws::String>
66 SetCode(std::forward<CodeT>(value));
78 template <
typename MessageT = Aws::String>
80 m_messageHasBeenSet =
true;
81 m_message = std::forward<MessageT>(value);
83 template <
typename MessageT = Aws::String>
95 bool m_typeHasBeenSet =
false;
96 bool m_codeHasBeenSet =
false;
97 bool m_messageHasBeenSet =
false;
AWS_GLACIER_API LimitExceededException()=default
LimitExceededException & WithType(TypeT &&value)
void SetType(TypeT &&value)
const Aws::String & GetType() const
bool TypeHasBeenSet() const
bool CodeHasBeenSet() const
bool MessageHasBeenSet() const
AWS_GLACIER_API LimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCode() const
void SetMessage(MessageT &&value)
LimitExceededException & WithCode(CodeT &&value)
void SetCode(CodeT &&value)
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
LimitExceededException & WithMessage(MessageT &&value)
AWS_GLACIER_API LimitExceededException(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue