This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-kendra/include/aws/kendra/model/DataSourceSummary.h

279 lines
8.4 KiB
C
Raw Normal View History

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/kendra/Kendra_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/kendra/model/DataSourceType.h>
#include <aws/core/utils/DateTime.h>
#include <aws/kendra/model/DataSourceStatus.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonView;
} // namespace Json
} // namespace Utils
namespace kendra
{
namespace Model
{
/**
* <p>Summary information for a Amazon Kendra data source. Returned in a call to
* .</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DataSourceSummary">AWS
* API Reference</a></p>
*/
class AWS_KENDRA_API DataSourceSummary
{
public:
DataSourceSummary();
DataSourceSummary(Aws::Utils::Json::JsonView jsonValue);
DataSourceSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
Aws::Utils::Json::JsonValue Jsonize() const;
/**
* <p>The name of the data source.</p>
*/
inline const Aws::String& GetName() const{ return m_name; }
/**
* <p>The name of the data source.</p>
*/
inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
/**
* <p>The name of the data source.</p>
*/
inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
/**
* <p>The name of the data source.</p>
*/
inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
/**
* <p>The name of the data source.</p>
*/
inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
/**
* <p>The name of the data source.</p>
*/
inline DataSourceSummary& WithName(const Aws::String& value) { SetName(value); return *this;}
/**
* <p>The name of the data source.</p>
*/
inline DataSourceSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
/**
* <p>The name of the data source.</p>
*/
inline DataSourceSummary& WithName(const char* value) { SetName(value); return *this;}
/**
* <p>The unique identifier for the data source.</p>
*/
inline const Aws::String& GetId() const{ return m_id; }
/**
* <p>The unique identifier for the data source.</p>
*/
inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
/**
* <p>The unique identifier for the data source.</p>
*/
inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
/**
* <p>The unique identifier for the data source.</p>
*/
inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
/**
* <p>The unique identifier for the data source.</p>
*/
inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
/**
* <p>The unique identifier for the data source.</p>
*/
inline DataSourceSummary& WithId(const Aws::String& value) { SetId(value); return *this;}
/**
* <p>The unique identifier for the data source.</p>
*/
inline DataSourceSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
/**
* <p>The unique identifier for the data source.</p>
*/
inline DataSourceSummary& WithId(const char* value) { SetId(value); return *this;}
/**
* <p>The type of the data source.</p>
*/
inline const DataSourceType& GetType() const{ return m_type; }
/**
* <p>The type of the data source.</p>
*/
inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
/**
* <p>The type of the data source.</p>
*/
inline void SetType(const DataSourceType& value) { m_typeHasBeenSet = true; m_type = value; }
/**
* <p>The type of the data source.</p>
*/
inline void SetType(DataSourceType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
/**
* <p>The type of the data source.</p>
*/
inline DataSourceSummary& WithType(const DataSourceType& value) { SetType(value); return *this;}
/**
* <p>The type of the data source.</p>
*/
inline DataSourceSummary& WithType(DataSourceType&& value) { SetType(std::move(value)); return *this;}
/**
* <p>The UNIX datetime that the data source was created.</p>
*/
inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
/**
* <p>The UNIX datetime that the data source was created.</p>
*/
inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
/**
* <p>The UNIX datetime that the data source was created.</p>
*/
inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
/**
* <p>The UNIX datetime that the data source was created.</p>
*/
inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
/**
* <p>The UNIX datetime that the data source was created.</p>
*/
inline DataSourceSummary& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;}
/**
* <p>The UNIX datetime that the data source was created.</p>
*/
inline DataSourceSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
/**
* <p>The UNIX datetime that the data source was lasted updated. </p>
*/
inline const Aws::Utils::DateTime& GetUpdatedAt() const{ return m_updatedAt; }
/**
* <p>The UNIX datetime that the data source was lasted updated. </p>
*/
inline bool UpdatedAtHasBeenSet() const { return m_updatedAtHasBeenSet; }
/**
* <p>The UNIX datetime that the data source was lasted updated. </p>
*/
inline void SetUpdatedAt(const Aws::Utils::DateTime& value) { m_updatedAtHasBeenSet = true; m_updatedAt = value; }
/**
* <p>The UNIX datetime that the data source was lasted updated. </p>
*/
inline void SetUpdatedAt(Aws::Utils::DateTime&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::move(value); }
/**
* <p>The UNIX datetime that the data source was lasted updated. </p>
*/
inline DataSourceSummary& WithUpdatedAt(const Aws::Utils::DateTime& value) { SetUpdatedAt(value); return *this;}
/**
* <p>The UNIX datetime that the data source was lasted updated. </p>
*/
inline DataSourceSummary& WithUpdatedAt(Aws::Utils::DateTime&& value) { SetUpdatedAt(std::move(value)); return *this;}
/**
* <p>The status of the data source. When the status is <code>ATIVE</code> the data
* source is ready to use.</p>
*/
inline const DataSourceStatus& GetStatus() const{ return m_status; }
/**
* <p>The status of the data source. When the status is <code>ATIVE</code> the data
* source is ready to use.</p>
*/
inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
/**
* <p>The status of the data source. When the status is <code>ATIVE</code> the data
* source is ready to use.</p>
*/
inline void SetStatus(const DataSourceStatus& value) { m_statusHasBeenSet = true; m_status = value; }
/**
* <p>The status of the data source. When the status is <code>ATIVE</code> the data
* source is ready to use.</p>
*/
inline void SetStatus(DataSourceStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
/**
* <p>The status of the data source. When the status is <code>ATIVE</code> the data
* source is ready to use.</p>
*/
inline DataSourceSummary& WithStatus(const DataSourceStatus& value) { SetStatus(value); return *this;}
/**
* <p>The status of the data source. When the status is <code>ATIVE</code> the data
* source is ready to use.</p>
*/
inline DataSourceSummary& WithStatus(DataSourceStatus&& value) { SetStatus(std::move(value)); return *this;}
private:
Aws::String m_name;
bool m_nameHasBeenSet;
Aws::String m_id;
bool m_idHasBeenSet;
DataSourceType m_type;
bool m_typeHasBeenSet;
Aws::Utils::DateTime m_createdAt;
bool m_createdAtHasBeenSet;
Aws::Utils::DateTime m_updatedAt;
bool m_updatedAtHasBeenSet;
DataSourceStatus m_status;
bool m_statusHasBeenSet;
};
} // namespace Model
} // namespace kendra
} // namespace Aws