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>
57 template<
typename PayloadFormatIndicatorT = Aws::String>
58 void SetPayloadFormatIndicator(PayloadFormatIndicatorT&& value) { m_payloadFormatIndicatorHasBeenSet =
true; m_payloadFormatIndicator = std::forward<PayloadFormatIndicatorT>(value); }
59 template<
typename PayloadFormatIndicatorT = Aws::String>
74 template<
typename ContentTypeT = Aws::String>
75 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
76 template<
typename ContentTypeT = Aws::String>
93 template<
typename ResponseTopicT = Aws::String>
94 void SetResponseTopic(ResponseTopicT&& value) { m_responseTopicHasBeenSet =
true; m_responseTopic = std::forward<ResponseTopicT>(value); }
95 template<
typename ResponseTopicT = Aws::String>
112 template<
typename CorrelationDataT = Aws::String>
113 void SetCorrelationData(CorrelationDataT&& value) { m_correlationDataHasBeenSet =
true; m_correlationData = std::forward<CorrelationDataT>(value); }
114 template<
typename CorrelationDataT = Aws::String>
133 template<
typename MessageExpiryT = Aws::String>
134 void SetMessageExpiry(MessageExpiryT&& value) { m_messageExpiryHasBeenSet =
true; m_messageExpiry = std::forward<MessageExpiryT>(value); }
135 template<
typename MessageExpiryT = Aws::String>
145 template<
typename UserPropertiesT = Aws::Vector<UserProperty>>
146 void SetUserProperties(UserPropertiesT&& value) { m_userPropertiesHasBeenSet =
true; m_userProperties = std::forward<UserPropertiesT>(value); }
147 template<
typename UserPropertiesT = Aws::Vector<UserProperty>>
149 template<
typename UserPropertiesT = UserProperty>
150 MqttHeaders&
AddUserProperties(UserPropertiesT&& value) { m_userPropertiesHasBeenSet =
true; m_userProperties.emplace_back(std::forward<UserPropertiesT>(value));
return *
this; }
155 bool m_payloadFormatIndicatorHasBeenSet =
false;
158 bool m_contentTypeHasBeenSet =
false;
161 bool m_responseTopicHasBeenSet =
false;
164 bool m_correlationDataHasBeenSet =
false;
167 bool m_messageExpiryHasBeenSet =
false;
170 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