7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
9#include <aws/route53resolver/model/FirewallRuleGroupAssociation.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace 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>
67 bool m_firewallRuleGroupAssociationHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_ROUTE53RESOLVER_API AssociateFirewallRuleGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFirewallRuleGroupAssociation(FirewallRuleGroupAssociationT &&value)
AssociateFirewallRuleGroupResult & WithFirewallRuleGroupAssociation(FirewallRuleGroupAssociationT &&value)
AWS_ROUTE53RESOLVER_API AssociateFirewallRuleGroupResult()=default
const Aws::String & GetRequestId() const
AWS_ROUTE53RESOLVER_API AssociateFirewallRuleGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateFirewallRuleGroupResult & WithRequestId(RequestIdT &&value)
const FirewallRuleGroupAssociation & GetFirewallRuleGroupAssociation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue