7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetMessageId(
const char* value) { m_messageIdHasBeenSet =
true; m_messageId.assign(value); }
63 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
77 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
85 bool m_messageIdHasBeenSet =
false;
88 bool m_errorCodeHasBeenSet =
false;
91 bool m_errorMessageHasBeenSet =
false;
BatchPutMessageErrorEntry & WithErrorMessage(const Aws::String &value)
void SetErrorMessage(const char *value)
const Aws::String & GetErrorMessage() const
AWS_IOTANALYTICS_API BatchPutMessageErrorEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessageId(Aws::String &&value)
void SetErrorMessage(const Aws::String &value)
BatchPutMessageErrorEntry & WithErrorCode(Aws::String &&value)
const Aws::String & GetErrorCode() const
void SetErrorCode(Aws::String &&value)
void SetMessageId(const char *value)
AWS_IOTANALYTICS_API BatchPutMessageErrorEntry(Aws::Utils::Json::JsonView jsonValue)
BatchPutMessageErrorEntry & WithMessageId(const char *value)
BatchPutMessageErrorEntry & WithErrorMessage(const char *value)
void SetErrorCode(const Aws::String &value)
void SetMessageId(const Aws::String &value)
BatchPutMessageErrorEntry & WithErrorCode(const Aws::String &value)
const Aws::String & GetMessageId() const
bool ErrorMessageHasBeenSet() const
bool ErrorCodeHasBeenSet() const
bool MessageIdHasBeenSet() const
BatchPutMessageErrorEntry & WithMessageId(Aws::String &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorCode(const char *value)
BatchPutMessageErrorEntry & WithMessageId(const Aws::String &value)
BatchPutMessageErrorEntry & WithErrorMessage(Aws::String &&value)
BatchPutMessageErrorEntry & WithErrorCode(const char *value)
void SetErrorMessage(Aws::String &&value)
AWS_IOTANALYTICS_API BatchPutMessageErrorEntry()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue