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>
58 inline void SetSourcePipelineExecutionArn(
const char* value) { m_sourcePipelineExecutionArnHasBeenSet =
true; m_sourcePipelineExecutionArn.assign(value); }
81 bool m_sourcePipelineExecutionArnHasBeenSet =
false;
84 bool m_selectedStepsHasBeenSet =
false;
SelectiveExecutionConfig & WithSelectedSteps(Aws::Vector< SelectedStep > &&value)
void SetSourcePipelineExecutionArn(const char *value)
const Aws::String & GetSourcePipelineExecutionArn() const
AWS_SAGEMAKER_API SelectiveExecutionConfig(Aws::Utils::Json::JsonView jsonValue)
SelectiveExecutionConfig & WithSourcePipelineExecutionArn(Aws::String &&value)
const Aws::Vector< SelectedStep > & GetSelectedSteps() const
bool SourcePipelineExecutionArnHasBeenSet() const
AWS_SAGEMAKER_API SelectiveExecutionConfig()
AWS_SAGEMAKER_API SelectiveExecutionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
SelectiveExecutionConfig & WithSelectedSteps(const Aws::Vector< SelectedStep > &value)
bool SelectedStepsHasBeenSet() const
SelectiveExecutionConfig & WithSourcePipelineExecutionArn(const Aws::String &value)
void SetSelectedSteps(const Aws::Vector< SelectedStep > &value)
SelectiveExecutionConfig & AddSelectedSteps(SelectedStep &&value)
SelectiveExecutionConfig & WithSourcePipelineExecutionArn(const char *value)
SelectiveExecutionConfig & AddSelectedSteps(const SelectedStep &value)
void SetSourcePipelineExecutionArn(const Aws::String &value)
void SetSourcePipelineExecutionArn(Aws::String &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSelectedSteps(Aws::Vector< SelectedStep > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue