7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot/model/UserProperty.h>
59 inline void SetPayloadFormatIndicator(
const char* value) { m_payloadFormatIndicatorHasBeenSet =
true; m_payloadFormatIndicator.assign(value); }
78 inline void SetContentType(
const char* value) { m_contentTypeHasBeenSet =
true; m_contentType.assign(value); }
99 inline void SetResponseTopic(
const char* value) { m_responseTopicHasBeenSet =
true; m_responseTopic.assign(value); }
120 inline void SetCorrelationData(
const char* value) { m_correlationDataHasBeenSet =
true; m_correlationData.assign(value); }
143 inline void SetMessageExpiry(
const char* value) { m_messageExpiryHasBeenSet =
true; m_messageExpiry.assign(value); }
165 bool m_payloadFormatIndicatorHasBeenSet =
false;
168 bool m_contentTypeHasBeenSet =
false;
171 bool m_responseTopicHasBeenSet =
false;
174 bool m_correlationDataHasBeenSet =
false;
177 bool m_messageExpiryHasBeenSet =
false;
180 bool m_userPropertiesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue