7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rbin/RecycleBin_EXPORTS.h>
9#include <aws/rbin/model/ResourceNotFoundExceptionReason.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
58 m_reasonHasBeenSet =
true;
70 bool m_messageHasBeenSet =
false;
71 bool m_reasonHasBeenSet =
false;
bool ReasonHasBeenSet() const
ResourceNotFoundException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
AWS_RECYCLEBIN_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
AWS_RECYCLEBIN_API ResourceNotFoundException()=default
ResourceNotFoundException & WithReason(ResourceNotFoundExceptionReason value)
AWS_RECYCLEBIN_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
ResourceNotFoundExceptionReason GetReason() const
bool MessageHasBeenSet() const
void SetReason(ResourceNotFoundExceptionReason value)
AWS_RECYCLEBIN_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceNotFoundExceptionReason
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue