7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/supplychain/SupplyChain_EXPORTS.h>
11#include <aws/supplychain/model/DataIntegrationFlowSource.h>
12#include <aws/supplychain/model/DataIntegrationFlowTarget.h>
13#include <aws/supplychain/model/DataIntegrationFlowTransformation.h>
24namespace SupplyChain {
45 template <
typename InstanceIdT = Aws::String>
47 m_instanceIdHasBeenSet =
true;
48 m_instanceId = std::forward<InstanceIdT>(value);
50 template <
typename InstanceIdT = Aws::String>
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
81 template <
typename SourcesT = Aws::Vector<DataIntegrationFlowSource>>
83 m_sourcesHasBeenSet =
true;
84 m_sources = std::forward<SourcesT>(value);
86 template <
typename SourcesT = Aws::Vector<DataIntegrationFlowSource>>
91 template <
typename SourcesT = DataIntegrationFlowSource>
93 m_sourcesHasBeenSet =
true;
94 m_sources.emplace_back(std::forward<SourcesT>(value));
105 template <
typename TransformationT = DataIntegrationFlowTransformation>
107 m_transformationHasBeenSet =
true;
108 m_transformation = std::forward<TransformationT>(value);
110 template <
typename TransformationT = DataIntegrationFlowTransformation>
123 template <
typename TargetT = DataIntegrationFlowTarget>
125 m_targetHasBeenSet =
true;
126 m_target = std::forward<TargetT>(value);
128 template <
typename TargetT = DataIntegrationFlowTarget>
141 template <
typename CreatedTimeT = Aws::Utils::DateTime>
143 m_createdTimeHasBeenSet =
true;
144 m_createdTime = std::forward<CreatedTimeT>(value);
146 template <
typename CreatedTimeT = Aws::Utils::DateTime>
159 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
161 m_lastModifiedTimeHasBeenSet =
true;
162 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
164 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
184 bool m_instanceIdHasBeenSet =
false;
185 bool m_nameHasBeenSet =
false;
186 bool m_sourcesHasBeenSet =
false;
187 bool m_transformationHasBeenSet =
false;
188 bool m_targetHasBeenSet =
false;
189 bool m_createdTimeHasBeenSet =
false;
190 bool m_lastModifiedTimeHasBeenSet =
false;
void SetCreatedTime(CreatedTimeT &&value)
const Aws::Vector< DataIntegrationFlowSource > & GetSources() const
bool LastModifiedTimeHasBeenSet() const
DataIntegrationFlow & WithTransformation(TransformationT &&value)
const DataIntegrationFlowTarget & GetTarget() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
AWS_SUPPLYCHAIN_API DataIntegrationFlow()=default
const Aws::String & GetInstanceId() const
void SetTarget(TargetT &&value)
void SetSources(SourcesT &&value)
bool InstanceIdHasBeenSet() const
bool CreatedTimeHasBeenSet() const
bool SourcesHasBeenSet() const
DataIntegrationFlow & WithName(NameT &&value)
DataIntegrationFlow & WithCreatedTime(CreatedTimeT &&value)
AWS_SUPPLYCHAIN_API DataIntegrationFlow(Aws::Utils::Json::JsonView jsonValue)
void SetInstanceId(InstanceIdT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SUPPLYCHAIN_API DataIntegrationFlow & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTransformation(TransformationT &&value)
bool TargetHasBeenSet() const
bool TransformationHasBeenSet() const
DataIntegrationFlow & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
DataIntegrationFlow & WithInstanceId(InstanceIdT &&value)
DataIntegrationFlow & WithTarget(TargetT &&value)
DataIntegrationFlow & WithSources(SourcesT &&value)
DataIntegrationFlow & AddSources(SourcesT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
const DataIntegrationFlowTransformation & GetTransformation() const
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetCreatedTime() 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