7#include <aws/securityhub/SecurityHub_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>
55 bool m_ipAddressV4HasBeenSet =
false;
ActionLocalIpDetails & WithIpAddressV4(IpAddressV4T &&value)
void SetIpAddressV4(IpAddressV4T &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API ActionLocalIpDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIpAddressV4() const
AWS_SECURITYHUB_API ActionLocalIpDetails()=default
bool IpAddressV4HasBeenSet() const
AWS_SECURITYHUB_API ActionLocalIpDetails(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue