7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetLocation(
const char* value) { m_locationHasBeenSet =
true; m_location.assign(value); }
64 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
76 inline void SetIsNewForEntireAccount(
bool value) { m_isNewForEntireAccountHasBeenSet =
true; m_isNewForEntireAccount = value; }
82 bool m_locationHasBeenSet =
false;
85 bool m_ipAddressHasBeenSet =
false;
87 bool m_isNewForEntireAccount;
88 bool m_isNewForEntireAccountHasBeenSet =
false;
NewGeolocationDetail & WithLocation(const Aws::String &value)
bool GetIsNewForEntireAccount() const
void SetIsNewForEntireAccount(bool value)
void SetIpAddress(Aws::String &&value)
void SetLocation(const Aws::String &value)
NewGeolocationDetail & WithLocation(const char *value)
NewGeolocationDetail & WithIpAddress(const char *value)
void SetLocation(const char *value)
void SetIpAddress(const Aws::String &value)
void SetIpAddress(const char *value)
NewGeolocationDetail & WithIpAddress(const Aws::String &value)
bool LocationHasBeenSet() const
bool IsNewForEntireAccountHasBeenSet() const
AWS_DETECTIVE_API NewGeolocationDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
NewGeolocationDetail & WithIpAddress(Aws::String &&value)
const Aws::String & GetLocation() const
AWS_DETECTIVE_API NewGeolocationDetail(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIpAddress() const
bool IpAddressHasBeenSet() const
void SetLocation(Aws::String &&value)
NewGeolocationDetail & WithIsNewForEntireAccount(bool value)
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DETECTIVE_API NewGeolocationDetail()
NewGeolocationDetail & WithLocation(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue