7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/ConnectorType.h>
9#include <aws/appflow/model/ExecutionDetails.h>
10#include <aws/appflow/model/FlowStatus.h>
11#include <aws/appflow/model/TriggerType.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
47 template <
typename FlowArnT = Aws::String>
49 m_flowArnHasBeenSet =
true;
50 m_flowArn = std::forward<FlowArnT>(value);
52 template <
typename FlowArnT = Aws::String>
65 template <
typename DescriptionT = Aws::String>
67 m_descriptionHasBeenSet =
true;
68 m_description = std::forward<DescriptionT>(value);
70 template <
typename DescriptionT = Aws::String>
84 template <
typename FlowNameT = Aws::String>
86 m_flowNameHasBeenSet =
true;
87 m_flowName = std::forward<FlowNameT>(value);
89 template <
typename FlowNameT = Aws::String>
103 m_flowStatusHasBeenSet =
true;
104 m_flowStatus = value;
120 m_sourceConnectorTypeHasBeenSet =
true;
121 m_sourceConnectorType = value;
135 template <
typename SourceConnectorLabelT = Aws::String>
137 m_sourceConnectorLabelHasBeenSet =
true;
138 m_sourceConnectorLabel = std::forward<SourceConnectorLabelT>(value);
140 template <
typename SourceConnectorLabelT = Aws::String>
155 m_destinationConnectorTypeHasBeenSet =
true;
156 m_destinationConnectorType = value;
170 template <
typename DestinationConnectorLabelT = Aws::String>
172 m_destinationConnectorLabelHasBeenSet =
true;
173 m_destinationConnectorLabel = std::forward<DestinationConnectorLabelT>(value);
175 template <
typename DestinationConnectorLabelT = Aws::String>
190 m_triggerTypeHasBeenSet =
true;
191 m_triggerType = value;
205 template <
typename CreatedAtT = Aws::Utils::DateTime>
207 m_createdAtHasBeenSet =
true;
208 m_createdAt = std::forward<CreatedAtT>(value);
210 template <
typename CreatedAtT = Aws::Utils::DateTime>
223 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
225 m_lastUpdatedAtHasBeenSet =
true;
226 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
228 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
241 template <
typename CreatedByT = Aws::String>
243 m_createdByHasBeenSet =
true;
244 m_createdBy = std::forward<CreatedByT>(value);
246 template <
typename CreatedByT = Aws::String>
259 template <
typename LastUpdatedByT = Aws::String>
261 m_lastUpdatedByHasBeenSet =
true;
262 m_lastUpdatedBy = std::forward<LastUpdatedByT>(value);
264 template <
typename LastUpdatedByT = Aws::String>
277 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
279 m_tagsHasBeenSet =
true;
280 m_tags = std::forward<TagsT>(value);
282 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
284 SetTags(std::forward<TagsT>(value));
287 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
289 m_tagsHasBeenSet =
true;
290 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
301 template <
typename LastRunExecutionDetailsT = ExecutionDetails>
303 m_lastRunExecutionDetailsHasBeenSet =
true;
304 m_lastRunExecutionDetails = std::forward<LastRunExecutionDetailsT>(value);
306 template <
typename LastRunExecutionDetailsT = ExecutionDetails>
341 ExecutionDetails m_lastRunExecutionDetails;
342 bool m_flowArnHasBeenSet =
false;
343 bool m_descriptionHasBeenSet =
false;
344 bool m_flowNameHasBeenSet =
false;
345 bool m_flowStatusHasBeenSet =
false;
346 bool m_sourceConnectorTypeHasBeenSet =
false;
347 bool m_sourceConnectorLabelHasBeenSet =
false;
348 bool m_destinationConnectorTypeHasBeenSet =
false;
349 bool m_destinationConnectorLabelHasBeenSet =
false;
350 bool m_triggerTypeHasBeenSet =
false;
351 bool m_createdAtHasBeenSet =
false;
352 bool m_lastUpdatedAtHasBeenSet =
false;
353 bool m_createdByHasBeenSet =
false;
354 bool m_lastUpdatedByHasBeenSet =
false;
355 bool m_tagsHasBeenSet =
false;
356 bool m_lastRunExecutionDetailsHasBeenSet =
false;
bool LastRunExecutionDetailsHasBeenSet() const
AWS_APPFLOW_API FlowDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTriggerType(TriggerType value)
bool TagsHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFlowName(FlowNameT &&value)
FlowDefinition & WithCreatedBy(CreatedByT &&value)
AWS_APPFLOW_API FlowDefinition()=default
FlowDefinition & WithFlowStatus(FlowStatus value)
bool DescriptionHasBeenSet() const
const Aws::String & GetFlowArn() const
const Aws::String & GetLastUpdatedBy() const
FlowDefinition & WithSourceConnectorLabel(SourceConnectorLabelT &&value)
FlowDefinition & WithTriggerType(TriggerType value)
bool DestinationConnectorLabelHasBeenSet() const
const Aws::String & GetCreatedBy() const
bool FlowNameHasBeenSet() const
bool CreatedByHasBeenSet() const
ConnectorType GetSourceConnectorType() const
bool TriggerTypeHasBeenSet() const
bool CreatedAtHasBeenSet() const
FlowDefinition & AddTags(TagsKeyT &&key, TagsValueT &&value)
FlowDefinition & WithTags(TagsT &&value)
void SetLastUpdatedBy(LastUpdatedByT &&value)
ConnectorType GetDestinationConnectorType() const
FlowDefinition & WithSourceConnectorType(ConnectorType value)
FlowDefinition & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetDescription() const
bool FlowStatusHasBeenSet() const
void SetDestinationConnectorLabel(DestinationConnectorLabelT &&value)
bool LastUpdatedAtHasBeenSet() const
bool LastUpdatedByHasBeenSet() const
const ExecutionDetails & GetLastRunExecutionDetails() const
void SetCreatedBy(CreatedByT &&value)
void SetDestinationConnectorType(ConnectorType value)
void SetSourceConnectorType(ConnectorType value)
void SetLastRunExecutionDetails(LastRunExecutionDetailsT &&value)
FlowDefinition & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetTags(TagsT &&value)
FlowStatus GetFlowStatus() const
FlowDefinition & WithLastUpdatedBy(LastUpdatedByT &&value)
bool SourceConnectorTypeHasBeenSet() const
bool DestinationConnectorTypeHasBeenSet() const
const Aws::String & GetDestinationConnectorLabel() const
FlowDefinition & WithDestinationConnectorType(ConnectorType value)
TriggerType GetTriggerType() const
void SetFlowStatus(FlowStatus value)
FlowDefinition & WithDescription(DescriptionT &&value)
const Aws::String & GetFlowName() const
const Aws::String & GetSourceConnectorLabel() const
void SetFlowArn(FlowArnT &&value)
FlowDefinition & WithFlowName(FlowNameT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
FlowDefinition & WithFlowArn(FlowArnT &&value)
bool FlowArnHasBeenSet() const
bool SourceConnectorLabelHasBeenSet() const
void SetSourceConnectorLabel(SourceConnectorLabelT &&value)
FlowDefinition & WithDestinationConnectorLabel(DestinationConnectorLabelT &&value)
FlowDefinition & WithLastRunExecutionDetails(LastRunExecutionDetailsT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetDescription(DescriptionT &&value)
AWS_APPFLOW_API FlowDefinition(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(CreatedAtT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue