7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/TrainingJob.h>
10#include <aws/sagemaker/model/ProcessingJob.h>
11#include <aws/sagemaker/model/TransformJob.h>
51 template<
typename SourceArnT = Aws::String>
52 void SetSourceArn(SourceArnT&& value) { m_sourceArnHasBeenSet =
true; m_sourceArn = std::forward<SourceArnT>(value); }
53 template<
typename SourceArnT = Aws::String>
63 template<
typename TrainingJobT = TrainingJob>
64 void SetTrainingJob(TrainingJobT&& value) { m_trainingJobHasBeenSet =
true; m_trainingJob = std::forward<TrainingJobT>(value); }
65 template<
typename TrainingJobT = TrainingJob>
76 template<
typename ProcessingJobT = ProcessingJob>
77 void SetProcessingJob(ProcessingJobT&& value) { m_processingJobHasBeenSet =
true; m_processingJob = std::forward<ProcessingJobT>(value); }
78 template<
typename ProcessingJobT = ProcessingJob>
88 template<
typename TransformJobT = TransformJob>
89 void SetTransformJob(TransformJobT&& value) { m_transformJobHasBeenSet =
true; m_transformJob = std::forward<TransformJobT>(value); }
90 template<
typename TransformJobT = TransformJob>
96 bool m_sourceArnHasBeenSet =
false;
99 bool m_trainingJobHasBeenSet =
false;
102 bool m_processingJobHasBeenSet =
false;
105 bool m_transformJobHasBeenSet =
false;
bool TrainingJobHasBeenSet() const
TrialComponentSourceDetail & WithTrainingJob(TrainingJobT &&value)
bool TransformJobHasBeenSet() const
void SetProcessingJob(ProcessingJobT &&value)
bool ProcessingJobHasBeenSet() const
const TrainingJob & GetTrainingJob() const
void SetSourceArn(SourceArnT &&value)
TrialComponentSourceDetail & WithTransformJob(TransformJobT &&value)
AWS_SAGEMAKER_API TrialComponentSourceDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API TrialComponentSourceDetail()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
TrialComponentSourceDetail & WithSourceArn(SourceArnT &&value)
AWS_SAGEMAKER_API TrialComponentSourceDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SourceArnHasBeenSet() const
const TransformJob & GetTransformJob() const
void SetTrainingJob(TrainingJobT &&value)
const ProcessingJob & GetProcessingJob() const
const Aws::String & GetSourceArn() const
TrialComponentSourceDetail & WithProcessingJob(ProcessingJobT &&value)
void SetTransformJob(TransformJobT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue