7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/TopicRuleDestination.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename TopicRuleDestinationT = TopicRuleDestination>
42 void SetTopicRuleDestination(TopicRuleDestinationT&& value) { m_topicRuleDestinationHasBeenSet =
true; m_topicRuleDestination = std::forward<TopicRuleDestinationT>(value); }
43 template<
typename TopicRuleDestinationT = TopicRuleDestination>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_topicRuleDestinationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
CreateTopicRuleDestinationResult & WithTopicRuleDestination(TopicRuleDestinationT &&value)
const TopicRuleDestination & GetTopicRuleDestination() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
CreateTopicRuleDestinationResult & WithRequestId(RequestIdT &&value)
AWS_IOT_API CreateTopicRuleDestinationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOT_API CreateTopicRuleDestinationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTopicRuleDestination(TopicRuleDestinationT &&value)
AWS_IOT_API CreateTopicRuleDestinationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue