7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/CandidateStepType.h>
43 m_candidateStepTypeHasBeenSet =
true;
44 m_candidateStepType = value;
58 template <
typename Cand
idateStepArnT = Aws::String>
60 m_candidateStepArnHasBeenSet =
true;
61 m_candidateStepArn = std::forward<CandidateStepArnT>(value);
63 template <
typename Cand
idateStepArnT = Aws::String>
76 template <
typename Cand
idateStepNameT = Aws::String>
78 m_candidateStepNameHasBeenSet =
true;
79 m_candidateStepName = std::forward<CandidateStepNameT>(value);
81 template <
typename Cand
idateStepNameT = Aws::String>
93 bool m_candidateStepTypeHasBeenSet =
false;
94 bool m_candidateStepArnHasBeenSet =
false;
95 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