7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/ExperimentSource.h>
12#include <aws/sagemaker/model/Tag.h>
13#include <aws/sagemaker/model/UserContext.h>
49 template <
typename ExperimentNameT = Aws::String>
51 m_experimentNameHasBeenSet =
true;
52 m_experimentName = std::forward<ExperimentNameT>(value);
54 template <
typename ExperimentNameT = Aws::String>
67 template <
typename ExperimentArnT = Aws::String>
69 m_experimentArnHasBeenSet =
true;
70 m_experimentArn = std::forward<ExperimentArnT>(value);
72 template <
typename ExperimentArnT = Aws::String>
86 template <
typename DisplayNameT = Aws::String>
88 m_displayNameHasBeenSet =
true;
89 m_displayName = std::forward<DisplayNameT>(value);
91 template <
typename DisplayNameT = Aws::String>
102 template <
typename SourceT = ExperimentSource>
104 m_sourceHasBeenSet =
true;
105 m_source = std::forward<SourceT>(value);
107 template <
typename SourceT = ExperimentSource>
120 template <
typename DescriptionT = Aws::String>
122 m_descriptionHasBeenSet =
true;
123 m_description = std::forward<DescriptionT>(value);
125 template <
typename DescriptionT = Aws::String>
138 template <
typename CreationTimeT = Aws::Utils::DateTime>
140 m_creationTimeHasBeenSet =
true;
141 m_creationTime = std::forward<CreationTimeT>(value);
143 template <
typename CreationTimeT = Aws::Utils::DateTime>
156 template <
typename CreatedByT = UserContext>
158 m_createdByHasBeenSet =
true;
159 m_createdBy = std::forward<CreatedByT>(value);
161 template <
typename CreatedByT = UserContext>
174 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
176 m_lastModifiedTimeHasBeenSet =
true;
177 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
179 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
190 template <
typename LastModifiedByT = UserContext>
192 m_lastModifiedByHasBeenSet =
true;
193 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
195 template <
typename LastModifiedByT = UserContext>
210 template <
typename TagsT = Aws::Vector<Tag>>
212 m_tagsHasBeenSet =
true;
213 m_tags = std::forward<TagsT>(value);
215 template <
typename TagsT = Aws::Vector<Tag>>
217 SetTags(std::forward<TagsT>(value));
220 template <
typename TagsT = Tag>
222 m_tagsHasBeenSet =
true;
223 m_tags.emplace_back(std::forward<TagsT>(value));
240 UserContext m_createdBy;
244 UserContext m_lastModifiedBy;
247 bool m_experimentNameHasBeenSet =
false;
248 bool m_experimentArnHasBeenSet =
false;
249 bool m_displayNameHasBeenSet =
false;
250 bool m_sourceHasBeenSet =
false;
251 bool m_descriptionHasBeenSet =
false;
252 bool m_creationTimeHasBeenSet =
false;
253 bool m_createdByHasBeenSet =
false;
254 bool m_lastModifiedTimeHasBeenSet =
false;
255 bool m_lastModifiedByHasBeenSet =
false;
256 bool m_tagsHasBeenSet =
false;
Experiment & WithTags(TagsT &&value)
bool DescriptionHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
Experiment & WithLastModifiedBy(LastModifiedByT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
void SetCreationTime(CreationTimeT &&value)
bool SourceHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetExperimentArn() const
void SetExperimentName(ExperimentNameT &&value)
Experiment & WithDescription(DescriptionT &&value)
AWS_SAGEMAKER_API Experiment(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Experiment()=default
bool DisplayNameHasBeenSet() const
const Aws::String & GetExperimentName() const
Experiment & WithCreatedBy(CreatedByT &&value)
bool CreationTimeHasBeenSet() const
bool CreatedByHasBeenSet() const
const Aws::String & GetDescription() const
Experiment & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_SAGEMAKER_API Experiment & operator=(Aws::Utils::Json::JsonView jsonValue)
Experiment & WithExperimentArn(ExperimentArnT &&value)
const ExperimentSource & GetSource() const
const UserContext & GetLastModifiedBy() const
Experiment & WithSource(SourceT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool TagsHasBeenSet() const
Experiment & WithDisplayName(DisplayNameT &&value)
bool ExperimentNameHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
void SetExperimentArn(ExperimentArnT &&value)
const Aws::String & GetDisplayName() const
bool ExperimentArnHasBeenSet() const
Experiment & AddTags(TagsT &&value)
Experiment & WithCreationTime(CreationTimeT &&value)
bool LastModifiedByHasBeenSet() const
Experiment & WithExperimentName(ExperimentNameT &&value)
void SetSource(SourceT &&value)
const Aws::Vector< Tag > & GetTags() const
void SetCreatedBy(CreatedByT &&value)
bool LastModifiedTimeHasBeenSet() const
const UserContext & GetCreatedBy() const
void SetTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue