7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/FlowDefinitionStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/sagemaker/model/HumanLoopRequestSource.h>
12#include <aws/sagemaker/model/HumanLoopActivationConfig.h>
13#include <aws/sagemaker/model/HumanLoopConfig.h>
14#include <aws/sagemaker/model/FlowDefinitionOutputConfig.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename FlowDefinitionArnT = Aws::String>
47 void SetFlowDefinitionArn(FlowDefinitionArnT&& value) { m_flowDefinitionArnHasBeenSet =
true; m_flowDefinitionArn = std::forward<FlowDefinitionArnT>(value); }
48 template<
typename FlowDefinitionArnT = Aws::String>
57 template<
typename FlowDefinitionNameT = Aws::String>
58 void SetFlowDefinitionName(FlowDefinitionNameT&& value) { m_flowDefinitionNameHasBeenSet =
true; m_flowDefinitionName = std::forward<FlowDefinitionNameT>(value); }
59 template<
typename FlowDefinitionNameT = Aws::String>
77 template<
typename CreationTimeT = Aws::Utils::DateTime>
78 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
79 template<
typename CreationTimeT = Aws::Utils::DateTime>
89 template<
typename HumanLoopRequestSourceT = HumanLoopRequestSource>
90 void SetHumanLoopRequestSource(HumanLoopRequestSourceT&& value) { m_humanLoopRequestSourceHasBeenSet =
true; m_humanLoopRequestSource = std::forward<HumanLoopRequestSourceT>(value); }
91 template<
typename HumanLoopRequestSourceT = HumanLoopRequestSource>
101 template<
typename HumanLoopActivationConfigT = HumanLoopActivationConfig>
102 void SetHumanLoopActivationConfig(HumanLoopActivationConfigT&& value) { m_humanLoopActivationConfigHasBeenSet =
true; m_humanLoopActivationConfig = std::forward<HumanLoopActivationConfigT>(value); }
103 template<
typename HumanLoopActivationConfigT = HumanLoopActivationConfig>
113 template<
typename HumanLoopConfigT = HumanLoopConfig>
114 void SetHumanLoopConfig(HumanLoopConfigT&& value) { m_humanLoopConfigHasBeenSet =
true; m_humanLoopConfig = std::forward<HumanLoopConfigT>(value); }
115 template<
typename HumanLoopConfigT = HumanLoopConfig>
124 template<
typename OutputConfigT = FlowDefinitionOutputConfig>
125 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
126 template<
typename OutputConfigT = FlowDefinitionOutputConfig>
136 template<
typename RoleArnT = Aws::String>
137 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
138 template<
typename RoleArnT = Aws::String>
147 template<
typename FailureReasonT = Aws::String>
148 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
149 template<
typename FailureReasonT = Aws::String>
156 template<
typename RequestIdT = Aws::String>
157 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
158 template<
typename RequestIdT = Aws::String>
164 bool m_flowDefinitionArnHasBeenSet =
false;
167 bool m_flowDefinitionNameHasBeenSet =
false;
170 bool m_flowDefinitionStatusHasBeenSet =
false;
173 bool m_creationTimeHasBeenSet =
false;
175 HumanLoopRequestSource m_humanLoopRequestSource;
176 bool m_humanLoopRequestSourceHasBeenSet =
false;
178 HumanLoopActivationConfig m_humanLoopActivationConfig;
179 bool m_humanLoopActivationConfigHasBeenSet =
false;
181 HumanLoopConfig m_humanLoopConfig;
182 bool m_humanLoopConfigHasBeenSet =
false;
184 FlowDefinitionOutputConfig m_outputConfig;
185 bool m_outputConfigHasBeenSet =
false;
188 bool m_roleArnHasBeenSet =
false;
191 bool m_failureReasonHasBeenSet =
false;
194 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