7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/KbIngestionStatus.h>
43 template <
typename IngestionIdT = Aws::String>
45 m_ingestionIdHasBeenSet =
true;
46 m_ingestionId = std::forward<IngestionIdT>(value);
48 template <
typename IngestionIdT = Aws::String>
62 m_ingestionStatusHasBeenSet =
true;
63 m_ingestionStatus = value;
77 template <
typename StartTimeT = Aws::Utils::DateTime>
79 m_startTimeHasBeenSet =
true;
80 m_startTime = std::forward<StartTimeT>(value);
82 template <
typename StartTimeT = Aws::Utils::DateTime>
95 template <
typename EndTimeT = Aws::Utils::DateTime>
97 m_endTimeHasBeenSet =
true;
98 m_endTime = std::forward<EndTimeT>(value);
100 template <
typename EndTimeT = Aws::Utils::DateTime>
114 bool m_ingestionIdHasBeenSet =
false;
115 bool m_ingestionStatusHasBeenSet =
false;
116 bool m_startTimeHasBeenSet =
false;
117 bool m_endTimeHasBeenSet =
false;
bool EndTimeHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
void SetIngestionStatus(KbIngestionStatus value)
const Aws::String & GetIngestionId() const
bool IngestionIdHasBeenSet() const
AWS_QUICKSIGHT_API KnowledgeBaseIngestionSummary()=default
KnowledgeBaseIngestionSummary & WithIngestionId(IngestionIdT &&value)
KnowledgeBaseIngestionSummary & WithEndTime(EndTimeT &&value)
bool StartTimeHasBeenSet() const
AWS_QUICKSIGHT_API KnowledgeBaseIngestionSummary(Aws::Utils::Json::JsonView jsonValue)
KnowledgeBaseIngestionSummary & WithIngestionStatus(KbIngestionStatus value)
AWS_QUICKSIGHT_API KnowledgeBaseIngestionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStartTime(StartTimeT &&value)
void SetEndTime(EndTimeT &&value)
KnowledgeBaseIngestionSummary & WithStartTime(StartTimeT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetStartTime() const
KbIngestionStatus GetIngestionStatus() const
void SetIngestionId(IngestionIdT &&value)
bool IngestionStatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue