Home
last modified time | relevance | path

Searched refs:m_ipCountryHasBeenSet (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-macie2/source/model/
H A DIpAddressDetails.cpp24 m_ipCountryHasBeenSet(false), in IpAddressDetails()
33 m_ipCountryHasBeenSet(false), in IpAddressDetails()
60 m_ipCountryHasBeenSet = true; in operator =()
96 if(m_ipCountryHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-macie2/include/aws/macie2/model/
H A DIpAddressDetails.h125 inline bool IpCountryHasBeenSet() const { return m_ipCountryHasBeenSet; } in IpCountryHasBeenSet()
130 …inline void SetIpCountry(const IpCountry& value) { m_ipCountryHasBeenSet = true; m_ipCountry = val… in SetIpCountry()
135 …inline void SetIpCountry(IpCountry&& value) { m_ipCountryHasBeenSet = true; m_ipCountry = std::mov… in SetIpCountry()
224 bool m_ipCountryHasBeenSet; variable