7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
67 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
82 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
90 bool m_messageHasBeenSet =
false;
93 bool m_resourceIdHasBeenSet =
false;
96 bool m_resourceTypeHasBeenSet =
false;
void SetMessage(const char *value)
bool ResourceTypeHasBeenSet() const
AWS_PCS_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithMessage(const Aws::String &value)
const Aws::String & GetResourceId() const
void SetResourceId(const char *value)
void SetMessage(const Aws::String &value)
const Aws::String & GetMessage() const
const Aws::String & GetResourceType() const
ConflictException & WithResourceId(Aws::String &&value)
void SetResourceId(const Aws::String &value)
bool MessageHasBeenSet() const
ConflictException & WithResourceType(const char *value)
void SetResourceType(const char *value)
ConflictException & WithMessage(const char *value)
ConflictException & WithResourceId(const char *value)
AWS_PCS_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithMessage(Aws::String &&value)
ConflictException & WithResourceType(const Aws::String &value)
void SetMessage(Aws::String &&value)
ConflictException & WithResourceType(Aws::String &&value)
void SetResourceId(Aws::String &&value)
bool ResourceIdHasBeenSet() const
ConflictException & WithResourceId(const Aws::String &value)
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceType(Aws::String &&value)
AWS_PCS_API ConflictException()
void SetResourceType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue