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/MutationProtectionStatus.h>
15namespace Route53Resolver
31 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateFirewallRuleGroupAssociation"; }
44 template<
typename FirewallRuleGroupAssociationIdT = Aws::String>
45 void SetFirewallRuleGroupAssociationId(FirewallRuleGroupAssociationIdT&& value) { m_firewallRuleGroupAssociationIdHasBeenSet =
true; m_firewallRuleGroupAssociationId = std::forward<FirewallRuleGroupAssociationIdT>(value); }
46 template<
typename FirewallRuleGroupAssociationIdT = Aws::String>
63 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
85 template<
typename NameT = Aws::String>
86 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
87 template<
typename NameT = Aws::String>
93 bool m_firewallRuleGroupAssociationIdHasBeenSet =
false;
96 bool m_priorityHasBeenSet =
false;
99 bool m_mutationProtectionHasBeenSet =
false;
102 bool m_nameHasBeenSet =
false;
const Aws::String & GetFirewallRuleGroupAssociationId() const
bool FirewallRuleGroupAssociationIdHasBeenSet() const
bool PriorityHasBeenSet() const
void SetFirewallRuleGroupAssociationId(FirewallRuleGroupAssociationIdT &&value)
UpdateFirewallRuleGroupAssociationRequest & WithFirewallRuleGroupAssociationId(FirewallRuleGroupAssociationIdT &&value)
UpdateFirewallRuleGroupAssociationRequest & WithName(NameT &&value)
void SetName(NameT &&value)
bool MutationProtectionHasBeenSet() const
void SetMutationProtection(MutationProtectionStatus value)
void SetPriority(int value)
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53RESOLVER_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
MutationProtectionStatus GetMutationProtection() const
AWS_ROUTE53RESOLVER_API UpdateFirewallRuleGroupAssociationRequest()=default
UpdateFirewallRuleGroupAssociationRequest & WithPriority(int value)
AWS_ROUTE53RESOLVER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NameHasBeenSet() const
UpdateFirewallRuleGroupAssociationRequest & WithMutationProtection(MutationProtectionStatus value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String