7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/detective/Detective_EXPORTS.h>
42 template <
typename LocationT = Aws::String>
44 m_locationHasBeenSet =
true;
45 m_location = std::forward<LocationT>(value);
47 template <
typename LocationT = Aws::String>
60 template <
typename IpAddressT = Aws::String>
62 m_ipAddressHasBeenSet =
true;
63 m_ipAddress = std::forward<IpAddressT>(value);
65 template <
typename IpAddressT = Aws::String>
79 m_isNewForEntireAccountHasBeenSet =
true;
80 m_isNewForEntireAccount = value;
89 bool m_locationHasBeenSet =
false;
92 bool m_ipAddressHasBeenSet =
false;
94 bool m_isNewForEntireAccount{
false};
95 bool m_isNewForEntireAccountHasBeenSet =
false;
NewGeolocationDetail & WithIpAddress(IpAddressT &&value)
NewGeolocationDetail & WithLocation(LocationT &&value)
bool GetIsNewForEntireAccount() const
void SetIsNewForEntireAccount(bool value)
AWS_DETECTIVE_API NewGeolocationDetail()=default
bool LocationHasBeenSet() const
bool IsNewForEntireAccountHasBeenSet() const
AWS_DETECTIVE_API NewGeolocationDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLocation(LocationT &&value)
void SetIpAddress(IpAddressT &&value)
const Aws::String & GetLocation() const
AWS_DETECTIVE_API NewGeolocationDetail(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIpAddress() const
bool IpAddressHasBeenSet() const
NewGeolocationDetail & WithIsNewForEntireAccount(bool value)
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue