7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/inspector2/model/LambdaFunctionSortBy.h>
10#include <aws/inspector2/model/SortOrder.h>
11#include <aws/inspector2/model/StringFilter.h>
12#include <aws/inspector2/model/MapFilter.h>
52 template<
typename FunctionNamesT = Aws::Vector<StringFilter>>
53 void SetFunctionNames(FunctionNamesT&& value) { m_functionNamesHasBeenSet =
true; m_functionNames = std::forward<FunctionNamesT>(value); }
54 template<
typename FunctionNamesT = Aws::Vector<StringFilter>>
56 template<
typename FunctionNamesT = StringFilter>
66 template<
typename FunctionTagsT = Aws::Vector<MapFilter>>
67 void SetFunctionTags(FunctionTagsT&& value) { m_functionTagsHasBeenSet =
true; m_functionTags = std::forward<FunctionTagsT>(value); }
68 template<
typename FunctionTagsT = Aws::Vector<MapFilter>>
70 template<
typename FunctionTagsT = MapFilter>
80 template<
typename ResourceIdsT = Aws::Vector<StringFilter>>
81 void SetResourceIds(ResourceIdsT&& value) { m_resourceIdsHasBeenSet =
true; m_resourceIds = std::forward<ResourceIdsT>(value); }
82 template<
typename ResourceIdsT = Aws::Vector<StringFilter>>
84 template<
typename ResourceIdsT = StringFilter>
95 template<
typename RuntimesT = Aws::Vector<StringFilter>>
96 void SetRuntimes(RuntimesT&& value) { m_runtimesHasBeenSet =
true; m_runtimes = std::forward<RuntimesT>(value); }
97 template<
typename RuntimesT = Aws::Vector<StringFilter>>
99 template<
typename RuntimesT = StringFilter>
125 bool m_functionNamesHasBeenSet =
false;
128 bool m_functionTagsHasBeenSet =
false;
131 bool m_resourceIdsHasBeenSet =
false;
134 bool m_runtimesHasBeenSet =
false;
137 bool m_sortByHasBeenSet =
false;
140 bool m_sortOrderHasBeenSet =
false;
const Aws::Vector< StringFilter > & GetFunctionNames() const
AWS_INSPECTOR2_API LambdaFunctionAggregation(Aws::Utils::Json::JsonView jsonValue)
bool RuntimesHasBeenSet() const
LambdaFunctionSortBy GetSortBy() const
void SetSortBy(LambdaFunctionSortBy value)
LambdaFunctionAggregation & AddRuntimes(RuntimesT &&value)
void SetRuntimes(RuntimesT &&value)
void SetResourceIds(ResourceIdsT &&value)
const Aws::Vector< StringFilter > & GetResourceIds() const
const Aws::Vector< StringFilter > & GetRuntimes() const
bool SortByHasBeenSet() const
const Aws::Vector< MapFilter > & GetFunctionTags() const
SortOrder GetSortOrder() const
LambdaFunctionAggregation & WithRuntimes(RuntimesT &&value)
LambdaFunctionAggregation & WithResourceIds(ResourceIdsT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
LambdaFunctionAggregation & AddFunctionNames(FunctionNamesT &&value)
bool FunctionTagsHasBeenSet() const
bool ResourceIdsHasBeenSet() const
AWS_INSPECTOR2_API LambdaFunctionAggregation & operator=(Aws::Utils::Json::JsonView jsonValue)
LambdaFunctionAggregation & WithSortBy(LambdaFunctionSortBy value)
void SetFunctionNames(FunctionNamesT &&value)
LambdaFunctionAggregation & WithSortOrder(SortOrder value)
bool FunctionNamesHasBeenSet() const
bool SortOrderHasBeenSet() const
AWS_INSPECTOR2_API LambdaFunctionAggregation()=default
LambdaFunctionAggregation & WithFunctionNames(FunctionNamesT &&value)
void SetFunctionTags(FunctionTagsT &&value)
LambdaFunctionAggregation & AddResourceIds(ResourceIdsT &&value)
void SetSortOrder(SortOrder value)
LambdaFunctionAggregation & WithFunctionTags(FunctionTagsT &&value)
LambdaFunctionAggregation & AddFunctionTags(FunctionTagsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue