7#include <aws/rbin/RecycleBin_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rbin/model/ResourceNotFoundExceptionReason.h>
45 template<
typename MessageT = Aws::String>
46 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
47 template<
typename MessageT = Aws::String>
63 bool m_messageHasBeenSet =
false;
66 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