7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/TopicRulePayload.h>
47 template<
typename RuleNameT = Aws::String>
48 void SetRuleName(RuleNameT&& value) { m_ruleNameHasBeenSet =
true; m_ruleName = std::forward<RuleNameT>(value); }
49 template<
typename RuleNameT = Aws::String>
59 template<
typename TopicRulePayloadT = TopicRulePayload>
60 void SetTopicRulePayload(TopicRulePayloadT&& value) { m_topicRulePayloadHasBeenSet =
true; m_topicRulePayload = std::forward<TopicRulePayloadT>(value); }
61 template<
typename TopicRulePayloadT = TopicRulePayload>
75 template<
typename TagsT = Aws::String>
76 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
77 template<
typename TagsT = Aws::String>
83 bool m_ruleNameHasBeenSet =
false;
86 bool m_topicRulePayloadHasBeenSet =
false;
89 bool m_tagsHasBeenSet =
false;
const Aws::String & GetRuleName() const
CreateTopicRuleRequest & WithRuleName(RuleNameT &&value)
CreateTopicRuleRequest & WithTags(TagsT &&value)
AWS_IOT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateTopicRuleRequest & WithTopicRulePayload(TopicRulePayloadT &&value)
bool TopicRulePayloadHasBeenSet() const
const TopicRulePayload & GetTopicRulePayload() const
void SetTags(TagsT &&value)
bool RuleNameHasBeenSet() const
void SetRuleName(RuleNameT &&value)
AWS_IOT_API CreateTopicRuleRequest()=default
const Aws::String & GetTags() const
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_IOT_API Aws::String SerializePayload() const override
void SetTopicRulePayload(TopicRulePayloadT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String