/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies attribute-based criteria for including or excluding endpoints from
* a segment.See Also:
AWS
* API Reference
The type of segment dimension to use. Valid values are:
The type of segment dimension to use. Valid values are:
The type of segment dimension to use. Valid values are:
The type of segment dimension to use. Valid values are:
The type of segment dimension to use. Valid values are:
The type of segment dimension to use. Valid values are:
The criteria values to use for the segment dimension. Depending on the value * of the AttributeType property, endpoints are included or excluded from the * segment if their attribute values match the criteria values.
*/ inline const Aws::VectorThe criteria values to use for the segment dimension. Depending on the value * of the AttributeType property, endpoints are included or excluded from the * segment if their attribute values match the criteria values.
*/ inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; } /** *The criteria values to use for the segment dimension. Depending on the value * of the AttributeType property, endpoints are included or excluded from the * segment if their attribute values match the criteria values.
*/ inline void SetValues(const Aws::VectorThe criteria values to use for the segment dimension. Depending on the value * of the AttributeType property, endpoints are included or excluded from the * segment if their attribute values match the criteria values.
*/ inline void SetValues(Aws::VectorThe criteria values to use for the segment dimension. Depending on the value * of the AttributeType property, endpoints are included or excluded from the * segment if their attribute values match the criteria values.
*/ inline AttributeDimension& WithValues(const Aws::VectorThe criteria values to use for the segment dimension. Depending on the value * of the AttributeType property, endpoints are included or excluded from the * segment if their attribute values match the criteria values.
*/ inline AttributeDimension& WithValues(Aws::VectorThe criteria values to use for the segment dimension. Depending on the value * of the AttributeType property, endpoints are included or excluded from the * segment if their attribute values match the criteria values.
*/ inline AttributeDimension& AddValues(const Aws::String& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } /** *The criteria values to use for the segment dimension. Depending on the value * of the AttributeType property, endpoints are included or excluded from the * segment if their attribute values match the criteria values.
*/ inline AttributeDimension& AddValues(Aws::String&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; } /** *The criteria values to use for the segment dimension. Depending on the value * of the AttributeType property, endpoints are included or excluded from the * segment if their attribute values match the criteria values.
*/ inline AttributeDimension& AddValues(const char* value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } private: AttributeType m_attributeType; bool m_attributeTypeHasBeenSet = false; Aws::Vector