7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dataexchange/model/ResourceType.h>
51 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
65 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
85 bool m_messageHasBeenSet =
false;
88 bool m_resourceIdHasBeenSet =
false;
91 bool m_resourceTypeHasBeenSet =
false;
AWS_DATAEXCHANGE_API ConflictException()
void SetMessage(const Aws::String &value)
void SetResourceType(ResourceType &&value)
ConflictException & WithResourceType(ResourceType &&value)
ConflictException & WithResourceId(Aws::String &&value)
ConflictException & WithMessage(const Aws::String &value)
bool ResourceTypeHasBeenSet() const
bool MessageHasBeenSet() const
ConflictException & WithMessage(const char *value)
ConflictException & WithResourceId(const Aws::String &value)
void SetResourceType(const ResourceType &value)
ConflictException & WithMessage(Aws::String &&value)
bool ResourceIdHasBeenSet() const
void SetResourceId(Aws::String &&value)
const Aws::String & GetMessage() const
void SetResourceId(const char *value)
AWS_DATAEXCHANGE_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
void SetResourceId(const Aws::String &value)
ConflictException & WithResourceId(const char *value)
const ResourceType & GetResourceType() const
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(Aws::String &&value)
ConflictException & WithResourceType(const ResourceType &value)
AWS_DATAEXCHANGE_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceId() const
void SetMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue