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