15namespace NetworkFirewall
71 inline void SetRuleGroupName(
const char* value) { m_ruleGroupNameHasBeenSet =
true; m_ruleGroupName.assign(value); }
123 inline void SetRuleGroupArn(
const char* value) { m_ruleGroupArnHasBeenSet =
true; m_ruleGroupArn.assign(value); }
195 bool m_ruleGroupNameHasBeenSet =
false;
198 bool m_ruleGroupArnHasBeenSet =
false;
201 bool m_typeHasBeenSet =
false;
#define AWS_NETWORKFIREWALL_API
void SetRuleGroupArn(const char *value)
void SetType(RuleGroupType &&value)
DescribeRuleGroupRequest & WithRuleGroupName(const char *value)
void SetRuleGroupName(const char *value)
void SetRuleGroupName(Aws::String &&value)
const Aws::String & GetRuleGroupName() const
bool TypeHasBeenSet() const
const Aws::String & GetRuleGroupArn() const
DescribeRuleGroupRequest & WithType(const RuleGroupType &value)
AWS_NETWORKFIREWALL_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool RuleGroupNameHasBeenSet() const
AWS_NETWORKFIREWALL_API DescribeRuleGroupRequest()
DescribeRuleGroupRequest & WithRuleGroupArn(const Aws::String &value)
DescribeRuleGroupRequest & WithRuleGroupArn(Aws::String &&value)
DescribeRuleGroupRequest & WithType(RuleGroupType &&value)
DescribeRuleGroupRequest & WithRuleGroupName(Aws::String &&value)
DescribeRuleGroupRequest & WithRuleGroupName(const Aws::String &value)
DescribeRuleGroupRequest & WithRuleGroupArn(const char *value)
void SetRuleGroupArn(const Aws::String &value)
bool RuleGroupArnHasBeenSet() const
AWS_NETWORKFIREWALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetType(const RuleGroupType &value)
const RuleGroupType & GetType() const
void SetRuleGroupArn(Aws::String &&value)
void SetRuleGroupName(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String