7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/bedrock-agent/model/IngestionJobStatistics.h>
11#include <aws/bedrock-agent/model/IngestionJobStatus.h>
49 template<
typename DataSourceIdT = Aws::String>
50 void SetDataSourceId(DataSourceIdT&& value) { m_dataSourceIdHasBeenSet =
true; m_dataSourceId = std::forward<DataSourceIdT>(value); }
51 template<
typename DataSourceIdT = Aws::String>
61 template<
typename DescriptionT = Aws::String>
62 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
63 template<
typename DescriptionT = Aws::String>
73 template<
typename IngestionJobIdT = Aws::String>
74 void SetIngestionJobId(IngestionJobIdT&& value) { m_ingestionJobIdHasBeenSet =
true; m_ingestionJobId = std::forward<IngestionJobIdT>(value); }
75 template<
typename IngestionJobIdT = Aws::String>
85 template<
typename KnowledgeBaseIdT = Aws::String>
86 void SetKnowledgeBaseId(KnowledgeBaseIdT&& value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId = std::forward<KnowledgeBaseIdT>(value); }
87 template<
typename KnowledgeBaseIdT = Aws::String>
97 template<
typename StartedAtT = Aws::Utils::DateTime>
98 void SetStartedAt(StartedAtT&& value) { m_startedAtHasBeenSet =
true; m_startedAt = std::forward<StartedAtT>(value); }
99 template<
typename StartedAtT = Aws::Utils::DateTime>
109 template<
typename StatisticsT = IngestionJobStatistics>
110 void SetStatistics(StatisticsT&& value) { m_statisticsHasBeenSet =
true; m_statistics = std::forward<StatisticsT>(value); }
111 template<
typename StatisticsT = IngestionJobStatistics>
131 template<
typename UpdatedAtT = Aws::Utils::DateTime>
132 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
133 template<
typename UpdatedAtT = Aws::Utils::DateTime>
139 bool m_dataSourceIdHasBeenSet =
false;
142 bool m_descriptionHasBeenSet =
false;
145 bool m_ingestionJobIdHasBeenSet =
false;
148 bool m_knowledgeBaseIdHasBeenSet =
false;
151 bool m_startedAtHasBeenSet =
false;
153 IngestionJobStatistics m_statistics;
154 bool m_statisticsHasBeenSet =
false;
157 bool m_statusHasBeenSet =
false;
160 bool m_updatedAtHasBeenSet =
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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue