7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
40 template <
typename ProductArnT = Aws::String>
42 m_productArnHasBeenSet =
true;
43 m_productArn = std::forward<ProductArnT>(value);
45 template <
typename ProductArnT = Aws::String>
58 template <
typename IdT = Aws::String>
60 m_idHasBeenSet =
true;
61 m_id = std::forward<IdT>(value);
63 template <
typename IdT = Aws::String>
65 SetId(std::forward<IdT>(value));
73 bool m_productArnHasBeenSet =
false;
74 bool m_idHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue