7#include <aws/supplychain/SupplyChain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/supplychain/model/DataIntegrationFlowTransformation.h>
11#include <aws/supplychain/model/DataIntegrationFlowTarget.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/supplychain/model/DataIntegrationFlowSource.h>
51 template<
typename InstanceIdT = Aws::String>
52 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
53 template<
typename InstanceIdT = Aws::String>
63 template<
typename NameT = Aws::String>
64 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
65 template<
typename NameT = Aws::String>
75 template<
typename SourcesT = Aws::Vector<DataIntegrationFlowSource>>
76 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
77 template<
typename SourcesT = Aws::Vector<DataIntegrationFlowSource>>
79 template<
typename SourcesT = DataIntegrationFlowSource>
89 template<
typename TransformationT = DataIntegrationFlowTransformation>
90 void SetTransformation(TransformationT&& value) { m_transformationHasBeenSet =
true; m_transformation = std::forward<TransformationT>(value); }
91 template<
typename TransformationT = DataIntegrationFlowTransformation>
101 template<
typename TargetT = DataIntegrationFlowTarget>
102 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
103 template<
typename TargetT = DataIntegrationFlowTarget>
113 template<
typename CreatedTimeT = Aws::Utils::DateTime>
114 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
115 template<
typename CreatedTimeT = Aws::Utils::DateTime>
125 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
126 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
127 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
133 bool m_instanceIdHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
139 bool m_sourcesHasBeenSet =
false;
142 bool m_transformationHasBeenSet =
false;
145 bool m_targetHasBeenSet =
false;
148 bool m_createdTimeHasBeenSet =
false;
151 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