/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Allows you to set attributes of the image. Currently, you can declare an
* image as free of personally identifiable information.See Also:
* AWS
* API Reference
Sets whether the input image is free of personally identifiable * information.
*/ inline const Aws::VectorSets whether the input image is free of personally identifiable * information.
*/ inline bool ContentClassifiersHasBeenSet() const { return m_contentClassifiersHasBeenSet; } /** *Sets whether the input image is free of personally identifiable * information.
*/ inline void SetContentClassifiers(const Aws::VectorSets whether the input image is free of personally identifiable * information.
*/ inline void SetContentClassifiers(Aws::VectorSets whether the input image is free of personally identifiable * information.
*/ inline HumanLoopDataAttributes& WithContentClassifiers(const Aws::VectorSets whether the input image is free of personally identifiable * information.
*/ inline HumanLoopDataAttributes& WithContentClassifiers(Aws::VectorSets whether the input image is free of personally identifiable * information.
*/ inline HumanLoopDataAttributes& AddContentClassifiers(const ContentClassifier& value) { m_contentClassifiersHasBeenSet = true; m_contentClassifiers.push_back(value); return *this; } /** *Sets whether the input image is free of personally identifiable * information.
*/ inline HumanLoopDataAttributes& AddContentClassifiers(ContentClassifier&& value) { m_contentClassifiersHasBeenSet = true; m_contentClassifiers.push_back(std::move(value)); return *this; } private: Aws::Vector