7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/inspector2/Inspector2_EXPORTS.h>
9#include <aws/inspector2/model/LambdaLayerSortBy.h>
10#include <aws/inspector2/model/SortOrder.h>
11#include <aws/inspector2/model/StringFilter.h>
45 template <
typename FunctionNamesT = Aws::Vector<StringFilter>>
47 m_functionNamesHasBeenSet =
true;
48 m_functionNames = std::forward<FunctionNamesT>(value);
50 template <
typename FunctionNamesT = Aws::Vector<StringFilter>>
55 template <
typename FunctionNamesT = StringFilter>
57 m_functionNamesHasBeenSet =
true;
58 m_functionNames.emplace_back(std::forward<FunctionNamesT>(value));
69 template <
typename ResourceIdsT = Aws::Vector<StringFilter>>
71 m_resourceIdsHasBeenSet =
true;
72 m_resourceIds = std::forward<ResourceIdsT>(value);
74 template <
typename ResourceIdsT = Aws::Vector<StringFilter>>
79 template <
typename ResourceIdsT = StringFilter>
81 m_resourceIdsHasBeenSet =
true;
82 m_resourceIds.emplace_back(std::forward<ResourceIdsT>(value));
94 template <
typename LayerArnsT = Aws::Vector<StringFilter>>
96 m_layerArnsHasBeenSet =
true;
97 m_layerArns = std::forward<LayerArnsT>(value);
99 template <
typename LayerArnsT = Aws::Vector<StringFilter>>
104 template <
typename LayerArnsT = StringFilter>
106 m_layerArnsHasBeenSet =
true;
107 m_layerArns.emplace_back(std::forward<LayerArnsT>(value));
119 m_sortOrderHasBeenSet =
true;
135 m_sortByHasBeenSet =
true;
153 bool m_functionNamesHasBeenSet =
false;
154 bool m_resourceIdsHasBeenSet =
false;
155 bool m_layerArnsHasBeenSet =
false;
156 bool m_sortOrderHasBeenSet =
false;
157 bool m_sortByHasBeenSet =
false;
bool SortByHasBeenSet() const
bool ResourceIdsHasBeenSet() const
const Aws::Vector< StringFilter > & GetLayerArns() const
LambdaLayerAggregation & WithSortOrder(SortOrder value)
const Aws::Vector< StringFilter > & GetFunctionNames() const
const Aws::Vector< StringFilter > & GetResourceIds() const
bool FunctionNamesHasBeenSet() const
void SetResourceIds(ResourceIdsT &&value)
LambdaLayerAggregation & WithLayerArns(LayerArnsT &&value)
AWS_INSPECTOR2_API LambdaLayerAggregation(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API LambdaLayerAggregation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLayerArns(LayerArnsT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INSPECTOR2_API LambdaLayerAggregation()=default
LambdaLayerAggregation & AddFunctionNames(FunctionNamesT &&value)
void SetSortBy(LambdaLayerSortBy value)
LambdaLayerAggregation & AddResourceIds(ResourceIdsT &&value)
SortOrder GetSortOrder() const
LambdaLayerAggregation & AddLayerArns(LayerArnsT &&value)
LambdaLayerSortBy GetSortBy() const
LambdaLayerAggregation & WithSortBy(LambdaLayerSortBy value)
void SetSortOrder(SortOrder value)
LambdaLayerAggregation & WithFunctionNames(FunctionNamesT &&value)
void SetFunctionNames(FunctionNamesT &&value)
LambdaLayerAggregation & WithResourceIds(ResourceIdsT &&value)
bool LayerArnsHasBeenSet() const
bool SortOrderHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue