7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/CandidateStepType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 inline void SetCandidateStepArn(
const char* value) { m_candidateStepArnHasBeenSet =
true; m_candidateStepArn.assign(value); }
76 inline void SetCandidateStepName(
const char* value) { m_candidateStepNameHasBeenSet =
true; m_candidateStepName.assign(value); }
84 bool m_candidateStepTypeHasBeenSet =
false;
87 bool m_candidateStepArnHasBeenSet =
false;
90 bool m_candidateStepNameHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AutoMLCandidateStep & WithCandidateStepName(const Aws::String &value)
AutoMLCandidateStep & WithCandidateStepType(CandidateStepType &&value)
AutoMLCandidateStep & WithCandidateStepType(const CandidateStepType &value)
void SetCandidateStepType(CandidateStepType &&value)
void SetCandidateStepName(const char *value)
AutoMLCandidateStep & WithCandidateStepArn(Aws::String &&value)
AWS_SAGEMAKER_API AutoMLCandidateStep(Aws::Utils::Json::JsonView jsonValue)
const CandidateStepType & GetCandidateStepType() const
AutoMLCandidateStep & WithCandidateStepName(Aws::String &&value)
AWS_SAGEMAKER_API AutoMLCandidateStep()
bool CandidateStepTypeHasBeenSet() const
void SetCandidateStepName(const Aws::String &value)
void SetCandidateStepArn(const Aws::String &value)
void SetCandidateStepType(const CandidateStepType &value)
AutoMLCandidateStep & WithCandidateStepArn(const char *value)
void SetCandidateStepArn(Aws::String &&value)
const Aws::String & GetCandidateStepArn() const
bool CandidateStepArnHasBeenSet() const
void SetCandidateStepArn(const char *value)
bool CandidateStepNameHasBeenSet() const
AutoMLCandidateStep & WithCandidateStepName(const char *value)
AWS_SAGEMAKER_API AutoMLCandidateStep & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCandidateStepName() const
AutoMLCandidateStep & WithCandidateStepArn(const Aws::String &value)
void SetCandidateStepName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue