7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 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); }
77 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
85 bool m_messageHasBeenSet =
false;
88 bool m_resourceIdHasBeenSet =
false;
91 bool m_resourceTypeHasBeenSet =
false;
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetResourceType() const
AWS_DEVOPSGURU_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithResourceId(Aws::String &&value)
void SetResourceType(const Aws::String &value)
AWS_DEVOPSGURU_API ConflictException()
ConflictException & WithMessage(Aws::String &&value)
void SetResourceId(Aws::String &&value)
void SetMessage(Aws::String &&value)
bool ResourceTypeHasBeenSet() const
void SetResourceType(const char *value)
ConflictException & WithResourceType(Aws::String &&value)
ConflictException & WithResourceId(const char *value)
void SetMessage(const Aws::String &value)
void SetResourceId(const char *value)
ConflictException & WithResourceId(const Aws::String &value)
ConflictException & WithMessage(const Aws::String &value)
ConflictException & WithResourceType(const char *value)
void SetResourceType(Aws::String &&value)
AWS_DEVOPSGURU_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
void SetResourceId(const Aws::String &value)
ConflictException & WithResourceType(const Aws::String &value)
ConflictException & WithMessage(const char *value)
bool ResourceIdHasBeenSet() const
void SetMessage(const char *value)
const Aws::String & GetResourceId() const
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue