7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/FlowDefinitionOutputConfig.h>
11#include <aws/sagemaker/model/FlowDefinitionStatus.h>
12#include <aws/sagemaker/model/HumanLoopActivationConfig.h>
13#include <aws/sagemaker/model/HumanLoopConfig.h>
14#include <aws/sagemaker/model/HumanLoopRequestSource.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename FlowDefinitionArnT = Aws::String>
42 m_flowDefinitionArnHasBeenSet =
true;
43 m_flowDefinitionArn = std::forward<FlowDefinitionArnT>(value);
45 template <
typename FlowDefinitionArnT = Aws::String>
57 template <
typename FlowDefinitionNameT = Aws::String>
59 m_flowDefinitionNameHasBeenSet =
true;
60 m_flowDefinitionName = std::forward<FlowDefinitionNameT>(value);
62 template <
typename FlowDefinitionNameT = Aws::String>
75 m_flowDefinitionStatusHasBeenSet =
true;
76 m_flowDefinitionStatus = value;
89 template <
typename CreationTimeT = Aws::Utils::DateTime>
91 m_creationTimeHasBeenSet =
true;
92 m_creationTime = std::forward<CreationTimeT>(value);
94 template <
typename CreationTimeT = Aws::Utils::DateTime>
107 template <
typename HumanLoopRequestSourceT = HumanLoopRequestSource>
109 m_humanLoopRequestSourceHasBeenSet =
true;
110 m_humanLoopRequestSource = std::forward<HumanLoopRequestSourceT>(value);
112 template <
typename HumanLoopRequestSourceT = HumanLoopRequestSource>
125 template <
typename HumanLoopActivationConfigT = HumanLoopActivationConfig>
127 m_humanLoopActivationConfigHasBeenSet =
true;
128 m_humanLoopActivationConfig = std::forward<HumanLoopActivationConfigT>(value);
130 template <
typename HumanLoopActivationConfigT = HumanLoopActivationConfig>
143 template <
typename HumanLoopConfigT = HumanLoopConfig>
145 m_humanLoopConfigHasBeenSet =
true;
146 m_humanLoopConfig = std::forward<HumanLoopConfigT>(value);
148 template <
typename HumanLoopConfigT = HumanLoopConfig>
160 template <
typename OutputConfigT = FlowDefinitionOutputConfig>
162 m_outputConfigHasBeenSet =
true;
163 m_outputConfig = std::forward<OutputConfigT>(value);
165 template <
typename OutputConfigT = FlowDefinitionOutputConfig>
178 template <
typename RoleArnT = Aws::String>
180 m_roleArnHasBeenSet =
true;
181 m_roleArn = std::forward<RoleArnT>(value);
183 template <
typename RoleArnT = Aws::String>
195 template <
typename FailureReasonT = Aws::String>
197 m_failureReasonHasBeenSet =
true;
198 m_failureReason = std::forward<FailureReasonT>(value);
200 template <
typename FailureReasonT = Aws::String>
210 template <
typename RequestIdT = Aws::String>
212 m_requestIdHasBeenSet =
true;
213 m_requestId = std::forward<RequestIdT>(value);
215 template <
typename RequestIdT = Aws::String>
230 HumanLoopRequestSource m_humanLoopRequestSource;
232 HumanLoopActivationConfig m_humanLoopActivationConfig;
234 HumanLoopConfig m_humanLoopConfig;
236 FlowDefinitionOutputConfig m_outputConfig;
243 bool m_flowDefinitionArnHasBeenSet =
false;
244 bool m_flowDefinitionNameHasBeenSet =
false;
245 bool m_flowDefinitionStatusHasBeenSet =
false;
246 bool m_creationTimeHasBeenSet =
false;
247 bool m_humanLoopRequestSourceHasBeenSet =
false;
248 bool m_humanLoopActivationConfigHasBeenSet =
false;
249 bool m_humanLoopConfigHasBeenSet =
false;
250 bool m_outputConfigHasBeenSet =
false;
251 bool m_roleArnHasBeenSet =
false;
252 bool m_failureReasonHasBeenSet =
false;
253 bool m_requestIdHasBeenSet =
false;
void SetRoleArn(RoleArnT &&value)
void SetFlowDefinitionArn(FlowDefinitionArnT &&value)
AWS_SAGEMAKER_API DescribeFlowDefinitionResult()=default
const HumanLoopConfig & GetHumanLoopConfig() const
const HumanLoopRequestSource & GetHumanLoopRequestSource() const
void SetRequestId(RequestIdT &&value)
DescribeFlowDefinitionResult & WithOutputConfig(OutputConfigT &&value)
DescribeFlowDefinitionResult & WithCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API DescribeFlowDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreationTime(CreationTimeT &&value)
DescribeFlowDefinitionResult & WithRoleArn(RoleArnT &&value)
AWS_SAGEMAKER_API DescribeFlowDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFailureReason(FailureReasonT &&value)
DescribeFlowDefinitionResult & WithHumanLoopConfig(HumanLoopConfigT &&value)
DescribeFlowDefinitionResult & WithRequestId(RequestIdT &&value)
void SetFlowDefinitionName(FlowDefinitionNameT &&value)
DescribeFlowDefinitionResult & WithHumanLoopActivationConfig(HumanLoopActivationConfigT &&value)
void SetOutputConfig(OutputConfigT &&value)
void SetHumanLoopActivationConfig(HumanLoopActivationConfigT &&value)
const Aws::String & GetFailureReason() const
DescribeFlowDefinitionResult & WithFlowDefinitionStatus(FlowDefinitionStatus value)
const HumanLoopActivationConfig & GetHumanLoopActivationConfig() const
FlowDefinitionStatus GetFlowDefinitionStatus() const
DescribeFlowDefinitionResult & WithFailureReason(FailureReasonT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
DescribeFlowDefinitionResult & WithFlowDefinitionName(FlowDefinitionNameT &&value)
DescribeFlowDefinitionResult & WithFlowDefinitionArn(FlowDefinitionArnT &&value)
void SetFlowDefinitionStatus(FlowDefinitionStatus value)
void SetHumanLoopConfig(HumanLoopConfigT &&value)
const Aws::String & GetFlowDefinitionName() const
void SetHumanLoopRequestSource(HumanLoopRequestSourceT &&value)
const Aws::String & GetFlowDefinitionArn() const
const FlowDefinitionOutputConfig & GetOutputConfig() const
DescribeFlowDefinitionResult & WithHumanLoopRequestSource(HumanLoopRequestSourceT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetRoleArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue