7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/route53resolver/model/FirewallRuleGroupAssociation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace Route53Resolver
41 template<
typename FirewallRuleGroupAssociationT = FirewallRuleGroupAssociation>
42 void SetFirewallRuleGroupAssociation(FirewallRuleGroupAssociationT&& value) { m_firewallRuleGroupAssociationHasBeenSet =
true; m_firewallRuleGroupAssociation = std::forward<FirewallRuleGroupAssociationT>(value); }
43 template<
typename FirewallRuleGroupAssociationT = FirewallRuleGroupAssociation>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_firewallRuleGroupAssociationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_ROUTE53RESOLVER_API UpdateFirewallRuleGroupAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateFirewallRuleGroupAssociationResult & WithFirewallRuleGroupAssociation(FirewallRuleGroupAssociationT &&value)
AWS_ROUTE53RESOLVER_API UpdateFirewallRuleGroupAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const FirewallRuleGroupAssociation & GetFirewallRuleGroupAssociation() const
AWS_ROUTE53RESOLVER_API UpdateFirewallRuleGroupAssociationResult()=default
void SetRequestId(RequestIdT &&value)
UpdateFirewallRuleGroupAssociationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetFirewallRuleGroupAssociation(FirewallRuleGroupAssociationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue