7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/detective/Detective_EXPORTS.h>
9#include <aws/detective/model/Reason.h>
43 template <
typename IpAddressT = Aws::String>
45 m_ipAddressHasBeenSet =
true;
46 m_ipAddress = std::forward<IpAddressT>(value);
48 template <
typename IpAddressT = Aws::String>
62 m_reasonHasBeenSet =
true;
72 bool m_ipAddressHasBeenSet =
false;
75 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