7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ExperimentSource.h>
10#include <aws/core/utils/DateTime.h>
51 template<
typename ExperimentArnT = Aws::String>
52 void SetExperimentArn(ExperimentArnT&& value) { m_experimentArnHasBeenSet =
true; m_experimentArn = std::forward<ExperimentArnT>(value); }
53 template<
typename ExperimentArnT = Aws::String>
63 template<
typename ExperimentNameT = Aws::String>
64 void SetExperimentName(ExperimentNameT&& value) { m_experimentNameHasBeenSet =
true; m_experimentName = std::forward<ExperimentNameT>(value); }
65 template<
typename ExperimentNameT = Aws::String>
76 template<
typename DisplayNameT = Aws::String>
77 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
78 template<
typename DisplayNameT = Aws::String>
86 template<
typename ExperimentSourceT = ExperimentSource>
87 void SetExperimentSource(ExperimentSourceT&& value) { m_experimentSourceHasBeenSet =
true; m_experimentSource = std::forward<ExperimentSourceT>(value); }
88 template<
typename ExperimentSourceT = ExperimentSource>
98 template<
typename CreationTimeT = Aws::Utils::DateTime>
99 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
100 template<
typename CreationTimeT = Aws::Utils::DateTime>
110 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
111 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
112 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
118 bool m_experimentArnHasBeenSet =
false;
121 bool m_experimentNameHasBeenSet =
false;
124 bool m_displayNameHasBeenSet =
false;
127 bool m_experimentSourceHasBeenSet =
false;
130 bool m_creationTimeHasBeenSet =
false;
133 bool m_lastModifiedTimeHasBeenSet =
false;
bool ExperimentSourceHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetExperimentArn(ExperimentArnT &&value)
const Aws::String & GetExperimentArn() const
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetExperimentName() const
AWS_SAGEMAKER_API ExperimentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ExperimentSummary & WithDisplayName(DisplayNameT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ExperimentSummary & WithExperimentArn(ExperimentArnT &&value)
ExperimentSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
ExperimentSummary & WithExperimentName(ExperimentNameT &&value)
bool LastModifiedTimeHasBeenSet() const
const ExperimentSource & GetExperimentSource() const
const Aws::String & GetDisplayName() const
bool ExperimentNameHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
void SetExperimentName(ExperimentNameT &&value)
void SetExperimentSource(ExperimentSourceT &&value)
bool ExperimentArnHasBeenSet() const
bool CreationTimeHasBeenSet() const
ExperimentSummary & WithCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API ExperimentSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ExperimentSummary()=default
bool DisplayNameHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
ExperimentSummary & WithExperimentSource(ExperimentSourceT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue