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/TrialComponentStatus.h>
12#include <aws/sagemaker/model/UserContext.h>
48 template <
typename TrialComponentNameT = Aws::String>
50 m_trialComponentNameHasBeenSet =
true;
51 m_trialComponentName = std::forward<TrialComponentNameT>(value);
53 template <
typename TrialComponentNameT = Aws::String>
66 template <
typename TrialComponentArnT = Aws::String>
68 m_trialComponentArnHasBeenSet =
true;
69 m_trialComponentArn = std::forward<TrialComponentArnT>(value);
71 template <
typename TrialComponentArnT = Aws::String>
85 template <
typename DisplayNameT = Aws::String>
87 m_displayNameHasBeenSet =
true;
88 m_displayName = std::forward<DisplayNameT>(value);
90 template <
typename DisplayNameT = Aws::String>
101 template <
typename TrialComponentSourceT = TrialComponentSource>
103 m_trialComponentSourceHasBeenSet =
true;
104 m_trialComponentSource = std::forward<TrialComponentSourceT>(value);
106 template <
typename TrialComponentSourceT = TrialComponentSource>
120 template <
typename StatusT = TrialComponentStatus>
122 m_statusHasBeenSet =
true;
123 m_status = std::forward<StatusT>(value);
125 template <
typename StatusT = TrialComponentStatus>
138 template <
typename StartTimeT = Aws::Utils::DateTime>
140 m_startTimeHasBeenSet =
true;
141 m_startTime = std::forward<StartTimeT>(value);
143 template <
typename StartTimeT = Aws::Utils::DateTime>
156 template <
typename EndTimeT = Aws::Utils::DateTime>
158 m_endTimeHasBeenSet =
true;
159 m_endTime = std::forward<EndTimeT>(value);
161 template <
typename EndTimeT = Aws::Utils::DateTime>
174 template <
typename CreationTimeT = Aws::Utils::DateTime>
176 m_creationTimeHasBeenSet =
true;
177 m_creationTime = std::forward<CreationTimeT>(value);
179 template <
typename CreationTimeT = Aws::Utils::DateTime>
192 template <
typename CreatedByT = UserContext>
194 m_createdByHasBeenSet =
true;
195 m_createdBy = std::forward<CreatedByT>(value);
197 template <
typename CreatedByT = UserContext>
210 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
212 m_lastModifiedTimeHasBeenSet =
true;
213 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
215 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
228 template <
typename LastModifiedByT = UserContext>
230 m_lastModifiedByHasBeenSet =
true;
231 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
233 template <
typename LastModifiedByT = UserContext>
256 UserContext m_createdBy;
260 UserContext m_lastModifiedBy;
261 bool m_trialComponentNameHasBeenSet =
false;
262 bool m_trialComponentArnHasBeenSet =
false;
263 bool m_displayNameHasBeenSet =
false;
264 bool m_trialComponentSourceHasBeenSet =
false;
265 bool m_statusHasBeenSet =
false;
266 bool m_startTimeHasBeenSet =
false;
267 bool m_endTimeHasBeenSet =
false;
268 bool m_creationTimeHasBeenSet =
false;
269 bool m_createdByHasBeenSet =
false;
270 bool m_lastModifiedTimeHasBeenSet =
false;
271 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