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>
56 inline void SetTrialComponentName(
const char* value) { m_trialComponentNameHasBeenSet =
true; m_trialComponentName.assign(value); }
70 inline void SetTrialComponentArn(
const char* value) { m_trialComponentArnHasBeenSet =
true; m_trialComponentArn.assign(value); }
85 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
188 bool m_trialComponentNameHasBeenSet =
false;
191 bool m_trialComponentArnHasBeenSet =
false;
194 bool m_displayNameHasBeenSet =
false;
197 bool m_trialComponentSourceHasBeenSet =
false;
200 bool m_statusHasBeenSet =
false;
203 bool m_startTimeHasBeenSet =
false;
206 bool m_endTimeHasBeenSet =
false;
209 bool m_creationTimeHasBeenSet =
false;
212 bool m_createdByHasBeenSet =
false;
215 bool m_lastModifiedTimeHasBeenSet =
false;
218 bool m_lastModifiedByHasBeenSet =
false;
TrialComponentSummary & WithTrialComponentArn(Aws::String &&value)
bool StatusHasBeenSet() const
bool LastModifiedByHasBeenSet() const
TrialComponentSummary & WithStartTime(const Aws::Utils::DateTime &value)
TrialComponentSummary & WithLastModifiedBy(const UserContext &value)
const Aws::Utils::DateTime & GetEndTime() const
TrialComponentSummary & WithTrialComponentName(Aws::String &&value)
void SetEndTime(const Aws::Utils::DateTime &value)
AWS_SAGEMAKER_API TrialComponentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
TrialComponentSummary & WithDisplayName(const Aws::String &value)
AWS_SAGEMAKER_API TrialComponentSummary()
TrialComponentSummary & WithStatus(const TrialComponentStatus &value)
TrialComponentSummary & WithTrialComponentArn(const char *value)
void SetTrialComponentName(const char *value)
TrialComponentSummary & WithLastModifiedBy(UserContext &&value)
bool TrialComponentNameHasBeenSet() const
TrialComponentSummary & WithCreationTime(Aws::Utils::DateTime &&value)
bool DisplayNameHasBeenSet() const
TrialComponentSummary & WithCreationTime(const Aws::Utils::DateTime &value)
void SetCreationTime(Aws::Utils::DateTime &&value)
void SetTrialComponentName(const Aws::String &value)
TrialComponentSummary & WithTrialComponentSource(TrialComponentSource &&value)
bool LastModifiedTimeHasBeenSet() const
bool CreatedByHasBeenSet() const
TrialComponentSummary & WithTrialComponentArn(const Aws::String &value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
bool EndTimeHasBeenSet() const
const Aws::String & GetTrialComponentArn() const
TrialComponentSummary & WithStatus(TrialComponentStatus &&value)
void SetTrialComponentName(Aws::String &&value)
TrialComponentSummary & WithDisplayName(const char *value)
TrialComponentSummary & WithLastModifiedTime(const Aws::Utils::DateTime &value)
void SetDisplayName(Aws::String &&value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
void SetDisplayName(const Aws::String &value)
TrialComponentSummary & WithTrialComponentName(const Aws::String &value)
bool TrialComponentArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetDisplayName(const char *value)
void SetTrialComponentArn(Aws::String &&value)
void SetStartTime(Aws::Utils::DateTime &&value)
void SetTrialComponentSource(const TrialComponentSource &value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetStatus(TrialComponentStatus &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
TrialComponentSummary & WithStartTime(Aws::Utils::DateTime &&value)
void SetLastModifiedBy(UserContext &&value)
TrialComponentSummary & WithCreatedBy(const UserContext &value)
const Aws::Utils::DateTime & GetStartTime() const
void SetEndTime(Aws::Utils::DateTime &&value)
const UserContext & GetLastModifiedBy() const
void SetCreatedBy(const UserContext &value)
const Aws::String & GetDisplayName() const
TrialComponentSummary & WithEndTime(const Aws::Utils::DateTime &value)
void SetLastModifiedBy(const UserContext &value)
const TrialComponentStatus & GetStatus() const
void SetStartTime(const Aws::Utils::DateTime &value)
bool TrialComponentSourceHasBeenSet() const
AWS_SAGEMAKER_API TrialComponentSummary(Aws::Utils::Json::JsonView jsonValue)
TrialComponentSummary & WithDisplayName(Aws::String &&value)
const TrialComponentSource & GetTrialComponentSource() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
TrialComponentSummary & WithTrialComponentSource(const TrialComponentSource &value)
TrialComponentSummary & WithCreatedBy(UserContext &&value)
TrialComponentSummary & WithTrialComponentName(const char *value)
bool StartTimeHasBeenSet() const
const Aws::String & GetTrialComponentName() const
void SetStatus(const TrialComponentStatus &value)
TrialComponentSummary & WithEndTime(Aws::Utils::DateTime &&value)
void SetCreatedBy(UserContext &&value)
void SetTrialComponentSource(TrialComponentSource &&value)
void SetTrialComponentArn(const char *value)
TrialComponentSummary & WithLastModifiedTime(Aws::Utils::DateTime &&value)
void SetTrialComponentArn(const Aws::String &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