Home
last modified time | relevance | path

Searched refs:m_numberOfAssociations (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-network-firewall/source/model/
H A DFirewallPolicyResponse.cpp33 m_numberOfAssociations(0), in FirewallPolicyResponse()
50 m_numberOfAssociations(0), in FirewallPolicyResponse()
119 m_numberOfAssociations = jsonValue.GetInteger("NumberOfAssociations"); in operator =()
185 payload.WithInteger("NumberOfAssociations", m_numberOfAssociations); in Jsonize()
H A DRuleGroupResponse.cpp35 m_numberOfAssociations(0), in RuleGroupResponse()
54 m_numberOfAssociations(0), in RuleGroupResponse()
130 m_numberOfAssociations = jsonValue.GetInteger("NumberOfAssociations"); in operator =()
201 payload.WithInteger("NumberOfAssociations", m_numberOfAssociations); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-network-firewall/include/aws/network-firewall/model/
H A DFirewallPolicyResponse.h379 inline int GetNumberOfAssociations() const{ return m_numberOfAssociations; } in GetNumberOfAssociations()
389 …ssociations(int value) { m_numberOfAssociationsHasBeenSet = true; m_numberOfAssociations = value; } in SetNumberOfAssociations()
422 int m_numberOfAssociations; variable
H A DRuleGroupResponse.h426 inline int GetNumberOfAssociations() const{ return m_numberOfAssociations; } in GetNumberOfAssociations()
436 …ssociations(int value) { m_numberOfAssociationsHasBeenSet = true; m_numberOfAssociations = value; } in SetNumberOfAssociations()
472 int m_numberOfAssociations; variable