7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot-data/IoTDataPlaneRequest.h>
9#include <aws/iot-data/IoTDataPlane_EXPORTS.h>
14namespace IoTDataPlane {
40 template <
typename TopicT = Aws::String>
42 m_topicHasBeenSet =
true;
43 m_topic = std::forward<TopicT>(value);
45 template <
typename TopicT = Aws::String>
47 SetTopic(std::forward<TopicT>(value));
53 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