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 ResourceNotFoundException()=default
ResourceNotFoundException & WithType(TypeT &&value)
void SetType(TypeT &&value)
void SetCode(CodeT &&value)
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(MessageT &&value)
AWS_GLACIER_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
ResourceNotFoundException & WithCode(CodeT &&value)
const Aws::String & GetType() const
bool CodeHasBeenSet() const
AWS_GLACIER_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCode() const
bool MessageHasBeenSet() const
ResourceNotFoundException & WithMessage(MessageT &&value)
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue