7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/model/SelectedStep.h>
56 template<
typename SourcePipelineExecutionArnT = Aws::String>
57 void SetSourcePipelineExecutionArn(SourcePipelineExecutionArnT&& value) { m_sourcePipelineExecutionArnHasBeenSet =
true; m_sourcePipelineExecutionArn = std::forward<SourcePipelineExecutionArnT>(value); }
58 template<
typename SourcePipelineExecutionArnT = Aws::String>
69 template<
typename SelectedStepsT = Aws::Vector<SelectedStep>>
70 void SetSelectedSteps(SelectedStepsT&& value) { m_selectedStepsHasBeenSet =
true; m_selectedSteps = std::forward<SelectedStepsT>(value); }
71 template<
typename SelectedStepsT = Aws::Vector<SelectedStep>>
73 template<
typename SelectedStepsT = SelectedStep>
79 bool m_sourcePipelineExecutionArnHasBeenSet =
false;
82 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