/**
* 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 AWS Lambda
* functions.See Also:
AWS
* API Reference
The AWS Lambda function names to include in the aggregation results.
*/ inline const Aws::VectorThe AWS Lambda function names to include in the aggregation results.
*/ inline bool FunctionNamesHasBeenSet() const { return m_functionNamesHasBeenSet; } /** *The AWS Lambda function names to include in the aggregation results.
*/ inline void SetFunctionNames(const Aws::VectorThe AWS Lambda function names to include in the aggregation results.
*/ inline void SetFunctionNames(Aws::VectorThe AWS Lambda function names to include in the aggregation results.
*/ inline LambdaFunctionAggregation& WithFunctionNames(const Aws::VectorThe AWS Lambda function names to include in the aggregation results.
*/ inline LambdaFunctionAggregation& WithFunctionNames(Aws::VectorThe AWS Lambda function names to include in the aggregation results.
*/ inline LambdaFunctionAggregation& AddFunctionNames(const StringFilter& value) { m_functionNamesHasBeenSet = true; m_functionNames.push_back(value); return *this; } /** *The AWS Lambda function names to include in the aggregation results.
*/ inline LambdaFunctionAggregation& AddFunctionNames(StringFilter&& value) { m_functionNamesHasBeenSet = true; m_functionNames.push_back(std::move(value)); return *this; } /** *The tags to include in the aggregation results.
*/ inline const Aws::VectorThe tags to include in the aggregation results.
*/ inline bool FunctionTagsHasBeenSet() const { return m_functionTagsHasBeenSet; } /** *The tags to include in the aggregation results.
*/ inline void SetFunctionTags(const Aws::VectorThe tags to include in the aggregation results.
*/ inline void SetFunctionTags(Aws::VectorThe tags to include in the aggregation results.
*/ inline LambdaFunctionAggregation& WithFunctionTags(const Aws::VectorThe tags to include in the aggregation results.
*/ inline LambdaFunctionAggregation& WithFunctionTags(Aws::VectorThe tags to include in the aggregation results.
*/ inline LambdaFunctionAggregation& AddFunctionTags(const MapFilter& value) { m_functionTagsHasBeenSet = true; m_functionTags.push_back(value); return *this; } /** *The tags to include in the aggregation results.
*/ inline LambdaFunctionAggregation& AddFunctionTags(MapFilter&& value) { m_functionTagsHasBeenSet = true; m_functionTags.push_back(std::move(value)); return *this; } /** *The resource IDs to include in the aggregation results.
*/ inline const Aws::VectorThe resource IDs to include in the aggregation results.
*/ inline bool ResourceIdsHasBeenSet() const { return m_resourceIdsHasBeenSet; } /** *The resource IDs to include in the aggregation results.
*/ inline void SetResourceIds(const Aws::VectorThe resource IDs to include in the aggregation results.
*/ inline void SetResourceIds(Aws::VectorThe resource IDs to include in the aggregation results.
*/ inline LambdaFunctionAggregation& WithResourceIds(const Aws::VectorThe resource IDs to include in the aggregation results.
*/ inline LambdaFunctionAggregation& WithResourceIds(Aws::VectorThe resource IDs to include in the aggregation results.
*/ inline LambdaFunctionAggregation& AddResourceIds(const StringFilter& value) { m_resourceIdsHasBeenSet = true; m_resourceIds.push_back(value); return *this; } /** *The resource IDs to include in the aggregation results.
*/ inline LambdaFunctionAggregation& AddResourceIds(StringFilter&& value) { m_resourceIdsHasBeenSet = true; m_resourceIds.push_back(std::move(value)); return *this; } /** *Returns findings aggregated by AWS Lambda function runtime environments.
*/ inline const Aws::VectorReturns findings aggregated by AWS Lambda function runtime environments.
*/ inline bool RuntimesHasBeenSet() const { return m_runtimesHasBeenSet; } /** *Returns findings aggregated by AWS Lambda function runtime environments.
*/ inline void SetRuntimes(const Aws::VectorReturns findings aggregated by AWS Lambda function runtime environments.
*/ inline void SetRuntimes(Aws::VectorReturns findings aggregated by AWS Lambda function runtime environments.
*/ inline LambdaFunctionAggregation& WithRuntimes(const Aws::VectorReturns findings aggregated by AWS Lambda function runtime environments.
*/ inline LambdaFunctionAggregation& WithRuntimes(Aws::VectorReturns findings aggregated by AWS Lambda function runtime environments.
*/ inline LambdaFunctionAggregation& AddRuntimes(const StringFilter& value) { m_runtimesHasBeenSet = true; m_runtimes.push_back(value); return *this; } /** *Returns findings aggregated by AWS Lambda function runtime environments.
*/ inline LambdaFunctionAggregation& AddRuntimes(StringFilter&& value) { m_runtimesHasBeenSet = true; m_runtimes.push_back(std::move(value)); return *this; } /** *The finding severity to use for sorting the results.
*/ inline const LambdaFunctionSortBy& 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 LambdaFunctionSortBy& value) { m_sortByHasBeenSet = true; m_sortBy = value; } /** *The finding severity to use for sorting the results.
*/ inline void SetSortBy(LambdaFunctionSortBy&& value) { m_sortByHasBeenSet = true; m_sortBy = std::move(value); } /** *The finding severity to use for sorting the results.
*/ inline LambdaFunctionAggregation& WithSortBy(const LambdaFunctionSortBy& value) { SetSortBy(value); return *this;} /** *The finding severity to use for sorting the results.
*/ inline LambdaFunctionAggregation& WithSortBy(LambdaFunctionSortBy&& 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 LambdaFunctionAggregation& WithSortOrder(const SortOrder& value) { SetSortOrder(value); return *this;} /** *The order to use for sorting the results.
*/ inline LambdaFunctionAggregation& WithSortOrder(SortOrder&& value) { SetSortOrder(std::move(value)); return *this;} private: Aws::Vector