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>
51 inline void SetDataSourceId(
const char* value) { m_dataSourceIdHasBeenSet =
true; m_dataSourceId.assign(value); }
65 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
79 inline void SetIngestionJobId(
const char* value) { m_ingestionJobIdHasBeenSet =
true; m_ingestionJobId.assign(value); }
93 inline void SetKnowledgeBaseId(
const char* value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId.assign(value); }
149 bool m_dataSourceIdHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
155 bool m_ingestionJobIdHasBeenSet =
false;
158 bool m_knowledgeBaseIdHasBeenSet =
false;
161 bool m_startedAtHasBeenSet =
false;
164 bool m_statisticsHasBeenSet =
false;
167 bool m_statusHasBeenSet =
false;
170 bool m_updatedAtHasBeenSet =
false;
const Aws::String & GetDescription() const
IngestionJobSummary & WithDescription(const char *value)
IngestionJobSummary & WithStartedAt(Aws::Utils::DateTime &&value)
void SetStatus(IngestionJobStatus &&value)
IngestionJobSummary & WithStatus(IngestionJobStatus &&value)
IngestionJobSummary & WithDataSourceId(const char *value)
void SetKnowledgeBaseId(const Aws::String &value)
bool StatusHasBeenSet() const
IngestionJobSummary & WithIngestionJobId(Aws::String &&value)
void SetDescription(Aws::String &&value)
bool IngestionJobIdHasBeenSet() const
IngestionJobSummary & WithStatistics(IngestionJobStatistics &&value)
bool UpdatedAtHasBeenSet() const
IngestionJobSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
void SetDataSourceId(const char *value)
void SetStartedAt(const Aws::Utils::DateTime &value)
void SetIngestionJobId(const Aws::String &value)
IngestionJobSummary & WithIngestionJobId(const char *value)
void SetIngestionJobId(const char *value)
AWS_BEDROCKAGENT_API IngestionJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetKnowledgeBaseId(const char *value)
IngestionJobSummary & WithStartedAt(const Aws::Utils::DateTime &value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool DataSourceIdHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
IngestionJobSummary & WithStatistics(const IngestionJobStatistics &value)
void SetDescription(const Aws::String &value)
void SetDataSourceId(const Aws::String &value)
AWS_BEDROCKAGENT_API IngestionJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
IngestionJobSummary & WithDataSourceId(const Aws::String &value)
IngestionJobSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
void SetStatus(const IngestionJobStatus &value)
void SetKnowledgeBaseId(Aws::String &&value)
void SetIngestionJobId(Aws::String &&value)
void SetStatistics(const IngestionJobStatistics &value)
IngestionJobSummary & WithKnowledgeBaseId(Aws::String &&value)
void SetUpdatedAt(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetStartedAt() const
IngestionJobSummary & WithDataSourceId(Aws::String &&value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
IngestionJobSummary & WithDescription(const Aws::String &value)
const IngestionJobStatistics & GetStatistics() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDataSourceId() const
const Aws::String & GetKnowledgeBaseId() const
const Aws::String & GetIngestionJobId() const
IngestionJobSummary & WithKnowledgeBaseId(const Aws::String &value)
void SetDataSourceId(Aws::String &&value)
void SetStartedAt(Aws::Utils::DateTime &&value)
void SetDescription(const char *value)
IngestionJobSummary & WithKnowledgeBaseId(const char *value)
AWS_BEDROCKAGENT_API IngestionJobSummary()
bool KnowledgeBaseIdHasBeenSet() const
IngestionJobSummary & WithIngestionJobId(const Aws::String &value)
bool StatisticsHasBeenSet() const
IngestionJobSummary & WithStatus(const IngestionJobStatus &value)
bool StartedAtHasBeenSet() const
const IngestionJobStatus & GetStatus() const
IngestionJobSummary & WithDescription(Aws::String &&value)
void SetStatistics(IngestionJobStatistics &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue