7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/HumanLoopRequestSource.h>
11#include <aws/sagemaker/model/HumanLoopActivationConfig.h>
12#include <aws/sagemaker/model/HumanLoopConfig.h>
13#include <aws/sagemaker/model/FlowDefinitionOutputConfig.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/sagemaker/model/Tag.h>
49 template<
typename FlowDefinitionNameT = Aws::String>
50 void SetFlowDefinitionName(FlowDefinitionNameT&& value) { m_flowDefinitionNameHasBeenSet =
true; m_flowDefinitionName = std::forward<FlowDefinitionNameT>(value); }
51 template<
typename FlowDefinitionNameT = Aws::String>
62 template<
typename HumanLoopRequestSourceT = HumanLoopRequestSource>
63 void SetHumanLoopRequestSource(HumanLoopRequestSourceT&& value) { m_humanLoopRequestSourceHasBeenSet =
true; m_humanLoopRequestSource = std::forward<HumanLoopRequestSourceT>(value); }
64 template<
typename HumanLoopRequestSourceT = HumanLoopRequestSource>
75 template<
typename HumanLoopActivationConfigT = HumanLoopActivationConfig>
76 void SetHumanLoopActivationConfig(HumanLoopActivationConfigT&& value) { m_humanLoopActivationConfigHasBeenSet =
true; m_humanLoopActivationConfig = std::forward<HumanLoopActivationConfigT>(value); }
77 template<
typename HumanLoopActivationConfigT = HumanLoopActivationConfig>
88 template<
typename HumanLoopConfigT = HumanLoopConfig>
89 void SetHumanLoopConfig(HumanLoopConfigT&& value) { m_humanLoopConfigHasBeenSet =
true; m_humanLoopConfig = std::forward<HumanLoopConfigT>(value); }
90 template<
typename HumanLoopConfigT = HumanLoopConfig>
101 template<
typename OutputConfigT = FlowDefinitionOutputConfig>
102 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
103 template<
typename OutputConfigT = FlowDefinitionOutputConfig>
115 template<
typename RoleArnT = Aws::String>
116 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
117 template<
typename RoleArnT = Aws::String>
129 template<
typename TagsT = Aws::Vector<Tag>>
130 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
131 template<
typename TagsT = Aws::Vector<Tag>>
133 template<
typename TagsT = Tag>
139 bool m_flowDefinitionNameHasBeenSet =
false;
142 bool m_humanLoopRequestSourceHasBeenSet =
false;
145 bool m_humanLoopActivationConfigHasBeenSet =
false;
148 bool m_humanLoopConfigHasBeenSet =
false;
151 bool m_outputConfigHasBeenSet =
false;
154 bool m_roleArnHasBeenSet =
false;
157 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