/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The details that define a findings aggregation based on an AWS Lambda
* function's layers.See Also:
AWS
* API Reference
The names of the AWS Lambda functions associated with the layers.
*/ inline const Aws::VectorThe names of the AWS Lambda functions associated with the layers.
*/ inline bool FunctionNamesHasBeenSet() const { return m_functionNamesHasBeenSet; } /** *The names of the AWS Lambda functions associated with the layers.
*/ inline void SetFunctionNames(const Aws::VectorThe names of the AWS Lambda functions associated with the layers.
*/ inline void SetFunctionNames(Aws::VectorThe names of the AWS Lambda functions associated with the layers.
*/ inline LambdaLayerAggregation& WithFunctionNames(const Aws::VectorThe names of the AWS Lambda functions associated with the layers.
*/ inline LambdaLayerAggregation& WithFunctionNames(Aws::VectorThe names of the AWS Lambda functions associated with the layers.
*/ inline LambdaLayerAggregation& AddFunctionNames(const StringFilter& value) { m_functionNamesHasBeenSet = true; m_functionNames.push_back(value); return *this; } /** *The names of the AWS Lambda functions associated with the layers.
*/ inline LambdaLayerAggregation& AddFunctionNames(StringFilter&& value) { m_functionNamesHasBeenSet = true; m_functionNames.push_back(std::move(value)); return *this; } /** *The Amazon Resource Name (ARN) of the AWS Lambda function layer.
*/ inline const Aws::VectorThe Amazon Resource Name (ARN) of the AWS Lambda function layer.
*/ inline bool LayerArnsHasBeenSet() const { return m_layerArnsHasBeenSet; } /** *The Amazon Resource Name (ARN) of the AWS Lambda function layer.
*/ inline void SetLayerArns(const Aws::VectorThe Amazon Resource Name (ARN) of the AWS Lambda function layer.
*/ inline void SetLayerArns(Aws::VectorThe Amazon Resource Name (ARN) of the AWS Lambda function layer.
*/ inline LambdaLayerAggregation& WithLayerArns(const Aws::VectorThe Amazon Resource Name (ARN) of the AWS Lambda function layer.
*/ inline LambdaLayerAggregation& WithLayerArns(Aws::VectorThe Amazon Resource Name (ARN) of the AWS Lambda function layer.
*/ inline LambdaLayerAggregation& AddLayerArns(const StringFilter& value) { m_layerArnsHasBeenSet = true; m_layerArns.push_back(value); return *this; } /** *The Amazon Resource Name (ARN) of the AWS Lambda function layer.
*/ inline LambdaLayerAggregation& AddLayerArns(StringFilter&& value) { m_layerArnsHasBeenSet = true; m_layerArns.push_back(std::move(value)); return *this; } /** *The resource IDs for the AWS Lambda function layers.
*/ inline const Aws::VectorThe resource IDs for the AWS Lambda function layers.
*/ inline bool ResourceIdsHasBeenSet() const { return m_resourceIdsHasBeenSet; } /** *The resource IDs for the AWS Lambda function layers.
*/ inline void SetResourceIds(const Aws::VectorThe resource IDs for the AWS Lambda function layers.
*/ inline void SetResourceIds(Aws::VectorThe resource IDs for the AWS Lambda function layers.
*/ inline LambdaLayerAggregation& WithResourceIds(const Aws::VectorThe resource IDs for the AWS Lambda function layers.
*/ inline LambdaLayerAggregation& WithResourceIds(Aws::VectorThe resource IDs for the AWS Lambda function layers.
*/ inline LambdaLayerAggregation& AddResourceIds(const StringFilter& value) { m_resourceIdsHasBeenSet = true; m_resourceIds.push_back(value); return *this; } /** *The resource IDs for the AWS Lambda function layers.
*/ inline LambdaLayerAggregation& AddResourceIds(StringFilter&& value) { m_resourceIdsHasBeenSet = true; m_resourceIds.push_back(std::move(value)); return *this; } /** *The finding severity to use for sorting the results.
*/ inline const LambdaLayerSortBy& GetSortBy() const{ return m_sortBy; } /** *The finding severity to use for sorting the results.
*/ inline bool SortByHasBeenSet() const { return m_sortByHasBeenSet; } /** *The finding severity to use for sorting the results.
*/ inline void SetSortBy(const LambdaLayerSortBy& value) { m_sortByHasBeenSet = true; m_sortBy = value; } /** *The finding severity to use for sorting the results.
*/ inline void SetSortBy(LambdaLayerSortBy&& value) { m_sortByHasBeenSet = true; m_sortBy = std::move(value); } /** *The finding severity to use for sorting the results.
*/ inline LambdaLayerAggregation& WithSortBy(const LambdaLayerSortBy& value) { SetSortBy(value); return *this;} /** *The finding severity to use for sorting the results.
*/ inline LambdaLayerAggregation& WithSortBy(LambdaLayerSortBy&& value) { SetSortBy(std::move(value)); return *this;} /** *The order to use for sorting the results.
*/ inline const SortOrder& GetSortOrder() const{ return m_sortOrder; } /** *The order to use for sorting the results.
*/ inline bool SortOrderHasBeenSet() const { return m_sortOrderHasBeenSet; } /** *The order to use for sorting the results.
*/ inline void SetSortOrder(const SortOrder& value) { m_sortOrderHasBeenSet = true; m_sortOrder = value; } /** *The order to use for sorting the results.
*/ inline void SetSortOrder(SortOrder&& value) { m_sortOrderHasBeenSet = true; m_sortOrder = std::move(value); } /** *The order to use for sorting the results.
*/ inline LambdaLayerAggregation& WithSortOrder(const SortOrder& value) { SetSortOrder(value); return *this;} /** *The order to use for sorting the results.
*/ inline LambdaLayerAggregation& WithSortOrder(SortOrder&& value) { SetSortOrder(std::move(value)); return *this;} private: Aws::Vector