AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PipelineSummary.h
1
6#pragma once
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>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace IoTAnalytics
25{
26namespace Model
27{
28
35 {
36 public:
37 AWS_IOTANALYTICS_API PipelineSummary();
38 AWS_IOTANALYTICS_API PipelineSummary(Aws::Utils::Json::JsonView jsonValue);
39 AWS_IOTANALYTICS_API PipelineSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetPipelineName() const{ return m_pipelineName; }
48 inline bool PipelineNameHasBeenSet() const { return m_pipelineNameHasBeenSet; }
49 inline void SetPipelineName(const Aws::String& value) { m_pipelineNameHasBeenSet = true; m_pipelineName = value; }
50 inline void SetPipelineName(Aws::String&& value) { m_pipelineNameHasBeenSet = true; m_pipelineName = std::move(value); }
51 inline void SetPipelineName(const char* value) { m_pipelineNameHasBeenSet = true; m_pipelineName.assign(value); }
52 inline PipelineSummary& WithPipelineName(const Aws::String& value) { SetPipelineName(value); return *this;}
53 inline PipelineSummary& WithPipelineName(Aws::String&& value) { SetPipelineName(std::move(value)); return *this;}
54 inline PipelineSummary& WithPipelineName(const char* value) { SetPipelineName(value); return *this;}
56
58
61 inline const Aws::Vector<ReprocessingSummary>& GetReprocessingSummaries() const{ return m_reprocessingSummaries; }
62 inline bool ReprocessingSummariesHasBeenSet() const { return m_reprocessingSummariesHasBeenSet; }
63 inline void SetReprocessingSummaries(const Aws::Vector<ReprocessingSummary>& value) { m_reprocessingSummariesHasBeenSet = true; m_reprocessingSummaries = value; }
64 inline void SetReprocessingSummaries(Aws::Vector<ReprocessingSummary>&& value) { m_reprocessingSummariesHasBeenSet = true; m_reprocessingSummaries = std::move(value); }
67 inline PipelineSummary& AddReprocessingSummaries(const ReprocessingSummary& value) { m_reprocessingSummariesHasBeenSet = true; m_reprocessingSummaries.push_back(value); return *this; }
68 inline PipelineSummary& AddReprocessingSummaries(ReprocessingSummary&& value) { m_reprocessingSummariesHasBeenSet = true; m_reprocessingSummaries.push_back(std::move(value)); return *this; }
70
72
75 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
76 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
77 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; }
78 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); }
79 inline PipelineSummary& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;}
80 inline PipelineSummary& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
82
84
87 inline const Aws::Utils::DateTime& GetLastUpdateTime() const{ return m_lastUpdateTime; }
88 inline bool LastUpdateTimeHasBeenSet() const { return m_lastUpdateTimeHasBeenSet; }
89 inline void SetLastUpdateTime(const Aws::Utils::DateTime& value) { m_lastUpdateTimeHasBeenSet = true; m_lastUpdateTime = value; }
90 inline void SetLastUpdateTime(Aws::Utils::DateTime&& value) { m_lastUpdateTimeHasBeenSet = true; m_lastUpdateTime = std::move(value); }
91 inline PipelineSummary& WithLastUpdateTime(const Aws::Utils::DateTime& value) { SetLastUpdateTime(value); return *this;}
92 inline PipelineSummary& WithLastUpdateTime(Aws::Utils::DateTime&& value) { SetLastUpdateTime(std::move(value)); return *this;}
94 private:
95
96 Aws::String m_pipelineName;
97 bool m_pipelineNameHasBeenSet = false;
98
99 Aws::Vector<ReprocessingSummary> m_reprocessingSummaries;
100 bool m_reprocessingSummariesHasBeenSet = false;
101
102 Aws::Utils::DateTime m_creationTime;
103 bool m_creationTimeHasBeenSet = false;
104
105 Aws::Utils::DateTime m_lastUpdateTime;
106 bool m_lastUpdateTimeHasBeenSet = false;
107 };
108
109} // namespace Model
110} // namespace IoTAnalytics
111} // namespace Aws
void SetCreationTime(const Aws::Utils::DateTime &value)
PipelineSummary & WithLastUpdateTime(const Aws::Utils::DateTime &value)
void SetReprocessingSummaries(const Aws::Vector< ReprocessingSummary > &value)
void SetReprocessingSummaries(Aws::Vector< ReprocessingSummary > &&value)
const Aws::Utils::DateTime & GetCreationTime() const
PipelineSummary & WithCreationTime(Aws::Utils::DateTime &&value)
void SetPipelineName(Aws::String &&value)
void SetPipelineName(const Aws::String &value)
const Aws::Vector< ReprocessingSummary > & GetReprocessingSummaries() const
PipelineSummary & WithLastUpdateTime(Aws::Utils::DateTime &&value)
PipelineSummary & WithPipelineName(const Aws::String &value)
void SetLastUpdateTime(const Aws::Utils::DateTime &value)
void SetLastUpdateTime(Aws::Utils::DateTime &&value)
AWS_IOTANALYTICS_API PipelineSummary(Aws::Utils::Json::JsonView jsonValue)
PipelineSummary & AddReprocessingSummaries(const ReprocessingSummary &value)
AWS_IOTANALYTICS_API PipelineSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
PipelineSummary & WithReprocessingSummaries(const Aws::Vector< ReprocessingSummary > &value)
void SetCreationTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
PipelineSummary & WithReprocessingSummaries(Aws::Vector< ReprocessingSummary > &&value)
PipelineSummary & WithPipelineName(Aws::String &&value)
const Aws::String & GetPipelineName() const
PipelineSummary & AddReprocessingSummaries(ReprocessingSummary &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
PipelineSummary & WithCreationTime(const Aws::Utils::DateTime &value)
PipelineSummary & WithPipelineName(const char *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