7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/TopicRulePayload.h>
41 template <
typename RuleNameT = Aws::String>
43 m_ruleNameHasBeenSet =
true;
44 m_ruleName = std::forward<RuleNameT>(value);
46 template <
typename RuleNameT = Aws::String>
59 template <
typename TopicRulePayloadT = TopicRulePayload>
61 m_topicRulePayloadHasBeenSet =
true;
62 m_topicRulePayload = std::forward<TopicRulePayloadT>(value);
64 template <
typename TopicRulePayloadT = TopicRulePayload>
72 bool m_ruleNameHasBeenSet =
false;
75 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