/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Use the AttributeValueList to filter by string or integer
* values.See Also:
AWS
* API Reference
The list of integer values that the filter matches.
*/ inline const Aws::VectorThe list of integer values that the filter matches.
*/ inline bool IntegerValuesHasBeenSet() const { return m_integerValuesHasBeenSet; } /** *The list of integer values that the filter matches.
*/ inline void SetIntegerValues(const Aws::VectorThe list of integer values that the filter matches.
*/ inline void SetIntegerValues(Aws::VectorThe list of integer values that the filter matches.
*/ inline AttributeValueList& WithIntegerValues(const Aws::VectorThe list of integer values that the filter matches.
*/ inline AttributeValueList& WithIntegerValues(Aws::VectorThe list of integer values that the filter matches.
*/ inline AttributeValueList& AddIntegerValues(int value) { m_integerValuesHasBeenSet = true; m_integerValues.push_back(value); return *this; } /** *The list of string values that the filter matches.
*/ inline const Aws::VectorThe list of string values that the filter matches.
*/ inline bool StringValuesHasBeenSet() const { return m_stringValuesHasBeenSet; } /** *The list of string values that the filter matches.
*/ inline void SetStringValues(const Aws::VectorThe list of string values that the filter matches.
*/ inline void SetStringValues(Aws::VectorThe list of string values that the filter matches.
*/ inline AttributeValueList& WithStringValues(const Aws::VectorThe list of string values that the filter matches.
*/ inline AttributeValueList& WithStringValues(Aws::VectorThe list of string values that the filter matches.
*/ inline AttributeValueList& AddStringValues(const Aws::String& value) { m_stringValuesHasBeenSet = true; m_stringValues.push_back(value); return *this; } /** *The list of string values that the filter matches.
*/ inline AttributeValueList& AddStringValues(Aws::String&& value) { m_stringValuesHasBeenSet = true; m_stringValues.push_back(std::move(value)); return *this; } /** *The list of string values that the filter matches.
*/ inline AttributeValueList& AddStringValues(const char* value) { m_stringValuesHasBeenSet = true; m_stringValues.push_back(value); return *this; } private: Aws::Vector