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>
52 inline void SetFunctionName(
const char* value) { m_functionNameHasBeenSet =
true; m_functionName.assign(value); }
99 inline void SetRuntime(
const Runtime& value) { m_runtimeHasBeenSet =
true; m_runtime = value; }
100 inline void SetRuntime(
Runtime&& value) { m_runtimeHasBeenSet =
true; m_runtime = std::move(value); }
107 bool m_functionNameHasBeenSet =
false;
110 bool m_functionTagsHasBeenSet =
false;
113 bool m_layersHasBeenSet =
false;
116 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