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>
45 template<
typename RuleNameT = Aws::String>
46 void SetRuleName(RuleNameT&& value) { m_ruleNameHasBeenSet =
true; m_ruleName = std::forward<RuleNameT>(value); }
47 template<
typename RuleNameT = Aws::String>
57 template<
typename TopicRulePayloadT = TopicRulePayload>
58 void SetTopicRulePayload(TopicRulePayloadT&& value) { m_topicRulePayloadHasBeenSet =
true; m_topicRulePayload = std::forward<TopicRulePayloadT>(value); }
59 template<
typename TopicRulePayloadT = TopicRulePayload>
65 bool m_ruleNameHasBeenSet =
false;
68 bool m_topicRulePayloadHasBeenSet =
false;
void SetTopicRulePayload(TopicRulePayloadT &&value)
void SetRuleName(RuleNameT &&value)
ReplaceTopicRuleRequest & WithRuleName(RuleNameT &&value)
const TopicRulePayload & GetTopicRulePayload() const
bool TopicRulePayloadHasBeenSet() const
AWS_IOT_API ReplaceTopicRuleRequest()=default
bool RuleNameHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
ReplaceTopicRuleRequest & WithTopicRulePayload(TopicRulePayloadT &&value)
const Aws::String & GetRuleName() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String