7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/route53resolver/Route53ResolverRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace Route53Resolver
43 template<
typename FirewallRuleGroupAssociationIdT = Aws::String>
44 void SetFirewallRuleGroupAssociationId(FirewallRuleGroupAssociationIdT&& value) { m_firewallRuleGroupAssociationIdHasBeenSet =
true; m_firewallRuleGroupAssociationId = std::forward<FirewallRuleGroupAssociationIdT>(value); }
45 template<
typename FirewallRuleGroupAssociationIdT = Aws::String>
51 bool m_firewallRuleGroupAssociationIdHasBeenSet =
false;
AWS_ROUTE53RESOLVER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DisassociateFirewallRuleGroupRequest & WithFirewallRuleGroupAssociationId(FirewallRuleGroupAssociationIdT &&value)
const Aws::String & GetFirewallRuleGroupAssociationId() const
AWS_ROUTE53RESOLVER_API DisassociateFirewallRuleGroupRequest()=default
AWS_ROUTE53RESOLVER_API Aws::String SerializePayload() const override
bool FirewallRuleGroupAssociationIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetFirewallRuleGroupAssociationId(FirewallRuleGroupAssociationIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String