7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/bedrock-agent/model/IngestionJobStatistics.h>
12#include <aws/bedrock-agent/model/IngestionJobStatus.h>
60 inline void SetDataSourceId(
const char* value) { m_dataSourceIdHasBeenSet =
true; m_dataSourceId.assign(value); }
74 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
103 inline void SetIngestionJobId(
const char* value) { m_ingestionJobIdHasBeenSet =
true; m_ingestionJobId.assign(value); }
117 inline void SetKnowledgeBaseId(
const char* value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId.assign(value); }
177 bool m_dataSourceIdHasBeenSet =
false;
180 bool m_descriptionHasBeenSet =
false;
183 bool m_failureReasonsHasBeenSet =
false;
186 bool m_ingestionJobIdHasBeenSet =
false;
189 bool m_knowledgeBaseIdHasBeenSet =
false;
192 bool m_startedAtHasBeenSet =
false;
195 bool m_statisticsHasBeenSet =
false;
198 bool m_statusHasBeenSet =
false;
201 bool m_updatedAtHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIngestionJobId(const char *value)
IngestionJob & AddFailureReasons(const Aws::String &value)
AWS_BEDROCKAGENT_API IngestionJob()
void SetIngestionJobId(const Aws::String &value)
IngestionJob & WithDescription(const Aws::String &value)
IngestionJob & WithStatistics(IngestionJobStatistics &&value)
void SetStartedAt(const Aws::Utils::DateTime &value)
void SetStartedAt(Aws::Utils::DateTime &&value)
bool UpdatedAtHasBeenSet() const
IngestionJob & WithDataSourceId(const Aws::String &value)
IngestionJob & WithStartedAt(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetStartedAt() const
void SetFailureReasons(Aws::Vector< Aws::String > &&value)
bool StatusHasBeenSet() const
IngestionJob & WithDataSourceId(const char *value)
bool StatisticsHasBeenSet() const
const Aws::String & GetDataSourceId() const
IngestionJob & WithFailureReasons(Aws::Vector< Aws::String > &&value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
const Aws::String & GetIngestionJobId() const
IngestionJob & WithFailureReasons(const Aws::Vector< Aws::String > &value)
IngestionJob & WithDataSourceId(Aws::String &&value)
bool DescriptionHasBeenSet() const
void SetStatus(const IngestionJobStatus &value)
AWS_BEDROCKAGENT_API IngestionJob(Aws::Utils::Json::JsonView jsonValue)
IngestionJob & WithUpdatedAt(const Aws::Utils::DateTime &value)
IngestionJob & WithDescription(Aws::String &&value)
const Aws::String & GetDescription() const
void SetStatistics(const IngestionJobStatistics &value)
void SetDataSourceId(Aws::String &&value)
void SetFailureReasons(const Aws::Vector< Aws::String > &value)
bool StartedAtHasBeenSet() const
IngestionJob & AddFailureReasons(Aws::String &&value)
const IngestionJobStatistics & GetStatistics() const
IngestionJob & WithKnowledgeBaseId(const char *value)
IngestionJob & WithStatus(const IngestionJobStatus &value)
bool KnowledgeBaseIdHasBeenSet() const
bool DataSourceIdHasBeenSet() const
IngestionJob & WithStatistics(const IngestionJobStatistics &value)
void SetDescription(Aws::String &&value)
void SetKnowledgeBaseId(Aws::String &&value)
bool IngestionJobIdHasBeenSet() const
void SetKnowledgeBaseId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetFailureReasons() const
void SetUpdatedAt(const Aws::Utils::DateTime &value)
void SetDescription(const char *value)
IngestionJob & WithDescription(const char *value)
const Aws::String & GetKnowledgeBaseId() const
IngestionJob & WithKnowledgeBaseId(Aws::String &&value)
IngestionJob & WithKnowledgeBaseId(const Aws::String &value)
bool FailureReasonsHasBeenSet() const
const IngestionJobStatus & GetStatus() const
void SetDataSourceId(const char *value)
void SetDataSourceId(const Aws::String &value)
void SetIngestionJobId(Aws::String &&value)
IngestionJob & WithIngestionJobId(const Aws::String &value)
AWS_BEDROCKAGENT_API IngestionJob & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(const Aws::String &value)
IngestionJob & WithStatus(IngestionJobStatus &&value)
void SetStatistics(IngestionJobStatistics &&value)
IngestionJob & WithIngestionJobId(const char *value)
IngestionJob & AddFailureReasons(const char *value)
void SetStatus(IngestionJobStatus &&value)
void SetKnowledgeBaseId(const char *value)
IngestionJob & WithUpdatedAt(Aws::Utils::DateTime &&value)
IngestionJob & WithIngestionJobId(Aws::String &&value)
IngestionJob & WithStartedAt(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue