7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
10#include <aws/route53resolver/model/FirewallRuleGroupAssociation.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Route53Resolver {
37 template <
typename FirewallRuleGroupAssociationT = FirewallRuleGroupAssociation>
39 m_firewallRuleGroupAssociationHasBeenSet =
true;
40 m_firewallRuleGroupAssociation = std::forward<FirewallRuleGroupAssociationT>(value);
42 template <
typename FirewallRuleGroupAssociationT = FirewallRuleGroupAssociation>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_firewallRuleGroupAssociationHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_ROUTE53RESOLVER_API DisassociateFirewallRuleGroupResult()=default
const FirewallRuleGroupAssociation & GetFirewallRuleGroupAssociation() const
DisassociateFirewallRuleGroupResult & WithFirewallRuleGroupAssociation(FirewallRuleGroupAssociationT &&value)
AWS_ROUTE53RESOLVER_API DisassociateFirewallRuleGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
DisassociateFirewallRuleGroupResult & WithRequestId(RequestIdT &&value)
void SetFirewallRuleGroupAssociation(FirewallRuleGroupAssociationT &&value)
AWS_ROUTE53RESOLVER_API DisassociateFirewallRuleGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue