7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/SelectedStep.h>
50 template <
typename SourcePipelineExecutionArnT = Aws::String>
52 m_sourcePipelineExecutionArnHasBeenSet =
true;
53 m_sourcePipelineExecutionArn = std::forward<SourcePipelineExecutionArnT>(value);
55 template <
typename SourcePipelineExecutionArnT = Aws::String>
69 template <
typename SelectedStepsT = Aws::Vector<SelectedStep>>
71 m_selectedStepsHasBeenSet =
true;
72 m_selectedSteps = std::forward<SelectedStepsT>(value);
74 template <
typename SelectedStepsT = Aws::Vector<SelectedStep>>
79 template <
typename SelectedStepsT = SelectedStep>
81 m_selectedStepsHasBeenSet =
true;
82 m_selectedSteps.emplace_back(std::forward<SelectedStepsT>(value));
90 bool m_sourcePipelineExecutionArnHasBeenSet =
false;
91 bool m_selectedStepsHasBeenSet =
false;
const Aws::String & GetSourcePipelineExecutionArn() const
AWS_SAGEMAKER_API SelectiveExecutionConfig(Aws::Utils::Json::JsonView jsonValue)
SelectiveExecutionConfig & AddSelectedSteps(SelectedStepsT &&value)
const Aws::Vector< SelectedStep > & GetSelectedSteps() const
AWS_SAGEMAKER_API SelectiveExecutionConfig()=default
bool SourcePipelineExecutionArnHasBeenSet() const
void SetSelectedSteps(SelectedStepsT &&value)
SelectiveExecutionConfig & WithSelectedSteps(SelectedStepsT &&value)
AWS_SAGEMAKER_API SelectiveExecutionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SelectedStepsHasBeenSet() const
void SetSourcePipelineExecutionArn(SourcePipelineExecutionArnT &&value)
SelectiveExecutionConfig & WithSourcePipelineExecutionArn(SourcePipelineExecutionArnT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue