7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetIpAddressV4(
const char* value) { m_ipAddressV4HasBeenSet =
true; m_ipAddressV4.assign(value); }
63 inline void SetIpAddressV6(
const char* value) { m_ipAddressV6HasBeenSet =
true; m_ipAddressV6.assign(value); }
71 bool m_ipAddressV4HasBeenSet =
false;
74 bool m_ipAddressV6HasBeenSet =
false;
void SetIpAddressV4(Aws::String &&value)
const Aws::String & GetIpAddressV4() const
LocalIpDetails & WithIpAddressV4(Aws::String &&value)
void SetIpAddressV4(const char *value)
LocalIpDetails & WithIpAddressV6(Aws::String &&value)
void SetIpAddressV6(const char *value)
const Aws::String & GetIpAddressV6() const
AWS_GUARDDUTY_API LocalIpDetails()
LocalIpDetails & WithIpAddressV6(const Aws::String &value)
bool IpAddressV4HasBeenSet() const
void SetIpAddressV6(const Aws::String &value)
void SetIpAddressV6(Aws::String &&value)
AWS_GUARDDUTY_API LocalIpDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IpAddressV6HasBeenSet() const
AWS_GUARDDUTY_API LocalIpDetails(Aws::Utils::Json::JsonView jsonValue)
LocalIpDetails & WithIpAddressV4(const char *value)
LocalIpDetails & WithIpAddressV4(const Aws::String &value)
void SetIpAddressV4(const Aws::String &value)
LocalIpDetails & WithIpAddressV6(const char *value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue