7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/model/ErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetCode(
const ErrorCode& value) { m_codeHasBeenSet =
true; m_code = value; }
49 inline void SetCode(
ErrorCode&& value) { m_codeHasBeenSet =
true; m_code = std::move(value); }
62 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
70 bool m_codeHasBeenSet =
false;
73 bool m_messageHasBeenSet =
false;
void SetMessage(Aws::String &&value)
void SetCode(ErrorCode &&value)
bool CodeHasBeenSet() const
bool MessageHasBeenSet() const
ConfigurationErrorDetails & WithCode(const ErrorCode &value)
AWS_IOTSITEWISE_API ConfigurationErrorDetails(Aws::Utils::Json::JsonView jsonValue)
ConfigurationErrorDetails & WithCode(ErrorCode &&value)
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
AWS_IOTSITEWISE_API ConfigurationErrorDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCode(const ErrorCode &value)
void SetMessage(const char *value)
AWS_IOTSITEWISE_API ConfigurationErrorDetails()
ConfigurationErrorDetails & WithMessage(const char *value)
ConfigurationErrorDetails & WithMessage(Aws::String &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
const ErrorCode & GetCode() const
ConfigurationErrorDetails & WithMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue