7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/TrialComponentSource.h>
10#include <aws/sagemaker/model/TrialComponentStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/sagemaker/model/UserContext.h>
54 template<
typename TrialComponentNameT = Aws::String>
55 void SetTrialComponentName(TrialComponentNameT&& value) { m_trialComponentNameHasBeenSet =
true; m_trialComponentName = std::forward<TrialComponentNameT>(value); }
56 template<
typename TrialComponentNameT = Aws::String>
66 template<
typename TrialComponentArnT = Aws::String>
67 void SetTrialComponentArn(TrialComponentArnT&& value) { m_trialComponentArnHasBeenSet =
true; m_trialComponentArn = std::forward<TrialComponentArnT>(value); }
68 template<
typename TrialComponentArnT = Aws::String>
79 template<
typename DisplayNameT = Aws::String>
80 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
81 template<
typename DisplayNameT = Aws::String>
89 template<
typename TrialComponentSourceT = TrialComponentSource>
90 void SetTrialComponentSource(TrialComponentSourceT&& value) { m_trialComponentSourceHasBeenSet =
true; m_trialComponentSource = std::forward<TrialComponentSourceT>(value); }
91 template<
typename TrialComponentSourceT = TrialComponentSource>
102 template<
typename StatusT = TrialComponentStatus>
103 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
104 template<
typename StatusT = TrialComponentStatus>
114 template<
typename StartTimeT = Aws::Utils::DateTime>
115 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
116 template<
typename StartTimeT = Aws::Utils::DateTime>
126 template<
typename EndTimeT = Aws::Utils::DateTime>
127 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
128 template<
typename EndTimeT = Aws::Utils::DateTime>
138 template<
typename CreationTimeT = Aws::Utils::DateTime>
139 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
140 template<
typename CreationTimeT = Aws::Utils::DateTime>
150 template<
typename CreatedByT = UserContext>
151 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
152 template<
typename CreatedByT = UserContext>
162 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
163 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
164 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
174 template<
typename LastModifiedByT = UserContext>
175 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
176 template<
typename LastModifiedByT = UserContext>
182 bool m_trialComponentNameHasBeenSet =
false;
185 bool m_trialComponentArnHasBeenSet =
false;
188 bool m_displayNameHasBeenSet =
false;
191 bool m_trialComponentSourceHasBeenSet =
false;
194 bool m_statusHasBeenSet =
false;
197 bool m_startTimeHasBeenSet =
false;
200 bool m_endTimeHasBeenSet =
false;
203 bool m_creationTimeHasBeenSet =
false;
205 UserContext m_createdBy;
206 bool m_createdByHasBeenSet =
false;
209 bool m_lastModifiedTimeHasBeenSet =
false;
211 UserContext m_lastModifiedBy;
212 bool m_lastModifiedByHasBeenSet =
false;
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool StatusHasBeenSet() const
bool LastModifiedByHasBeenSet() const
TrialComponentSummary & WithTrialComponentArn(TrialComponentArnT &&value)
const Aws::Utils::DateTime & GetEndTime() const
void SetCreatedBy(CreatedByT &&value)
AWS_SAGEMAKER_API TrialComponentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTrialComponentArn(TrialComponentArnT &&value)
void SetStatus(StatusT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
bool TrialComponentNameHasBeenSet() const
void SetEndTime(EndTimeT &&value)
bool DisplayNameHasBeenSet() const
TrialComponentSummary & WithDisplayName(DisplayNameT &&value)
bool LastModifiedTimeHasBeenSet() const
bool CreatedByHasBeenSet() const
bool EndTimeHasBeenSet() const
const Aws::String & GetTrialComponentArn() const
TrialComponentSummary & WithEndTime(EndTimeT &&value)
TrialComponentSummary & WithCreatedBy(CreatedByT &&value)
bool TrialComponentArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetTrialComponentSource(TrialComponentSourceT &&value)
void SetTrialComponentName(TrialComponentNameT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
TrialComponentSummary & WithTrialComponentSource(TrialComponentSourceT &&value)
const Aws::Utils::DateTime & GetStartTime() const
const UserContext & GetLastModifiedBy() const
TrialComponentSummary & WithStartTime(StartTimeT &&value)
void SetStartTime(StartTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetDisplayName() const
TrialComponentSummary & WithStatus(StatusT &&value)
TrialComponentSummary & WithCreationTime(CreationTimeT &&value)
const TrialComponentStatus & GetStatus() const
void SetDisplayName(DisplayNameT &&value)
bool TrialComponentSourceHasBeenSet() const
TrialComponentSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_SAGEMAKER_API TrialComponentSummary(Aws::Utils::Json::JsonView jsonValue)
const TrialComponentSource & GetTrialComponentSource() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API TrialComponentSummary()=default
TrialComponentSummary & WithLastModifiedBy(LastModifiedByT &&value)
bool StartTimeHasBeenSet() const
const Aws::String & GetTrialComponentName() const
TrialComponentSummary & WithTrialComponentName(TrialComponentNameT &&value)
bool CreationTimeHasBeenSet() const
const UserContext & GetCreatedBy() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue