7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/inspector2/model/Runtime.h>
50 template<
typename FunctionNameT = Aws::String>
51 void SetFunctionName(FunctionNameT&& value) { m_functionNameHasBeenSet =
true; m_functionName = std::forward<FunctionNameT>(value); }
52 template<
typename FunctionNameT = Aws::String>
62 template<
typename FunctionTagsT = Aws::Map<Aws::String, Aws::String>>
63 void SetFunctionTags(FunctionTagsT&& value) { m_functionTagsHasBeenSet =
true; m_functionTags = std::forward<FunctionTagsT>(value); }
64 template<
typename FunctionTagsT = Aws::Map<Aws::String, Aws::String>>
66 template<
typename FunctionTagsKeyT = Aws::String,
typename FunctionTagsValueT = Aws::String>
68 m_functionTagsHasBeenSet =
true; m_functionTags.emplace(std::forward<FunctionTagsKeyT>(key), std::forward<FunctionTagsValueT>(value));
return *
this;
79 template<
typename LayersT = Aws::Vector<Aws::String>>
80 void SetLayers(LayersT&& value) { m_layersHasBeenSet =
true; m_layers = std::forward<LayersT>(value); }
81 template<
typename LayersT = Aws::Vector<Aws::String>>
83 template<
typename LayersT = Aws::String>
99 bool m_functionNameHasBeenSet =
false;
102 bool m_functionTagsHasBeenSet =
false;
105 bool m_layersHasBeenSet =
false;
108 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