7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/detective/model/Reason.h>
49 template<
typename IpAddressT = Aws::String>
50 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
51 template<
typename IpAddressT = Aws::String>
61 inline void SetReason(
Reason value) { m_reasonHasBeenSet =
true; m_reason = value; }
67 bool m_ipAddressHasBeenSet =
false;
70 bool m_reasonHasBeenSet =
false;
AWS_DETECTIVE_API FlaggedIpAddressDetail()=default
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIpAddress(IpAddressT &&value)
AWS_DETECTIVE_API FlaggedIpAddressDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
FlaggedIpAddressDetail & WithReason(Reason value)
const Aws::String & GetIpAddress() const
FlaggedIpAddressDetail & WithIpAddress(IpAddressT &&value)
bool IpAddressHasBeenSet() const
AWS_DETECTIVE_API FlaggedIpAddressDetail(Aws::Utils::Json::JsonView jsonValue)
void SetReason(Reason value)
bool ReasonHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue