7#include <aws/iotanalytics/IoTAnalytics_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/iotanalytics/model/ReprocessingSummary.h>
49 template<
typename PipelineNameT = Aws::String>
50 void SetPipelineName(PipelineNameT&& value) { m_pipelineNameHasBeenSet =
true; m_pipelineName = std::forward<PipelineNameT>(value); }
51 template<
typename PipelineNameT = Aws::String>
61 template<
typename ReprocessingSummariesT = Aws::Vector<ReprocessingSummary>>
62 void SetReprocessingSummaries(ReprocessingSummariesT&& value) { m_reprocessingSummariesHasBeenSet =
true; m_reprocessingSummaries = std::forward<ReprocessingSummariesT>(value); }
63 template<
typename ReprocessingSummariesT = Aws::Vector<ReprocessingSummary>>
65 template<
typename ReprocessingSummariesT = ReprocessingSummary>
66 PipelineSummary&
AddReprocessingSummaries(ReprocessingSummariesT&& value) { m_reprocessingSummariesHasBeenSet =
true; m_reprocessingSummaries.emplace_back(std::forward<ReprocessingSummariesT>(value));
return *
this; }
75 template<
typename CreationTimeT = Aws::Utils::DateTime>
76 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
77 template<
typename CreationTimeT = Aws::Utils::DateTime>
87 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
88 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
89 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
95 bool m_pipelineNameHasBeenSet =
false;
98 bool m_reprocessingSummariesHasBeenSet =
false;
101 bool m_creationTimeHasBeenSet =
false;
104 bool m_lastUpdateTimeHasBeenSet =
false;
void SetPipelineName(PipelineNameT &&value)
bool ReprocessingSummariesHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::Vector< ReprocessingSummary > & GetReprocessingSummaries() const
bool CreationTimeHasBeenSet() const
void SetLastUpdateTime(LastUpdateTimeT &&value)
PipelineSummary & WithLastUpdateTime(LastUpdateTimeT &&value)
PipelineSummary & WithPipelineName(PipelineNameT &&value)
AWS_IOTANALYTICS_API PipelineSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API PipelineSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(CreationTimeT &&value)
PipelineSummary & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
PipelineSummary & WithReprocessingSummaries(ReprocessingSummariesT &&value)
void SetReprocessingSummaries(ReprocessingSummariesT &&value)
bool LastUpdateTimeHasBeenSet() const
const Aws::String & GetPipelineName() const
bool PipelineNameHasBeenSet() const
AWS_IOTANALYTICS_API PipelineSummary()=default
PipelineSummary & AddReprocessingSummaries(ReprocessingSummariesT &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue