7#include <aws/iot-data/IoTDataPlane_EXPORTS.h>
8#include <aws/iot-data/IoTDataPlaneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename TopicT = Aws::String>
45 void SetTopic(TopicT&& value) { m_topicHasBeenSet =
true; m_topic = std::forward<TopicT>(value); }
46 template<
typename TopicT = Aws::String>
52 bool m_topicHasBeenSet =
false;
bool TopicHasBeenSet() const
const Aws::String & GetTopic() const
virtual const char * GetServiceRequestName() const override
AWS_IOTDATAPLANE_API GetRetainedMessageRequest()=default
void SetTopic(TopicT &&value)
AWS_IOTDATAPLANE_API Aws::String SerializePayload() const override
GetRetainedMessageRequest & WithTopic(TopicT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String