/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A summary of information about an index.See Also:
AWS
* API Reference
The name of the index.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the index.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the index.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the index.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the index.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the index.
*/ inline IndexConfigurationSummary& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the index.
*/ inline IndexConfigurationSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the index.
*/ inline IndexConfigurationSummary& WithName(const char* value) { SetName(value); return *this;} /** *A unique identifier for the index. Use this to identify the index when you
* are using operations such as Query, DescribeIndex,
* UpdateIndex, and DeleteIndex.
A unique identifier for the index. Use this to identify the index when you
* are using operations such as Query, DescribeIndex,
* UpdateIndex, and DeleteIndex.
A unique identifier for the index. Use this to identify the index when you
* are using operations such as Query, DescribeIndex,
* UpdateIndex, and DeleteIndex.
A unique identifier for the index. Use this to identify the index when you
* are using operations such as Query, DescribeIndex,
* UpdateIndex, and DeleteIndex.
A unique identifier for the index. Use this to identify the index when you
* are using operations such as Query, DescribeIndex,
* UpdateIndex, and DeleteIndex.
A unique identifier for the index. Use this to identify the index when you
* are using operations such as Query, DescribeIndex,
* UpdateIndex, and DeleteIndex.
A unique identifier for the index. Use this to identify the index when you
* are using operations such as Query, DescribeIndex,
* UpdateIndex, and DeleteIndex.
A unique identifier for the index. Use this to identify the index when you
* are using operations such as Query, DescribeIndex,
* UpdateIndex, and DeleteIndex.
Indicates whether the index is a enterprise edition index or a developer * edition index.
*/ inline const IndexEdition& GetEdition() const{ return m_edition; } /** *Indicates whether the index is a enterprise edition index or a developer * edition index.
*/ inline bool EditionHasBeenSet() const { return m_editionHasBeenSet; } /** *Indicates whether the index is a enterprise edition index or a developer * edition index.
*/ inline void SetEdition(const IndexEdition& value) { m_editionHasBeenSet = true; m_edition = value; } /** *Indicates whether the index is a enterprise edition index or a developer * edition index.
*/ inline void SetEdition(IndexEdition&& value) { m_editionHasBeenSet = true; m_edition = std::move(value); } /** *Indicates whether the index is a enterprise edition index or a developer * edition index.
*/ inline IndexConfigurationSummary& WithEdition(const IndexEdition& value) { SetEdition(value); return *this;} /** *Indicates whether the index is a enterprise edition index or a developer * edition index.
*/ inline IndexConfigurationSummary& WithEdition(IndexEdition&& value) { SetEdition(std::move(value)); return *this;} /** *The Unix timestamp when the index was created.
*/ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } /** *The Unix timestamp when the index was created.
*/ inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; } /** *The Unix timestamp when the index was created.
*/ inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; } /** *The Unix timestamp when the index was created.
*/ inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); } /** *The Unix timestamp when the index was created.
*/ inline IndexConfigurationSummary& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} /** *The Unix timestamp when the index was created.
*/ inline IndexConfigurationSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} /** *The Unix timestamp when the index was last updated by the
* UpdateIndex operation.
The Unix timestamp when the index was last updated by the
* UpdateIndex operation.
The Unix timestamp when the index was last updated by the
* UpdateIndex operation.
The Unix timestamp when the index was last updated by the
* UpdateIndex operation.
The Unix timestamp when the index was last updated by the
* UpdateIndex operation.
The Unix timestamp when the index was last updated by the
* UpdateIndex operation.
The current status of the index. When the status is ACTIVE, the
* index is ready to search.
The current status of the index. When the status is ACTIVE, the
* index is ready to search.
The current status of the index. When the status is ACTIVE, the
* index is ready to search.
The current status of the index. When the status is ACTIVE, the
* index is ready to search.
The current status of the index. When the status is ACTIVE, the
* index is ready to search.
The current status of the index. When the status is ACTIVE, the
* index is ready to search.