7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/inspector2/Inspector2_EXPORTS.h>
11#include <aws/inspector2/model/Runtime.h>
44 template <
typename FunctionTagsT = Aws::Map<Aws::String, Aws::String>>
46 m_functionTagsHasBeenSet =
true;
47 m_functionTags = std::forward<FunctionTagsT>(value);
49 template <
typename FunctionTagsT = Aws::Map<Aws::String, Aws::String>>
54 template <
typename FunctionTagsKeyT = Aws::String,
typename FunctionTagsValueT = Aws::String>
56 m_functionTagsHasBeenSet =
true;
57 m_functionTags.emplace(std::forward<FunctionTagsKeyT>(key), std::forward<FunctionTagsValueT>(value));
69 template <
typename LayersT = Aws::Vector<Aws::String>>
71 m_layersHasBeenSet =
true;
72 m_layers = std::forward<LayersT>(value);
74 template <
typename LayersT = Aws::Vector<Aws::String>>
79 template <
typename LayersT = Aws::String>
81 m_layersHasBeenSet =
true;
82 m_layers.emplace_back(std::forward<LayersT>(value));
93 template <
typename FunctionNameT = Aws::String>
95 m_functionNameHasBeenSet =
true;
96 m_functionName = std::forward<FunctionNameT>(value);
98 template <
typename FunctionNameT = Aws::String>
112 m_runtimeHasBeenSet =
true;
128 bool m_functionTagsHasBeenSet =
false;
129 bool m_layersHasBeenSet =
false;
130 bool m_functionNameHasBeenSet =
false;
131 bool m_runtimeHasBeenSet =
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue