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>
53 inline void SetInstanceId(
const char* value) { m_instanceIdHasBeenSet =
true; m_instanceId.assign(value); }
67 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
137 bool m_instanceIdHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
143 bool m_sourcesHasBeenSet =
false;
146 bool m_transformationHasBeenSet =
false;
149 bool m_targetHasBeenSet =
false;
152 bool m_createdTimeHasBeenSet =
false;
155 bool m_lastModifiedTimeHasBeenSet =
false;
DataIntegrationFlow & WithSources(const Aws::Vector< DataIntegrationFlowSource > &value)
DataIntegrationFlow & WithCreatedTime(const Aws::Utils::DateTime &value)
void SetName(const char *value)
DataIntegrationFlow & AddSources(const DataIntegrationFlowSource &value)
DataIntegrationFlow & WithTarget(const DataIntegrationFlowTarget &value)
const Aws::Vector< DataIntegrationFlowSource > & GetSources() const
bool LastModifiedTimeHasBeenSet() const
const DataIntegrationFlowTarget & GetTarget() const
void SetSources(Aws::Vector< DataIntegrationFlowSource > &&value)
DataIntegrationFlow & WithInstanceId(Aws::String &&value)
DataIntegrationFlow & AddSources(DataIntegrationFlowSource &&value)
DataIntegrationFlow & WithTransformation(DataIntegrationFlowTransformation &&value)
const Aws::String & GetInstanceId() const
AWS_SUPPLYCHAIN_API DataIntegrationFlow()
DataIntegrationFlow & WithName(Aws::String &&value)
void SetSources(const Aws::Vector< DataIntegrationFlowSource > &value)
DataIntegrationFlow & WithInstanceId(const Aws::String &value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
void SetInstanceId(Aws::String &&value)
DataIntegrationFlow & WithTransformation(const DataIntegrationFlowTransformation &value)
DataIntegrationFlow & WithLastModifiedTime(const Aws::Utils::DateTime &value)
void SetInstanceId(const Aws::String &value)
bool InstanceIdHasBeenSet() const
bool CreatedTimeHasBeenSet() const
void SetName(Aws::String &&value)
bool SourcesHasBeenSet() const
DataIntegrationFlow & WithLastModifiedTime(Aws::Utils::DateTime &&value)
AWS_SUPPLYCHAIN_API DataIntegrationFlow(Aws::Utils::Json::JsonView jsonValue)
DataIntegrationFlow & WithSources(Aws::Vector< DataIntegrationFlowSource > &&value)
DataIntegrationFlow & WithName(const char *value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SUPPLYCHAIN_API DataIntegrationFlow & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedTime(Aws::Utils::DateTime &&value)
void SetTransformation(const DataIntegrationFlowTransformation &value)
void SetInstanceId(const char *value)
void SetName(const Aws::String &value)
bool TargetHasBeenSet() const
bool TransformationHasBeenSet() const
AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTarget(DataIntegrationFlowTarget &&value)
DataIntegrationFlow & WithName(const Aws::String &value)
bool NameHasBeenSet() const
void SetTarget(const DataIntegrationFlowTarget &value)
const Aws::String & GetName() const
DataIntegrationFlow & WithTarget(DataIntegrationFlowTarget &&value)
DataIntegrationFlow & WithCreatedTime(Aws::Utils::DateTime &&value)
const DataIntegrationFlowTransformation & GetTransformation() const
void SetCreatedTime(const Aws::Utils::DateTime &value)
DataIntegrationFlow & WithInstanceId(const char *value)
const Aws::Utils::DateTime & GetCreatedTime() const
void SetTransformation(DataIntegrationFlowTransformation &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue