7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/route53resolver/Route53ResolverRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/route53resolver/model/Action.h>
15namespace Route53Resolver
45 template<
typename FirewallRuleGroupIdT = Aws::String>
46 void SetFirewallRuleGroupId(FirewallRuleGroupIdT&& value) { m_firewallRuleGroupIdHasBeenSet =
true; m_firewallRuleGroupId = std::forward<FirewallRuleGroupIdT>(value); }
47 template<
typename FirewallRuleGroupIdT = Aws::String>
60 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
78 inline void SetAction(
Action value) { m_actionHasBeenSet =
true; m_action = value; }
92 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
107 template<
typename NextTokenT = Aws::String>
108 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
109 template<
typename NextTokenT = Aws::String>
115 bool m_firewallRuleGroupIdHasBeenSet =
false;
118 bool m_priorityHasBeenSet =
false;
121 bool m_actionHasBeenSet =
false;
124 bool m_maxResultsHasBeenSet =
false;
127 bool m_nextTokenHasBeenSet =
false;
ListFirewallRulesRequest & WithMaxResults(int value)
int GetMaxResults() const
bool FirewallRuleGroupIdHasBeenSet() const
const Aws::String & GetNextToken() const
ListFirewallRulesRequest & WithFirewallRuleGroupId(FirewallRuleGroupIdT &&value)
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool PriorityHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool ActionHasBeenSet() const
const Aws::String & GetFirewallRuleGroupId() const
AWS_ROUTE53RESOLVER_API ListFirewallRulesRequest()=default
void SetFirewallRuleGroupId(FirewallRuleGroupIdT &&value)
AWS_ROUTE53RESOLVER_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
ListFirewallRulesRequest & WithPriority(int value)
ListFirewallRulesRequest & WithAction(Action value)
void SetPriority(int value)
bool NextTokenHasBeenSet() const
void SetAction(Action value)
AWS_ROUTE53RESOLVER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListFirewallRulesRequest & WithNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String