7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/detective/Detective_EXPORTS.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename TypeT = Aws::String>
62 m_typeHasBeenSet =
true;
63 m_type = std::forward<TypeT>(value);
65 template <
typename TypeT = Aws::String>
67 SetType(std::forward<TypeT>(value));
78 template <
typename IpAddressT = Aws::String>
80 m_ipAddressHasBeenSet =
true;
81 m_ipAddress = std::forward<IpAddressT>(value);
83 template <
typename IpAddressT = Aws::String>
95 bool m_arnHasBeenSet =
false;
96 bool m_typeHasBeenSet =
false;
97 bool m_ipAddressHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue