7#include <aws/rbin/RecycleBin_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rbin/model/ConflictExceptionReason.h>
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
68 bool m_messageHasBeenSet =
false;
71 bool m_reasonHasBeenSet =
false;
void SetMessage(Aws::String &&value)
AWS_RECYCLEBIN_API Aws::Utils::Json::JsonValue Jsonize() const
ConflictException & WithMessage(Aws::String &&value)
ConflictException & WithMessage(const Aws::String &value)
void SetMessage(const Aws::String &value)
ConflictException & WithReason(const ConflictExceptionReason &value)
AWS_RECYCLEBIN_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithMessage(const char *value)
void SetMessage(const char *value)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
ConflictException & WithReason(ConflictExceptionReason &&value)
void SetReason(ConflictExceptionReason &&value)
void SetReason(const ConflictExceptionReason &value)
AWS_RECYCLEBIN_API ConflictException()
bool ReasonHasBeenSet() const
AWS_RECYCLEBIN_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
const ConflictExceptionReason & GetReason() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue