7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IpAddressV4T = Aws::String>
48 void SetIpAddressV4(IpAddressV4T&& value) { m_ipAddressV4HasBeenSet =
true; m_ipAddressV4 = std::forward<IpAddressV4T>(value); }
49 template<
typename IpAddressV4T = Aws::String>
59 template<
typename IpAddressV6T = Aws::String>
60 void SetIpAddressV6(IpAddressV6T&& value) { m_ipAddressV6HasBeenSet =
true; m_ipAddressV6 = std::forward<IpAddressV6T>(value); }
61 template<
typename IpAddressV6T = Aws::String>
67 bool m_ipAddressV4HasBeenSet =
false;
70 bool m_ipAddressV6HasBeenSet =
false;
const Aws::String & GetIpAddressV4() const
const Aws::String & GetIpAddressV6() const
LocalIpDetails & WithIpAddressV4(IpAddressV4T &&value)
bool IpAddressV4HasBeenSet() const
AWS_GUARDDUTY_API LocalIpDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IpAddressV6HasBeenSet() const
AWS_GUARDDUTY_API LocalIpDetails(Aws::Utils::Json::JsonView jsonValue)
void SetIpAddressV6(IpAddressV6T &&value)
AWS_GUARDDUTY_API LocalIpDetails()=default
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIpAddressV4(IpAddressV4T &&value)
LocalIpDetails & WithIpAddressV6(IpAddressV6T &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue