7#include <aws/security-ir/SecurityIR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename IpAddressT = Aws::String>
47 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
48 template<
typename IpAddressT = Aws::String>
58 template<
typename UserAgentT = Aws::String>
59 void SetUserAgent(UserAgentT&& value) { m_userAgentHasBeenSet =
true; m_userAgent = std::forward<UserAgentT>(value); }
60 template<
typename UserAgentT = Aws::String>
66 bool m_ipAddressHasBeenSet =
false;
69 bool m_userAgentHasBeenSet =
false;
AWS_SECURITYIR_API ThreatActorIp & operator=(Aws::Utils::Json::JsonView jsonValue)
ThreatActorIp & WithIpAddress(IpAddressT &&value)
const Aws::String & GetIpAddress() const
bool IpAddressHasBeenSet() const
void SetUserAgent(UserAgentT &&value)
bool UserAgentHasBeenSet() const
AWS_SECURITYIR_API ThreatActorIp()=default
AWS_SECURITYIR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYIR_API ThreatActorIp(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUserAgent() const
void SetIpAddress(IpAddressT &&value)
ThreatActorIp & WithUserAgent(UserAgentT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue