7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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>
51 template<
typename IpAddressV4T = Aws::String>
52 void SetIpAddressV4(IpAddressV4T&& value) { m_ipAddressV4HasBeenSet =
true; m_ipAddressV4 = std::forward<IpAddressV4T>(value); }
53 template<
typename IpAddressV4T = Aws::String>
63 template<
typename IpCityT = IpCity>
64 void SetIpCity(IpCityT&& value) { m_ipCityHasBeenSet =
true; m_ipCity = std::forward<IpCityT>(value); }
65 template<
typename IpCityT = IpCity>
75 template<
typename IpCountryT = IpCountry>
76 void SetIpCountry(IpCountryT&& value) { m_ipCountryHasBeenSet =
true; m_ipCountry = std::forward<IpCountryT>(value); }
77 template<
typename IpCountryT = IpCountry>
88 template<
typename IpGeoLocationT = IpGeoLocation>
89 void SetIpGeoLocation(IpGeoLocationT&& value) { m_ipGeoLocationHasBeenSet =
true; m_ipGeoLocation = std::forward<IpGeoLocationT>(value); }
90 template<
typename IpGeoLocationT = IpGeoLocation>
100 template<
typename IpOwnerT = IpOwner>
101 void SetIpOwner(IpOwnerT&& value) { m_ipOwnerHasBeenSet =
true; m_ipOwner = std::forward<IpOwnerT>(value); }
102 template<
typename IpOwnerT = IpOwner>
108 bool m_ipAddressV4HasBeenSet =
false;
111 bool m_ipCityHasBeenSet =
false;
114 bool m_ipCountryHasBeenSet =
false;
117 bool m_ipGeoLocationHasBeenSet =
false;
120 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