7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename TopicT = Aws::String>
51 void SetTopic(TopicT&& value) { m_topicHasBeenSet =
true; m_topic = std::forward<TopicT>(value); }
52 template<
typename TopicT = Aws::String>
62 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 template<
typename NextTokenT = Aws::String>
75 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
76 template<
typename NextTokenT = Aws::String>
86 inline void SetRuleDisabled(
bool value) { m_ruleDisabledHasBeenSet =
true; m_ruleDisabled = value; }
92 bool m_topicHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
100 bool m_ruleDisabled{
false};
101 bool m_ruleDisabledHasBeenSet =
false;
const Aws::String & GetNextToken() const
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
bool RuleDisabledHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
ListTopicRulesRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetTopic() const
bool TopicHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool GetRuleDisabled() const
ListTopicRulesRequest & WithRuleDisabled(bool value)
void SetRuleDisabled(bool value)
ListTopicRulesRequest & WithMaxResults(int value)
ListTopicRulesRequest & WithTopic(TopicT &&value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetTopic(TopicT &&value)
AWS_IOT_API ListTopicRulesRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String