7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/security-ir/SecurityIR_EXPORTS.h>
40 template <
typename IpAddressT = Aws::String>
42 m_ipAddressHasBeenSet =
true;
43 m_ipAddress = std::forward<IpAddressT>(value);
45 template <
typename IpAddressT = Aws::String>
58 template <
typename UserAgentT = Aws::String>
60 m_userAgentHasBeenSet =
true;
61 m_userAgent = std::forward<UserAgentT>(value);
63 template <
typename UserAgentT = Aws::String>
73 bool m_ipAddressHasBeenSet =
false;
74 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