/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information on the Amazon ECR image metadata associated with a
* finding.See Also:
AWS
* API Reference
Tags associated with the Amazon ECR image metadata.
*/ inline const Aws::VectorTags associated with the Amazon ECR image metadata.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *Tags associated with the Amazon ECR image metadata.
*/ inline void SetTags(const Aws::VectorTags associated with the Amazon ECR image metadata.
*/ inline void SetTags(Aws::VectorTags associated with the Amazon ECR image metadata.
*/ inline EcrContainerImageMetadata& WithTags(const Aws::VectorTags associated with the Amazon ECR image metadata.
*/ inline EcrContainerImageMetadata& WithTags(Aws::VectorTags associated with the Amazon ECR image metadata.
*/ inline EcrContainerImageMetadata& AddTags(const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *Tags associated with the Amazon ECR image metadata.
*/ inline EcrContainerImageMetadata& AddTags(Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } /** *Tags associated with the Amazon ECR image metadata.
*/ inline EcrContainerImageMetadata& AddTags(const char* value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } private: Aws::Vector