7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/FlowStatus.h>
10#include <aws/appflow/model/ConnectorType.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/appflow/model/ExecutionDetails.h>
53 template<
typename FlowArnT = Aws::String>
54 void SetFlowArn(FlowArnT&& value) { m_flowArnHasBeenSet =
true; m_flowArn = std::forward<FlowArnT>(value); }
55 template<
typename FlowArnT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
78 template<
typename FlowNameT = Aws::String>
79 void SetFlowName(FlowNameT&& value) { m_flowNameHasBeenSet =
true; m_flowName = std::forward<FlowNameT>(value); }
80 template<
typename FlowNameT = Aws::String>
111 template<
typename SourceConnectorLabelT = Aws::String>
112 void SetSourceConnectorLabel(SourceConnectorLabelT&& value) { m_sourceConnectorLabelHasBeenSet =
true; m_sourceConnectorLabel = std::forward<SourceConnectorLabelT>(value); }
113 template<
typename SourceConnectorLabelT = Aws::String>
134 template<
typename DestinationConnectorLabelT = Aws::String>
135 void SetDestinationConnectorLabel(DestinationConnectorLabelT&& value) { m_destinationConnectorLabelHasBeenSet =
true; m_destinationConnectorLabel = std::forward<DestinationConnectorLabelT>(value); }
136 template<
typename DestinationConnectorLabelT = Aws::String>
157 template<
typename CreatedAtT = Aws::Utils::DateTime>
158 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
159 template<
typename CreatedAtT = Aws::Utils::DateTime>
169 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
170 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
171 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
181 template<
typename CreatedByT = Aws::String>
182 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
183 template<
typename CreatedByT = Aws::String>
193 template<
typename LastUpdatedByT = Aws::String>
194 void SetLastUpdatedBy(LastUpdatedByT&& value) { m_lastUpdatedByHasBeenSet =
true; m_lastUpdatedBy = std::forward<LastUpdatedByT>(value); }
195 template<
typename LastUpdatedByT = Aws::String>
205 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
206 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
207 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
209 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
211 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
221 template<
typename LastRunExecutionDetailsT = ExecutionDetails>
222 void SetLastRunExecutionDetails(LastRunExecutionDetailsT&& value) { m_lastRunExecutionDetailsHasBeenSet =
true; m_lastRunExecutionDetails = std::forward<LastRunExecutionDetailsT>(value); }
223 template<
typename LastRunExecutionDetailsT = ExecutionDetails>
229 bool m_flowArnHasBeenSet =
false;
232 bool m_descriptionHasBeenSet =
false;
235 bool m_flowNameHasBeenSet =
false;
238 bool m_flowStatusHasBeenSet =
false;
241 bool m_sourceConnectorTypeHasBeenSet =
false;
244 bool m_sourceConnectorLabelHasBeenSet =
false;
247 bool m_destinationConnectorTypeHasBeenSet =
false;
250 bool m_destinationConnectorLabelHasBeenSet =
false;
253 bool m_triggerTypeHasBeenSet =
false;
256 bool m_createdAtHasBeenSet =
false;
259 bool m_lastUpdatedAtHasBeenSet =
false;
262 bool m_createdByHasBeenSet =
false;
265 bool m_lastUpdatedByHasBeenSet =
false;
268 bool m_tagsHasBeenSet =
false;
270 ExecutionDetails m_lastRunExecutionDetails;
271 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