/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies one or more property- and tag-based conditions that define criteria
* for including or excluding S3 objects from a classification job.See
* Also:
AWS
* API Reference
An array of conditions, one for each property- or tag-based condition that * determines which objects to include or exclude from the job. If you specify more * than one condition, Amazon Macie uses AND logic to join the conditions.
*/ inline const Aws::VectorAn array of conditions, one for each property- or tag-based condition that * determines which objects to include or exclude from the job. If you specify more * than one condition, Amazon Macie uses AND logic to join the conditions.
*/ inline bool AndHasBeenSet() const { return m_andHasBeenSet; } /** *An array of conditions, one for each property- or tag-based condition that * determines which objects to include or exclude from the job. If you specify more * than one condition, Amazon Macie uses AND logic to join the conditions.
*/ inline void SetAnd(const Aws::VectorAn array of conditions, one for each property- or tag-based condition that * determines which objects to include or exclude from the job. If you specify more * than one condition, Amazon Macie uses AND logic to join the conditions.
*/ inline void SetAnd(Aws::VectorAn array of conditions, one for each property- or tag-based condition that * determines which objects to include or exclude from the job. If you specify more * than one condition, Amazon Macie uses AND logic to join the conditions.
*/ inline JobScopingBlock& WithAnd(const Aws::VectorAn array of conditions, one for each property- or tag-based condition that * determines which objects to include or exclude from the job. If you specify more * than one condition, Amazon Macie uses AND logic to join the conditions.
*/ inline JobScopingBlock& WithAnd(Aws::VectorAn array of conditions, one for each property- or tag-based condition that * determines which objects to include or exclude from the job. If you specify more * than one condition, Amazon Macie uses AND logic to join the conditions.
*/ inline JobScopingBlock& AddAnd(const JobScopeTerm& value) { m_andHasBeenSet = true; m_and.push_back(value); return *this; } /** *An array of conditions, one for each property- or tag-based condition that * determines which objects to include or exclude from the job. If you specify more * than one condition, Amazon Macie uses AND logic to join the conditions.
*/ inline JobScopingBlock& AddAnd(JobScopeTerm&& value) { m_andHasBeenSet = true; m_and.push_back(std::move(value)); return *this; } private: Aws::Vector