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