7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LookoutMetrics
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); }
75 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
83 bool m_messageHasBeenSet =
false;
86 bool m_resourceIdHasBeenSet =
false;
89 bool m_resourceTypeHasBeenSet =
false;
AWS_LOOKOUTMETRICS_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTMETRICS_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceId() const
bool ResourceIdHasBeenSet() const
const Aws::String & GetResourceType() const
ConflictException & WithMessage(const Aws::String &value)
ConflictException & WithResourceId(const Aws::String &value)
void SetMessage(const Aws::String &value)
ConflictException & WithResourceType(const char *value)
void SetMessage(const char *value)
ConflictException & WithResourceId(Aws::String &&value)
void SetMessage(Aws::String &&value)
void SetResourceType(const Aws::String &value)
bool MessageHasBeenSet() const
ConflictException & WithResourceType(Aws::String &&value)
ConflictException & WithMessage(Aws::String &&value)
ConflictException & WithResourceType(const Aws::String &value)
ConflictException & WithResourceId(const char *value)
bool ResourceTypeHasBeenSet() const
const Aws::String & GetMessage() const
void SetResourceType(const char *value)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
ConflictException & WithMessage(const char *value)
void SetResourceType(Aws::String &&value)
AWS_LOOKOUTMETRICS_API ConflictException()
void SetResourceId(const Aws::String &value)
void SetResourceId(Aws::String &&value)
void SetResourceId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue