7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iottwinmaker/model/PropertyValueEntry.h>
50 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
64 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
85 bool m_errorCodeHasBeenSet =
false;
88 bool m_errorMessageHasBeenSet =
false;
91 bool m_entryHasBeenSet =
false;
void SetErrorMessage(Aws::String &&value)
BatchPutPropertyError & WithErrorMessage(const char *value)
AWS_IOTTWINMAKER_API BatchPutPropertyError & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchPutPropertyError & WithErrorCode(Aws::String &&value)
void SetErrorCode(Aws::String &&value)
void SetErrorMessage(const Aws::String &value)
AWS_IOTTWINMAKER_API BatchPutPropertyError()
bool ErrorCodeHasBeenSet() const
bool ErrorMessageHasBeenSet() const
BatchPutPropertyError & WithErrorMessage(const Aws::String &value)
BatchPutPropertyError & WithEntry(const PropertyValueEntry &value)
BatchPutPropertyError & WithErrorCode(const Aws::String &value)
BatchPutPropertyError & WithEntry(PropertyValueEntry &&value)
BatchPutPropertyError & WithErrorCode(const char *value)
const Aws::String & GetErrorCode() const
void SetEntry(const PropertyValueEntry &value)
void SetEntry(PropertyValueEntry &&value)
const PropertyValueEntry & GetEntry() const
void SetErrorCode(const Aws::String &value)
BatchPutPropertyError & WithErrorMessage(Aws::String &&value)
AWS_IOTTWINMAKER_API BatchPutPropertyError(Aws::Utils::Json::JsonView jsonValue)
bool EntryHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorCode(const char *value)
void SetErrorMessage(const char *value)
const Aws::String & GetErrorMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue