7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetTopic(
const char* value) { m_topicHasBeenSet =
true; m_topic.assign(value); }
64 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
78 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
90 inline void SetRuleDisabled(
bool value) { m_ruleDisabledHasBeenSet =
true; m_ruleDisabled = value; }
96 bool m_topicHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
105 bool m_ruleDisabledHasBeenSet =
false;
const Aws::String & GetNextToken() const
int GetMaxResults() const
bool NextTokenHasBeenSet() const
bool RuleDisabledHasBeenSet() const
void SetTopic(Aws::String &&value)
ListTopicRulesRequest & WithTopic(const char *value)
AWS_IOT_API Aws::String SerializePayload() const override
void SetTopic(const Aws::String &value)
ListTopicRulesRequest & WithTopic(Aws::String &&value)
ListTopicRulesRequest & WithNextToken(Aws::String &&value)
void SetNextToken(Aws::String &&value)
void SetNextToken(const char *value)
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetTopic() const
AWS_IOT_API ListTopicRulesRequest()
bool TopicHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool GetRuleDisabled() const
ListTopicRulesRequest & WithTopic(const Aws::String &value)
ListTopicRulesRequest & WithRuleDisabled(bool value)
void SetRuleDisabled(bool value)
ListTopicRulesRequest & WithNextToken(const char *value)
ListTopicRulesRequest & WithMaxResults(int value)
void SetNextToken(const Aws::String &value)
ListTopicRulesRequest & WithNextToken(const Aws::String &value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetTopic(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String