7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/TrialComponentSource.h>
11#include <aws/sagemaker/model/UserContext.h>
43 template <
typename TrialComponentNameT = Aws::String>
45 m_trialComponentNameHasBeenSet =
true;
46 m_trialComponentName = std::forward<TrialComponentNameT>(value);
48 template <
typename TrialComponentNameT = Aws::String>
61 template <
typename TrialComponentArnT = Aws::String>
63 m_trialComponentArnHasBeenSet =
true;
64 m_trialComponentArn = std::forward<TrialComponentArnT>(value);
66 template <
typename TrialComponentArnT = Aws::String>
77 template <
typename TrialComponentSourceT = TrialComponentSource>
79 m_trialComponentSourceHasBeenSet =
true;
80 m_trialComponentSource = std::forward<TrialComponentSourceT>(value);
82 template <
typename TrialComponentSourceT = TrialComponentSource>
95 template <
typename CreationTimeT = Aws::Utils::DateTime>
97 m_creationTimeHasBeenSet =
true;
98 m_creationTime = std::forward<CreationTimeT>(value);
100 template <
typename CreationTimeT = Aws::Utils::DateTime>
111 template <
typename CreatedByT = UserContext>
113 m_createdByHasBeenSet =
true;
114 m_createdBy = std::forward<CreatedByT>(value);
116 template <
typename CreatedByT = UserContext>
131 UserContext m_createdBy;
132 bool m_trialComponentNameHasBeenSet =
false;
133 bool m_trialComponentArnHasBeenSet =
false;
134 bool m_trialComponentSourceHasBeenSet =
false;
135 bool m_creationTimeHasBeenSet =
false;
136 bool m_createdByHasBeenSet =
false;
void SetTrialComponentSource(TrialComponentSourceT &&value)
const Aws::String & GetTrialComponentArn() const
const UserContext & GetCreatedBy() const
bool CreationTimeHasBeenSet() const
bool CreatedByHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetTrialComponentArn(TrialComponentArnT &&value)
const TrialComponentSource & GetTrialComponentSource() const
TrialComponentSimpleSummary & WithTrialComponentName(TrialComponentNameT &&value)
bool TrialComponentArnHasBeenSet() const
AWS_SAGEMAKER_API TrialComponentSimpleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationTime() const
bool TrialComponentNameHasBeenSet() const
TrialComponentSimpleSummary & WithTrialComponentSource(TrialComponentSourceT &&value)
AWS_SAGEMAKER_API TrialComponentSimpleSummary(Aws::Utils::Json::JsonView jsonValue)
TrialComponentSimpleSummary & WithCreatedBy(CreatedByT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API TrialComponentSimpleSummary()=default
void SetTrialComponentName(TrialComponentNameT &&value)
const Aws::String & GetTrialComponentName() const
TrialComponentSimpleSummary & WithCreationTime(CreationTimeT &&value)
bool TrialComponentSourceHasBeenSet() const
TrialComponentSimpleSummary & WithTrialComponentArn(TrialComponentArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue