7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/supplychain/SupplyChain_EXPORTS.h>
10#include <aws/supplychain/model/DataIntegrationFlowExecutionOutputMetadata.h>
11#include <aws/supplychain/model/DataIntegrationFlowExecutionSourceInfo.h>
12#include <aws/supplychain/model/DataIntegrationFlowExecutionStatus.h>
23namespace SupplyChain {
44 template <
typename InstanceIdT = Aws::String>
46 m_instanceIdHasBeenSet =
true;
47 m_instanceId = std::forward<InstanceIdT>(value);
49 template <
typename InstanceIdT = Aws::String>
62 template <
typename FlowNameT = Aws::String>
64 m_flowNameHasBeenSet =
true;
65 m_flowName = std::forward<FlowNameT>(value);
67 template <
typename FlowNameT = Aws::String>
80 template <
typename ExecutionIdT = Aws::String>
82 m_executionIdHasBeenSet =
true;
83 m_executionId = std::forward<ExecutionIdT>(value);
85 template <
typename ExecutionIdT = Aws::String>
99 m_statusHasBeenSet =
true;
114 template <
typename SourceInfoT = DataIntegrationFlowExecutionSourceInfo>
116 m_sourceInfoHasBeenSet =
true;
117 m_sourceInfo = std::forward<SourceInfoT>(value);
119 template <
typename SourceInfoT = DataIntegrationFlowExecutionSourceInfo>
132 template <
typename MessageT = Aws::String>
134 m_messageHasBeenSet =
true;
135 m_message = std::forward<MessageT>(value);
137 template <
typename MessageT = Aws::String>
150 template <
typename StartTimeT = Aws::Utils::DateTime>
152 m_startTimeHasBeenSet =
true;
153 m_startTime = std::forward<StartTimeT>(value);
155 template <
typename StartTimeT = Aws::Utils::DateTime>
168 template <
typename EndTimeT = Aws::Utils::DateTime>
170 m_endTimeHasBeenSet =
true;
171 m_endTime = std::forward<EndTimeT>(value);
173 template <
typename EndTimeT = Aws::Utils::DateTime>
186 template <
typename OutputMetadataT = DataIntegrationFlowExecutionOutputMetadata>
188 m_outputMetadataHasBeenSet =
true;
189 m_outputMetadata = std::forward<OutputMetadataT>(value);
191 template <
typename OutputMetadataT = DataIntegrationFlowExecutionOutputMetadata>
206 DataIntegrationFlowExecutionSourceInfo m_sourceInfo;
214 DataIntegrationFlowExecutionOutputMetadata m_outputMetadata;
215 bool m_instanceIdHasBeenSet =
false;
216 bool m_flowNameHasBeenSet =
false;
217 bool m_executionIdHasBeenSet =
false;
218 bool m_statusHasBeenSet =
false;
219 bool m_sourceInfoHasBeenSet =
false;
220 bool m_messageHasBeenSet =
false;
221 bool m_startTimeHasBeenSet =
false;
222 bool m_endTimeHasBeenSet =
false;
223 bool m_outputMetadataHasBeenSet =
false;
DataIntegrationFlowExecution & WithStartTime(StartTimeT &&value)
const DataIntegrationFlowExecutionOutputMetadata & GetOutputMetadata() const
DataIntegrationFlowExecution & WithExecutionId(ExecutionIdT &&value)
bool FlowNameHasBeenSet() const
DataIntegrationFlowExecution & WithMessage(MessageT &&value)
DataIntegrationFlowExecution & WithFlowName(FlowNameT &&value)
bool StatusHasBeenSet() const
DataIntegrationFlowExecutionStatus GetStatus() const
const Aws::String & GetFlowName() const
DataIntegrationFlowExecution & WithEndTime(EndTimeT &&value)
void SetOutputMetadata(OutputMetadataT &&value)
DataIntegrationFlowExecution & WithStatus(DataIntegrationFlowExecutionStatus value)
void SetInstanceId(InstanceIdT &&value)
const Aws::Utils::DateTime & GetStartTime() const
bool MessageHasBeenSet() const
void SetSourceInfo(SourceInfoT &&value)
DataIntegrationFlowExecution & WithInstanceId(InstanceIdT &&value)
AWS_SUPPLYCHAIN_API DataIntegrationFlowExecution & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
void SetFlowName(FlowNameT &&value)
void SetStartTime(StartTimeT &&value)
const Aws::String & GetExecutionId() const
AWS_SUPPLYCHAIN_API DataIntegrationFlowExecution()=default
bool InstanceIdHasBeenSet() const
DataIntegrationFlowExecution & WithSourceInfo(SourceInfoT &&value)
bool SourceInfoHasBeenSet() const
void SetEndTime(EndTimeT &&value)
const Aws::String & GetInstanceId() const
AWS_SUPPLYCHAIN_API DataIntegrationFlowExecution(Aws::Utils::Json::JsonView jsonValue)
void SetExecutionId(ExecutionIdT &&value)
const DataIntegrationFlowExecutionSourceInfo & GetSourceInfo() const
const Aws::String & GetMessage() const
bool StartTimeHasBeenSet() const
bool ExecutionIdHasBeenSet() const
bool EndTimeHasBeenSet() const
DataIntegrationFlowExecution & WithOutputMetadata(OutputMetadataT &&value)
AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(DataIntegrationFlowExecutionStatus value)
const Aws::Utils::DateTime & GetEndTime() const
bool OutputMetadataHasBeenSet() const
DataIntegrationFlowExecutionStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue