7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/Inspector2_EXPORTS.h>
42 template <
typename ServerlessFunctionNameT = Aws::String>
44 m_serverlessFunctionNameHasBeenSet =
true;
45 m_serverlessFunctionName = std::forward<ServerlessFunctionNameT>(value);
47 template <
typename ServerlessFunctionNameT = Aws::String>
60 template <
typename RuntimeT = Aws::String>
62 m_runtimeHasBeenSet =
true;
63 m_runtime = std::forward<RuntimeT>(value);
65 template <
typename RuntimeT = Aws::String>
78 template <
typename FunctionTagsT = Aws::Map<Aws::String, Aws::String>>
80 m_functionTagsHasBeenSet =
true;
81 m_functionTags = std::forward<FunctionTagsT>(value);
83 template <
typename FunctionTagsT = Aws::Map<Aws::String, Aws::String>>
88 template <
typename FunctionTagsKeyT = Aws::String,
typename FunctionTagsValueT = Aws::String>
90 m_functionTagsHasBeenSet =
true;
91 m_functionTags.emplace(std::forward<FunctionTagsKeyT>(key), std::forward<FunctionTagsValueT>(value));
101 bool m_serverlessFunctionNameHasBeenSet =
false;
102 bool m_runtimeHasBeenSet =
false;
103 bool m_functionTagsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue