7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/IngestionJobStatistics.h>
9#include <aws/bedrock-agent/model/IngestionJobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BedrockAgent {
43 template <
typename KnowledgeBaseIdT = Aws::String>
45 m_knowledgeBaseIdHasBeenSet =
true;
46 m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value);
48 template <
typename KnowledgeBaseIdT = Aws::String>
61 template <
typename DataSourceIdT = Aws::String>
63 m_dataSourceIdHasBeenSet =
true;
64 m_dataSourceId = std::forward<DataSourceIdT>(value);
66 template <
typename DataSourceIdT = Aws::String>
79 template <
typename IngestionJobIdT = Aws::String>
81 m_ingestionJobIdHasBeenSet =
true;
82 m_ingestionJobId = std::forward<IngestionJobIdT>(value);
84 template <
typename IngestionJobIdT = Aws::String>
97 template <
typename DescriptionT = Aws::String>
99 m_descriptionHasBeenSet =
true;
100 m_description = std::forward<DescriptionT>(value);
102 template <
typename DescriptionT = Aws::String>
116 m_statusHasBeenSet =
true;
131 template <
typename StartedAtT = Aws::Utils::DateTime>
133 m_startedAtHasBeenSet =
true;
134 m_startedAt = std::forward<StartedAtT>(value);
136 template <
typename StartedAtT = Aws::Utils::DateTime>
149 template <
typename UpdatedAtT = Aws::Utils::DateTime>
151 m_updatedAtHasBeenSet =
true;
152 m_updatedAt = std::forward<UpdatedAtT>(value);
154 template <
typename UpdatedAtT = Aws::Utils::DateTime>
167 template <
typename StatisticsT = IngestionJobStatistics>
169 m_statisticsHasBeenSet =
true;
170 m_statistics = std::forward<StatisticsT>(value);
172 template <
typename StatisticsT = IngestionJobStatistics>
193 IngestionJobStatistics m_statistics;
194 bool m_knowledgeBaseIdHasBeenSet =
false;
195 bool m_dataSourceIdHasBeenSet =
false;
196 bool m_ingestionJobIdHasBeenSet =
false;
197 bool m_descriptionHasBeenSet =
false;
198 bool m_statusHasBeenSet =
false;
199 bool m_startedAtHasBeenSet =
false;
200 bool m_updatedAtHasBeenSet =
false;
201 bool m_statisticsHasBeenSet =
false;
IngestionJobSummary & WithStatus(IngestionJobStatus value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
void SetIngestionJobId(IngestionJobIdT &&value)
IngestionJobSummary & WithStatistics(StatisticsT &&value)
void SetStatistics(StatisticsT &&value)
bool StatusHasBeenSet() const
bool IngestionJobIdHasBeenSet() const
bool UpdatedAtHasBeenSet() const
AWS_BEDROCKAGENT_API IngestionJobSummary()=default
void SetUpdatedAt(UpdatedAtT &&value)
IngestionJobSummary & WithKnowledgeBaseId(KnowledgeBaseIdT &&value)
IngestionJobSummary & WithStartedAt(StartedAtT &&value)
AWS_BEDROCKAGENT_API IngestionJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetStartedAt(StartedAtT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
IngestionJobSummary & WithIngestionJobId(IngestionJobIdT &&value)
bool DataSourceIdHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_BEDROCKAGENT_API IngestionJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
IngestionJobStatus GetStatus() const
IngestionJobSummary & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetStartedAt() const
IngestionJobSummary & WithUpdatedAt(UpdatedAtT &&value)
const IngestionJobStatistics & GetStatistics() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDataSourceId() const
void SetStatus(IngestionJobStatus value)
void SetDataSourceId(DataSourceIdT &&value)
const Aws::String & GetKnowledgeBaseId() const
const Aws::String & GetIngestionJobId() const
bool KnowledgeBaseIdHasBeenSet() const
void SetKnowledgeBaseId(KnowledgeBaseIdT &&value)
IngestionJobSummary & WithDataSourceId(DataSourceIdT &&value)
bool StatisticsHasBeenSet() const
bool StartedAtHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue