7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename TypeT = Aws::String>
48 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
49 template<
typename TypeT = Aws::String>
59 template<
typename CodeT = Aws::String>
60 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
61 template<
typename CodeT = Aws::String>
72 template<
typename MessageT = Aws::String>
73 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
74 template<
typename MessageT = Aws::String>
80 bool m_typeHasBeenSet =
false;
83 bool m_codeHasBeenSet =
false;
86 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