7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cleanrooms/model/ResourceType.h>
10#include <aws/cleanrooms/model/ConflictExceptionReason.h>
49 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
63 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
95 bool m_messageHasBeenSet =
false;
98 bool m_resourceIdHasBeenSet =
false;
101 bool m_resourceTypeHasBeenSet =
false;
104 bool m_reasonHasBeenSet =
false;
bool ReasonHasBeenSet() const
const Aws::String & GetMessage() const
AWS_CLEANROOMS_API ConflictException()
ConflictException & WithMessage(const Aws::String &value)
const ConflictExceptionReason & GetReason() const
ConflictException & WithReason(ConflictExceptionReason &&value)
void SetResourceId(const char *value)
void SetResourceId(const Aws::String &value)
ConflictException & WithResourceId(Aws::String &&value)
bool MessageHasBeenSet() const
void SetMessage(const Aws::String &value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(ResourceType &&value)
ConflictException & WithResourceType(ResourceType &&value)
ConflictException & WithResourceType(const ResourceType &value)
ConflictException & WithResourceId(const Aws::String &value)
void SetResourceType(const ResourceType &value)
AWS_CLEANROOMS_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceId() const
ConflictException & WithResourceId(const char *value)
void SetResourceId(Aws::String &&value)
bool ResourceTypeHasBeenSet() const
const ResourceType & GetResourceType() const
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
void SetReason(ConflictExceptionReason &&value)
ConflictException & WithMessage(Aws::String &&value)
ConflictException & WithMessage(const char *value)
void SetReason(const ConflictExceptionReason &value)
bool ResourceIdHasBeenSet() const
ConflictException & WithReason(const ConflictExceptionReason &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue