7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetRuleArn(
const char* value) { m_ruleArnHasBeenSet =
true; m_ruleArn.assign(value); }
63 inline void SetRuleName(
const char* value) { m_ruleNameHasBeenSet =
true; m_ruleName.assign(value); }
77 inline void SetTopicPattern(
const char* value) { m_topicPatternHasBeenSet =
true; m_topicPattern.assign(value); }
101 inline void SetRuleDisabled(
bool value) { m_ruleDisabledHasBeenSet =
true; m_ruleDisabled = value; }
107 bool m_ruleArnHasBeenSet =
false;
110 bool m_ruleNameHasBeenSet =
false;
113 bool m_topicPatternHasBeenSet =
false;
116 bool m_createdAtHasBeenSet =
false;
119 bool m_ruleDisabledHasBeenSet =
false;
void SetRuleName(Aws::String &&value)
bool RuleArnHasBeenSet() const
TopicRuleListItem & WithRuleName(const Aws::String &value)
TopicRuleListItem & WithRuleDisabled(bool value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
void SetTopicPattern(const char *value)
TopicRuleListItem & WithRuleName(const char *value)
AWS_IOT_API TopicRuleListItem(Aws::Utils::Json::JsonView jsonValue)
void SetTopicPattern(Aws::String &&value)
bool GetRuleDisabled() const
void SetTopicPattern(const Aws::String &value)
TopicRuleListItem & WithTopicPattern(const Aws::String &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
TopicRuleListItem & WithTopicPattern(Aws::String &&value)
TopicRuleListItem & WithRuleArn(const Aws::String &value)
void SetRuleDisabled(bool value)
AWS_IOT_API TopicRuleListItem()
void SetRuleName(const Aws::String &value)
AWS_IOT_API TopicRuleListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTopicPattern() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
TopicRuleListItem & WithCreatedAt(const Aws::Utils::DateTime &value)
const Aws::String & GetRuleName() const
void SetRuleArn(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetRuleArn() const
TopicRuleListItem & WithRuleArn(const char *value)
bool RuleDisabledHasBeenSet() const
bool TopicPatternHasBeenSet() const
void SetRuleArn(const Aws::String &value)
void SetRuleName(const char *value)
TopicRuleListItem & WithTopicPattern(const char *value)
TopicRuleListItem & WithRuleName(Aws::String &&value)
bool RuleNameHasBeenSet() const
TopicRuleListItem & WithRuleArn(Aws::String &&value)
void SetRuleArn(const char *value)
TopicRuleListItem & WithCreatedAt(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue