7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
41 template <
typename IpAddressV4T = Aws::String>
43 m_ipAddressV4HasBeenSet =
true;
44 m_ipAddressV4 = std::forward<IpAddressV4T>(value);
46 template <
typename IpAddressV4T = Aws::String>
59 template <
typename IpAddressV6T = Aws::String>
61 m_ipAddressV6HasBeenSet =
true;
62 m_ipAddressV6 = std::forward<IpAddressV6T>(value);
64 template <
typename IpAddressV6T = Aws::String>
74 bool m_ipAddressV4HasBeenSet =
false;
75 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