/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An aggregation of information about Amazon ECR containers.See
* Also:
AWS
* API Reference
The architecture of the containers.
*/ inline const Aws::VectorThe architecture of the containers.
*/ inline bool ArchitecturesHasBeenSet() const { return m_architecturesHasBeenSet; } /** *The architecture of the containers.
*/ inline void SetArchitectures(const Aws::VectorThe architecture of the containers.
*/ inline void SetArchitectures(Aws::VectorThe architecture of the containers.
*/ inline AwsEcrContainerAggregation& WithArchitectures(const Aws::VectorThe architecture of the containers.
*/ inline AwsEcrContainerAggregation& WithArchitectures(Aws::VectorThe architecture of the containers.
*/ inline AwsEcrContainerAggregation& AddArchitectures(const StringFilter& value) { m_architecturesHasBeenSet = true; m_architectures.push_back(value); return *this; } /** *The architecture of the containers.
*/ inline AwsEcrContainerAggregation& AddArchitectures(StringFilter&& value) { m_architecturesHasBeenSet = true; m_architectures.push_back(std::move(value)); return *this; } /** *The image SHA values.
*/ inline const Aws::VectorThe image SHA values.
*/ inline bool ImageShasHasBeenSet() const { return m_imageShasHasBeenSet; } /** *The image SHA values.
*/ inline void SetImageShas(const Aws::VectorThe image SHA values.
*/ inline void SetImageShas(Aws::VectorThe image SHA values.
*/ inline AwsEcrContainerAggregation& WithImageShas(const Aws::VectorThe image SHA values.
*/ inline AwsEcrContainerAggregation& WithImageShas(Aws::VectorThe image SHA values.
*/ inline AwsEcrContainerAggregation& AddImageShas(const StringFilter& value) { m_imageShasHasBeenSet = true; m_imageShas.push_back(value); return *this; } /** *The image SHA values.
*/ inline AwsEcrContainerAggregation& AddImageShas(StringFilter&& value) { m_imageShasHasBeenSet = true; m_imageShas.push_back(std::move(value)); return *this; } /** *The image tags.
*/ inline const Aws::VectorThe image tags.
*/ inline bool ImageTagsHasBeenSet() const { return m_imageTagsHasBeenSet; } /** *The image tags.
*/ inline void SetImageTags(const Aws::VectorThe image tags.
*/ inline void SetImageTags(Aws::VectorThe image tags.
*/ inline AwsEcrContainerAggregation& WithImageTags(const Aws::VectorThe image tags.
*/ inline AwsEcrContainerAggregation& WithImageTags(Aws::VectorThe image tags.
*/ inline AwsEcrContainerAggregation& AddImageTags(const StringFilter& value) { m_imageTagsHasBeenSet = true; m_imageTags.push_back(value); return *this; } /** *The image tags.
*/ inline AwsEcrContainerAggregation& AddImageTags(StringFilter&& value) { m_imageTagsHasBeenSet = true; m_imageTags.push_back(std::move(value)); return *this; } /** *The container repositories.
*/ inline const Aws::VectorThe container repositories.
*/ inline bool RepositoriesHasBeenSet() const { return m_repositoriesHasBeenSet; } /** *The container repositories.
*/ inline void SetRepositories(const Aws::VectorThe container repositories.
*/ inline void SetRepositories(Aws::VectorThe container repositories.
*/ inline AwsEcrContainerAggregation& WithRepositories(const Aws::VectorThe container repositories.
*/ inline AwsEcrContainerAggregation& WithRepositories(Aws::VectorThe container repositories.
*/ inline AwsEcrContainerAggregation& AddRepositories(const StringFilter& value) { m_repositoriesHasBeenSet = true; m_repositories.push_back(value); return *this; } /** *The container repositories.
*/ inline AwsEcrContainerAggregation& AddRepositories(StringFilter&& value) { m_repositoriesHasBeenSet = true; m_repositories.push_back(std::move(value)); return *this; } /** *The container resource IDs.
*/ inline const Aws::VectorThe container resource IDs.
*/ inline bool ResourceIdsHasBeenSet() const { return m_resourceIdsHasBeenSet; } /** *The container resource IDs.
*/ inline void SetResourceIds(const Aws::VectorThe container resource IDs.
*/ inline void SetResourceIds(Aws::VectorThe container resource IDs.
*/ inline AwsEcrContainerAggregation& WithResourceIds(const Aws::VectorThe container resource IDs.
*/ inline AwsEcrContainerAggregation& WithResourceIds(Aws::VectorThe container resource IDs.
*/ inline AwsEcrContainerAggregation& AddResourceIds(const StringFilter& value) { m_resourceIdsHasBeenSet = true; m_resourceIds.push_back(value); return *this; } /** *The container resource IDs.
*/ inline AwsEcrContainerAggregation& AddResourceIds(StringFilter&& value) { m_resourceIdsHasBeenSet = true; m_resourceIds.push_back(std::move(value)); return *this; } /** *The value to sort by.
*/ inline const AwsEcrContainerSortBy& GetSortBy() const{ return m_sortBy; } /** *The value to sort by.
*/ inline bool SortByHasBeenSet() const { return m_sortByHasBeenSet; } /** *The value to sort by.
*/ inline void SetSortBy(const AwsEcrContainerSortBy& value) { m_sortByHasBeenSet = true; m_sortBy = value; } /** *The value to sort by.
*/ inline void SetSortBy(AwsEcrContainerSortBy&& value) { m_sortByHasBeenSet = true; m_sortBy = std::move(value); } /** *The value to sort by.
*/ inline AwsEcrContainerAggregation& WithSortBy(const AwsEcrContainerSortBy& value) { SetSortBy(value); return *this;} /** *The value to sort by.
*/ inline AwsEcrContainerAggregation& WithSortBy(AwsEcrContainerSortBy&& value) { SetSortBy(std::move(value)); return *this;} /** *The sort order (ascending or descending).
*/ inline const SortOrder& GetSortOrder() const{ return m_sortOrder; } /** *The sort order (ascending or descending).
*/ inline bool SortOrderHasBeenSet() const { return m_sortOrderHasBeenSet; } /** *The sort order (ascending or descending).
*/ inline void SetSortOrder(const SortOrder& value) { m_sortOrderHasBeenSet = true; m_sortOrder = value; } /** *The sort order (ascending or descending).
*/ inline void SetSortOrder(SortOrder&& value) { m_sortOrderHasBeenSet = true; m_sortOrder = std::move(value); } /** *The sort order (ascending or descending).
*/ inline AwsEcrContainerAggregation& WithSortOrder(const SortOrder& value) { SetSortOrder(value); return *this;} /** *The sort order (ascending or descending).
*/ inline AwsEcrContainerAggregation& WithSortOrder(SortOrder&& value) { SetSortOrder(std::move(value)); return *this;} private: Aws::Vector