AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AppflowIntegrationWorkflowStep.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/Status.h>
10#include <aws/core/utils/DateTime.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace CustomerProfiles
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowStep();
40 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline const Aws::String& GetFlowName() const{ return m_flowName; }
50 inline bool FlowNameHasBeenSet() const { return m_flowNameHasBeenSet; }
51 inline void SetFlowName(const Aws::String& value) { m_flowNameHasBeenSet = true; m_flowName = value; }
52 inline void SetFlowName(Aws::String&& value) { m_flowNameHasBeenSet = true; m_flowName = std::move(value); }
53 inline void SetFlowName(const char* value) { m_flowNameHasBeenSet = true; m_flowName.assign(value); }
54 inline AppflowIntegrationWorkflowStep& WithFlowName(const Aws::String& value) { SetFlowName(value); return *this;}
55 inline AppflowIntegrationWorkflowStep& WithFlowName(Aws::String&& value) { SetFlowName(std::move(value)); return *this;}
56 inline AppflowIntegrationWorkflowStep& WithFlowName(const char* value) { SetFlowName(value); return *this;}
58
60
63 inline const Status& GetStatus() const{ return m_status; }
64 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
65 inline void SetStatus(const Status& value) { m_statusHasBeenSet = true; m_status = value; }
66 inline void SetStatus(Status&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
67 inline AppflowIntegrationWorkflowStep& WithStatus(const Status& value) { SetStatus(value); return *this;}
68 inline AppflowIntegrationWorkflowStep& WithStatus(Status&& value) { SetStatus(std::move(value)); return *this;}
70
72
76 inline const Aws::String& GetExecutionMessage() const{ return m_executionMessage; }
77 inline bool ExecutionMessageHasBeenSet() const { return m_executionMessageHasBeenSet; }
78 inline void SetExecutionMessage(const Aws::String& value) { m_executionMessageHasBeenSet = true; m_executionMessage = value; }
79 inline void SetExecutionMessage(Aws::String&& value) { m_executionMessageHasBeenSet = true; m_executionMessage = std::move(value); }
80 inline void SetExecutionMessage(const char* value) { m_executionMessageHasBeenSet = true; m_executionMessage.assign(value); }
82 inline AppflowIntegrationWorkflowStep& WithExecutionMessage(Aws::String&& value) { SetExecutionMessage(std::move(value)); return *this;}
83 inline AppflowIntegrationWorkflowStep& WithExecutionMessage(const char* value) { SetExecutionMessage(value); return *this;}
85
87
91 inline long long GetRecordsProcessed() const{ return m_recordsProcessed; }
92 inline bool RecordsProcessedHasBeenSet() const { return m_recordsProcessedHasBeenSet; }
93 inline void SetRecordsProcessed(long long value) { m_recordsProcessedHasBeenSet = true; m_recordsProcessed = value; }
94 inline AppflowIntegrationWorkflowStep& WithRecordsProcessed(long long value) { SetRecordsProcessed(value); return *this;}
96
98
102 inline const Aws::String& GetBatchRecordsStartTime() const{ return m_batchRecordsStartTime; }
103 inline bool BatchRecordsStartTimeHasBeenSet() const { return m_batchRecordsStartTimeHasBeenSet; }
104 inline void SetBatchRecordsStartTime(const Aws::String& value) { m_batchRecordsStartTimeHasBeenSet = true; m_batchRecordsStartTime = value; }
105 inline void SetBatchRecordsStartTime(Aws::String&& value) { m_batchRecordsStartTimeHasBeenSet = true; m_batchRecordsStartTime = std::move(value); }
106 inline void SetBatchRecordsStartTime(const char* value) { m_batchRecordsStartTimeHasBeenSet = true; m_batchRecordsStartTime.assign(value); }
111
113
117 inline const Aws::String& GetBatchRecordsEndTime() const{ return m_batchRecordsEndTime; }
118 inline bool BatchRecordsEndTimeHasBeenSet() const { return m_batchRecordsEndTimeHasBeenSet; }
119 inline void SetBatchRecordsEndTime(const Aws::String& value) { m_batchRecordsEndTimeHasBeenSet = true; m_batchRecordsEndTime = value; }
120 inline void SetBatchRecordsEndTime(Aws::String&& value) { m_batchRecordsEndTimeHasBeenSet = true; m_batchRecordsEndTime = std::move(value); }
121 inline void SetBatchRecordsEndTime(const char* value) { m_batchRecordsEndTimeHasBeenSet = true; m_batchRecordsEndTime.assign(value); }
124 inline AppflowIntegrationWorkflowStep& WithBatchRecordsEndTime(const char* value) { SetBatchRecordsEndTime(value); return *this;}
126
128
132 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
133 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
134 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
135 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
137 inline AppflowIntegrationWorkflowStep& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
139
141
145 inline const Aws::Utils::DateTime& GetLastUpdatedAt() const{ return m_lastUpdatedAt; }
146 inline bool LastUpdatedAtHasBeenSet() const { return m_lastUpdatedAtHasBeenSet; }
147 inline void SetLastUpdatedAt(const Aws::Utils::DateTime& value) { m_lastUpdatedAtHasBeenSet = true; m_lastUpdatedAt = value; }
148 inline void SetLastUpdatedAt(Aws::Utils::DateTime&& value) { m_lastUpdatedAtHasBeenSet = true; m_lastUpdatedAt = std::move(value); }
152 private:
153
154 Aws::String m_flowName;
155 bool m_flowNameHasBeenSet = false;
156
157 Status m_status;
158 bool m_statusHasBeenSet = false;
159
160 Aws::String m_executionMessage;
161 bool m_executionMessageHasBeenSet = false;
162
163 long long m_recordsProcessed;
164 bool m_recordsProcessedHasBeenSet = false;
165
166 Aws::String m_batchRecordsStartTime;
167 bool m_batchRecordsStartTimeHasBeenSet = false;
168
169 Aws::String m_batchRecordsEndTime;
170 bool m_batchRecordsEndTimeHasBeenSet = false;
171
172 Aws::Utils::DateTime m_createdAt;
173 bool m_createdAtHasBeenSet = false;
174
175 Aws::Utils::DateTime m_lastUpdatedAt;
176 bool m_lastUpdatedAtHasBeenSet = false;
177 };
178
179} // namespace Model
180} // namespace CustomerProfiles
181} // namespace Aws
AppflowIntegrationWorkflowStep & WithFlowName(Aws::String &&value)
AppflowIntegrationWorkflowStep & WithFlowName(const char *value)
AppflowIntegrationWorkflowStep & WithBatchRecordsStartTime(const Aws::String &value)
AppflowIntegrationWorkflowStep & WithBatchRecordsEndTime(Aws::String &&value)
AppflowIntegrationWorkflowStep & WithExecutionMessage(Aws::String &&value)
AppflowIntegrationWorkflowStep & WithRecordsProcessed(long long value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AppflowIntegrationWorkflowStep & WithLastUpdatedAt(const Aws::Utils::DateTime &value)
AppflowIntegrationWorkflowStep & WithBatchRecordsEndTime(const char *value)
AppflowIntegrationWorkflowStep & WithBatchRecordsEndTime(const Aws::String &value)
AppflowIntegrationWorkflowStep & WithExecutionMessage(const Aws::String &value)
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowStep(Aws::Utils::Json::JsonView jsonValue)
AppflowIntegrationWorkflowStep & WithCreatedAt(const Aws::Utils::DateTime &value)
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowStep & operator=(Aws::Utils::Json::JsonView jsonValue)
AppflowIntegrationWorkflowStep & WithBatchRecordsStartTime(const char *value)
AppflowIntegrationWorkflowStep & WithStatus(const Status &value)
AppflowIntegrationWorkflowStep & WithExecutionMessage(const char *value)
AppflowIntegrationWorkflowStep & WithCreatedAt(Aws::Utils::DateTime &&value)
AppflowIntegrationWorkflowStep & WithLastUpdatedAt(Aws::Utils::DateTime &&value)
AppflowIntegrationWorkflowStep & WithBatchRecordsStartTime(Aws::String &&value)
AppflowIntegrationWorkflowStep & WithFlowName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue