7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/FlowDefinitionOutputConfig.h>
12#include <aws/sagemaker/model/HumanLoopActivationConfig.h>
13#include <aws/sagemaker/model/HumanLoopConfig.h>
14#include <aws/sagemaker/model/HumanLoopRequestSource.h>
15#include <aws/sagemaker/model/Tag.h>
45 template <
typename FlowDefinitionNameT = Aws::String>
47 m_flowDefinitionNameHasBeenSet =
true;
48 m_flowDefinitionName = std::forward<FlowDefinitionNameT>(value);
50 template <
typename FlowDefinitionNameT = Aws::String>
64 template <
typename HumanLoopRequestSourceT = HumanLoopRequestSource>
66 m_humanLoopRequestSourceHasBeenSet =
true;
67 m_humanLoopRequestSource = std::forward<HumanLoopRequestSourceT>(value);
69 template <
typename HumanLoopRequestSourceT = HumanLoopRequestSource>
83 template <
typename HumanLoopActivationConfigT = HumanLoopActivationConfig>
85 m_humanLoopActivationConfigHasBeenSet =
true;
86 m_humanLoopActivationConfig = std::forward<HumanLoopActivationConfigT>(value);
88 template <
typename HumanLoopActivationConfigT = HumanLoopActivationConfig>
102 template <
typename HumanLoopConfigT = HumanLoopConfig>
104 m_humanLoopConfigHasBeenSet =
true;
105 m_humanLoopConfig = std::forward<HumanLoopConfigT>(value);
107 template <
typename HumanLoopConfigT = HumanLoopConfig>
121 template <
typename OutputConfigT = FlowDefinitionOutputConfig>
123 m_outputConfigHasBeenSet =
true;
124 m_outputConfig = std::forward<OutputConfigT>(value);
126 template <
typename OutputConfigT = FlowDefinitionOutputConfig>
141 template <
typename RoleArnT = Aws::String>
143 m_roleArnHasBeenSet =
true;
144 m_roleArn = std::forward<RoleArnT>(value);
146 template <
typename RoleArnT = Aws::String>
161 template <
typename TagsT = Aws::Vector<Tag>>
163 m_tagsHasBeenSet =
true;
164 m_tags = std::forward<TagsT>(value);
166 template <
typename TagsT = Aws::Vector<Tag>>
168 SetTags(std::forward<TagsT>(value));
171 template <
typename TagsT = Tag>
173 m_tagsHasBeenSet =
true;
174 m_tags.emplace_back(std::forward<TagsT>(value));
192 bool m_flowDefinitionNameHasBeenSet =
false;
193 bool m_humanLoopRequestSourceHasBeenSet =
false;
194 bool m_humanLoopActivationConfigHasBeenSet =
false;
195 bool m_humanLoopConfigHasBeenSet =
false;
196 bool m_outputConfigHasBeenSet =
false;
197 bool m_roleArnHasBeenSet =
false;
198 bool m_tagsHasBeenSet =
false;
void SetRoleArn(RoleArnT &&value)
void SetHumanLoopConfig(HumanLoopConfigT &&value)
void SetHumanLoopActivationConfig(HumanLoopActivationConfigT &&value)
CreateFlowDefinitionRequest & AddTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetRoleArn() const
CreateFlowDefinitionRequest & WithRoleArn(RoleArnT &&value)
CreateFlowDefinitionRequest & WithHumanLoopActivationConfig(HumanLoopActivationConfigT &&value)
AWS_SAGEMAKER_API CreateFlowDefinitionRequest()=default
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
CreateFlowDefinitionRequest & WithHumanLoopRequestSource(HumanLoopRequestSourceT &&value)
const HumanLoopActivationConfig & GetHumanLoopActivationConfig() const
bool FlowDefinitionNameHasBeenSet() const
bool OutputConfigHasBeenSet() const
bool HumanLoopRequestSourceHasBeenSet() const
const Aws::String & GetFlowDefinitionName() const
void SetTags(TagsT &&value)
void SetHumanLoopRequestSource(HumanLoopRequestSourceT &&value)
CreateFlowDefinitionRequest & WithOutputConfig(OutputConfigT &&value)
const FlowDefinitionOutputConfig & GetOutputConfig() const
bool RoleArnHasBeenSet() const
void SetOutputConfig(OutputConfigT &&value)
void SetFlowDefinitionName(FlowDefinitionNameT &&value)
bool HumanLoopConfigHasBeenSet() const
bool HumanLoopActivationConfigHasBeenSet() const
CreateFlowDefinitionRequest & WithHumanLoopConfig(HumanLoopConfigT &&value)
const HumanLoopRequestSource & GetHumanLoopRequestSource() const
CreateFlowDefinitionRequest & WithTags(TagsT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool TagsHasBeenSet() const
const HumanLoopConfig & GetHumanLoopConfig() const
CreateFlowDefinitionRequest & WithFlowDefinitionName(FlowDefinitionNameT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector