/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The thing indexing configuration. For more information, see Managing
* Thing Indexing.See Also:
AWS
* API Reference
Thing indexing mode. Valid values are:
REGISTRY – Your thing * index contains registry data only.
REGISTRY_AND_SHADOW - Your * thing index contains registry and shadow data.
OFF - Thing * indexing is disabled.
Thing indexing mode. Valid values are:
REGISTRY – Your thing * index contains registry data only.
REGISTRY_AND_SHADOW - Your * thing index contains registry and shadow data.
OFF - Thing * indexing is disabled.
Thing indexing mode. Valid values are:
REGISTRY – Your thing * index contains registry data only.
REGISTRY_AND_SHADOW - Your * thing index contains registry and shadow data.
OFF - Thing * indexing is disabled.
Thing indexing mode. Valid values are:
REGISTRY – Your thing * index contains registry data only.
REGISTRY_AND_SHADOW - Your * thing index contains registry and shadow data.
OFF - Thing * indexing is disabled.
Thing indexing mode. Valid values are:
REGISTRY – Your thing * index contains registry data only.
REGISTRY_AND_SHADOW - Your * thing index contains registry and shadow data.
OFF - Thing * indexing is disabled.
Thing indexing mode. Valid values are:
REGISTRY – Your thing * index contains registry data only.
REGISTRY_AND_SHADOW - Your * thing index contains registry and shadow data.
OFF - Thing * indexing is disabled.
Thing connectivity indexing mode. Valid values are:
STATUS * – Your thing index contains connectivity status. To enable thing connectivity * indexing, thingIndexMode must not be set to OFF.
OFF - Thing * connectivity status indexing is disabled.
Thing connectivity indexing mode. Valid values are:
STATUS * – Your thing index contains connectivity status. To enable thing connectivity * indexing, thingIndexMode must not be set to OFF.
OFF - Thing * connectivity status indexing is disabled.
Thing connectivity indexing mode. Valid values are:
STATUS * – Your thing index contains connectivity status. To enable thing connectivity * indexing, thingIndexMode must not be set to OFF.
OFF - Thing * connectivity status indexing is disabled.
Thing connectivity indexing mode. Valid values are:
STATUS * – Your thing index contains connectivity status. To enable thing connectivity * indexing, thingIndexMode must not be set to OFF.
OFF - Thing * connectivity status indexing is disabled.
Thing connectivity indexing mode. Valid values are:
STATUS * – Your thing index contains connectivity status. To enable thing connectivity * indexing, thingIndexMode must not be set to OFF.
OFF - Thing * connectivity status indexing is disabled.
Thing connectivity indexing mode. Valid values are:
STATUS * – Your thing index contains connectivity status. To enable thing connectivity * indexing, thingIndexMode must not be set to OFF.
OFF - Thing * connectivity status indexing is disabled.
Contains fields that are indexed and whose types are already known by the * Fleet Indexing service.
*/ inline const Aws::VectorContains fields that are indexed and whose types are already known by the * Fleet Indexing service.
*/ inline bool ManagedFieldsHasBeenSet() const { return m_managedFieldsHasBeenSet; } /** *Contains fields that are indexed and whose types are already known by the * Fleet Indexing service.
*/ inline void SetManagedFields(const Aws::VectorContains fields that are indexed and whose types are already known by the * Fleet Indexing service.
*/ inline void SetManagedFields(Aws::VectorContains fields that are indexed and whose types are already known by the * Fleet Indexing service.
*/ inline ThingIndexingConfiguration& WithManagedFields(const Aws::VectorContains fields that are indexed and whose types are already known by the * Fleet Indexing service.
*/ inline ThingIndexingConfiguration& WithManagedFields(Aws::VectorContains fields that are indexed and whose types are already known by the * Fleet Indexing service.
*/ inline ThingIndexingConfiguration& AddManagedFields(const Field& value) { m_managedFieldsHasBeenSet = true; m_managedFields.push_back(value); return *this; } /** *Contains fields that are indexed and whose types are already known by the * Fleet Indexing service.
*/ inline ThingIndexingConfiguration& AddManagedFields(Field&& value) { m_managedFieldsHasBeenSet = true; m_managedFields.push_back(std::move(value)); return *this; } /** *Contains custom field names and their data type.
*/ inline const Aws::VectorContains custom field names and their data type.
*/ inline bool CustomFieldsHasBeenSet() const { return m_customFieldsHasBeenSet; } /** *Contains custom field names and their data type.
*/ inline void SetCustomFields(const Aws::VectorContains custom field names and their data type.
*/ inline void SetCustomFields(Aws::VectorContains custom field names and their data type.
*/ inline ThingIndexingConfiguration& WithCustomFields(const Aws::VectorContains custom field names and their data type.
*/ inline ThingIndexingConfiguration& WithCustomFields(Aws::VectorContains custom field names and their data type.
*/ inline ThingIndexingConfiguration& AddCustomFields(const Field& value) { m_customFieldsHasBeenSet = true; m_customFields.push_back(value); return *this; } /** *Contains custom field names and their data type.
*/ inline ThingIndexingConfiguration& AddCustomFields(Field&& value) { m_customFieldsHasBeenSet = true; m_customFields.push_back(std::move(value)); return *this; } private: ThingIndexingMode m_thingIndexingMode; bool m_thingIndexingModeHasBeenSet; ThingConnectivityIndexingMode m_thingConnectivityIndexingMode; bool m_thingConnectivityIndexingModeHasBeenSet; Aws::Vector