7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/inspector2/model/LambdaLayerSortBy.h>
10#include <aws/inspector2/model/SortOrder.h>
11#include <aws/inspector2/model/StringFilter.h>
51 template<
typename FunctionNamesT = Aws::Vector<StringFilter>>
52 void SetFunctionNames(FunctionNamesT&& value) { m_functionNamesHasBeenSet =
true; m_functionNames = std::forward<FunctionNamesT>(value); }
53 template<
typename FunctionNamesT = Aws::Vector<StringFilter>>
55 template<
typename FunctionNamesT = StringFilter>
66 template<
typename LayerArnsT = Aws::Vector<StringFilter>>
67 void SetLayerArns(LayerArnsT&& value) { m_layerArnsHasBeenSet =
true; m_layerArns = std::forward<LayerArnsT>(value); }
68 template<
typename LayerArnsT = Aws::Vector<StringFilter>>
70 template<
typename LayerArnsT = StringFilter>
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>
110 bool m_functionNamesHasBeenSet =
false;
113 bool m_layerArnsHasBeenSet =
false;
116 bool m_resourceIdsHasBeenSet =
false;
119 bool m_sortByHasBeenSet =
false;
122 bool m_sortOrderHasBeenSet =
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