7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/CandidateStepType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename Cand
idateStepArnT = Aws::String>
59 void SetCandidateStepArn(CandidateStepArnT&& value) { m_candidateStepArnHasBeenSet =
true; m_candidateStepArn = std::forward<CandidateStepArnT>(value); }
60 template<
typename Cand
idateStepArnT = Aws::String>
70 template<
typename Cand
idateStepNameT = Aws::String>
71 void SetCandidateStepName(CandidateStepNameT&& value) { m_candidateStepNameHasBeenSet =
true; m_candidateStepName = std::forward<CandidateStepNameT>(value); }
72 template<
typename Cand
idateStepNameT = Aws::String>
78 bool m_candidateStepTypeHasBeenSet =
false;
81 bool m_candidateStepArnHasBeenSet =
false;
84 bool m_candidateStepNameHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API AutoMLCandidateStep(Aws::Utils::Json::JsonView jsonValue)
CandidateStepType GetCandidateStepType() const
bool CandidateStepTypeHasBeenSet() const
void SetCandidateStepType(CandidateStepType value)
AWS_SAGEMAKER_API AutoMLCandidateStep()=default
void SetCandidateStepName(CandidateStepNameT &&value)
const Aws::String & GetCandidateStepArn() const
bool CandidateStepArnHasBeenSet() const
void SetCandidateStepArn(CandidateStepArnT &&value)
AutoMLCandidateStep & WithCandidateStepType(CandidateStepType value)
bool CandidateStepNameHasBeenSet() const
AutoMLCandidateStep & WithCandidateStepArn(CandidateStepArnT &&value)
AWS_SAGEMAKER_API AutoMLCandidateStep & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCandidateStepName() const
AutoMLCandidateStep & WithCandidateStepName(CandidateStepNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue