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