7#include <aws/iot1click-projects/IoT1ClickProjects_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace IoT1ClickProjects
46 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
58 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
66 bool m_codeHasBeenSet =
false;
69 bool m_messageHasBeenSet =
false;
void SetMessage(const char *value)
const Aws::String & GetCode() const
void SetCode(const Aws::String &value)
ResourceConflictException & WithMessage(const char *value)
AWS_IOT1CLICKPROJECTS_API ResourceConflictException()
ResourceConflictException & WithCode(Aws::String &&value)
bool MessageHasBeenSet() const
AWS_IOT1CLICKPROJECTS_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceConflictException & WithCode(const char *value)
ResourceConflictException & WithMessage(Aws::String &&value)
const Aws::String & GetMessage() const
bool CodeHasBeenSet() const
AWS_IOT1CLICKPROJECTS_API ResourceConflictException(Aws::Utils::Json::JsonView jsonValue)
ResourceConflictException & WithMessage(const Aws::String &value)
void SetMessage(Aws::String &&value)
AWS_IOT1CLICKPROJECTS_API ResourceConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
void SetCode(const char *value)
ResourceConflictException & WithCode(const Aws::String &value)
void SetCode(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue