7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
9#include <aws/macie2/model/IpCity.h>
10#include <aws/macie2/model/IpCountry.h>
11#include <aws/macie2/model/IpGeoLocation.h>
12#include <aws/macie2/model/IpOwner.h>
45 template <
typename IpAddressV4T = Aws::String>
47 m_ipAddressV4HasBeenSet =
true;
48 m_ipAddressV4 = std::forward<IpAddressV4T>(value);
50 template <
typename IpAddressV4T = Aws::String>
63 template <
typename IpCityT = IpCity>
65 m_ipCityHasBeenSet =
true;
66 m_ipCity = std::forward<IpCityT>(value);
68 template <
typename IpCityT = IpCity>
81 template <
typename IpCountryT = IpCountry>
83 m_ipCountryHasBeenSet =
true;
84 m_ipCountry = std::forward<IpCountryT>(value);
86 template <
typename IpCountryT = IpCountry>
100 template <
typename IpGeoLocationT = IpGeoLocation>
102 m_ipGeoLocationHasBeenSet =
true;
103 m_ipGeoLocation = std::forward<IpGeoLocationT>(value);
105 template <
typename IpGeoLocationT = IpGeoLocation>
118 template <
typename IpOwnerT = IpOwner>
120 m_ipOwnerHasBeenSet =
true;
121 m_ipOwner = std::forward<IpOwnerT>(value);
123 template <
typename IpOwnerT = IpOwner>
139 bool m_ipAddressV4HasBeenSet =
false;
140 bool m_ipCityHasBeenSet =
false;
141 bool m_ipCountryHasBeenSet =
false;
142 bool m_ipGeoLocationHasBeenSet =
false;
143 bool m_ipOwnerHasBeenSet =
false;
const IpCountry & GetIpCountry() const
bool IpOwnerHasBeenSet() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
IpAddressDetails & WithIpOwner(IpOwnerT &&value)
AWS_MACIE2_API IpAddressDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const IpCity & GetIpCity() const
IpAddressDetails & WithIpAddressV4(IpAddressV4T &&value)
void SetIpCountry(IpCountryT &&value)
void SetIpGeoLocation(IpGeoLocationT &&value)
const IpOwner & GetIpOwner() const
bool IpGeoLocationHasBeenSet() const
const Aws::String & GetIpAddressV4() const
bool IpAddressV4HasBeenSet() const
bool IpCityHasBeenSet() const
AWS_MACIE2_API IpAddressDetails(Aws::Utils::Json::JsonView jsonValue)
const IpGeoLocation & GetIpGeoLocation() const
bool IpCountryHasBeenSet() const
void SetIpOwner(IpOwnerT &&value)
void SetIpCity(IpCityT &&value)
AWS_MACIE2_API IpAddressDetails()=default
void SetIpAddressV4(IpAddressV4T &&value)
IpAddressDetails & WithIpCity(IpCityT &&value)
IpAddressDetails & WithIpGeoLocation(IpGeoLocationT &&value)
IpAddressDetails & WithIpCountry(IpCountryT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue