7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/network-firewall/NetworkFirewallRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/network-firewall/model/RuleGroupType.h>
15namespace NetworkFirewall
46 template<
typename RuleGroupNameT = Aws::String>
47 void SetRuleGroupName(RuleGroupNameT&& value) { m_ruleGroupNameHasBeenSet =
true; m_ruleGroupName = std::forward<RuleGroupNameT>(value); }
48 template<
typename RuleGroupNameT = Aws::String>
59 template<
typename RuleGroupArnT = Aws::String>
60 void SetRuleGroupArn(RuleGroupArnT&& value) { m_ruleGroupArnHasBeenSet =
true; m_ruleGroupArn = std::forward<RuleGroupArnT>(value); }
61 template<
typename RuleGroupArnT = Aws::String>
86 inline void SetAnalyzeRuleGroup(
bool value) { m_analyzeRuleGroupHasBeenSet =
true; m_analyzeRuleGroup = value; }
92 bool m_ruleGroupNameHasBeenSet =
false;
95 bool m_ruleGroupArnHasBeenSet =
false;
98 bool m_typeHasBeenSet =
false;
100 bool m_analyzeRuleGroup{
false};
101 bool m_analyzeRuleGroupHasBeenSet =
false;
bool AnalyzeRuleGroupHasBeenSet() const
void SetRuleGroupName(RuleGroupNameT &&value)
const Aws::String & GetRuleGroupName() const
bool TypeHasBeenSet() const
const Aws::String & GetRuleGroupArn() const
void SetAnalyzeRuleGroup(bool value)
AWS_NETWORKFIREWALL_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool RuleGroupNameHasBeenSet() const
DescribeRuleGroupRequest & WithAnalyzeRuleGroup(bool value)
RuleGroupType GetType() const
bool GetAnalyzeRuleGroup() const
DescribeRuleGroupRequest & WithRuleGroupName(RuleGroupNameT &&value)
AWS_NETWORKFIREWALL_API DescribeRuleGroupRequest()=default
bool RuleGroupArnHasBeenSet() const
AWS_NETWORKFIREWALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeRuleGroupRequest & WithType(RuleGroupType value)
DescribeRuleGroupRequest & WithRuleGroupArn(RuleGroupArnT &&value)
void SetRuleGroupArn(RuleGroupArnT &&value)
void SetType(RuleGroupType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String