7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
60 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
68 bool m_messageHasBeenSet =
false;
71 bool m_resourceIdHasBeenSet =
false;
bool ResourceIdHasBeenSet() const
ConflictException & WithMessage(const Aws::String &value)
void SetMessage(Aws::String &&value)
AWS_IOT_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
ConflictException & WithMessage(Aws::String &&value)
const Aws::String & GetResourceId() const
bool MessageHasBeenSet() const
void SetMessage(const Aws::String &value)
ConflictException & WithMessage(const char *value)
void SetMessage(const char *value)
ConflictException & WithResourceId(const char *value)
void SetResourceId(Aws::String &&value)
ConflictException & WithResourceId(const Aws::String &value)
AWS_IOT_API ConflictException()
const Aws::String & GetMessage() const
AWS_IOT_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithResourceId(Aws::String &&value)
void SetResourceId(const 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