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>
11#include <aws/sagemaker/model/UserContext.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/sagemaker/model/Tag.h>
55 template<
typename ExperimentNameT = Aws::String>
56 void SetExperimentName(ExperimentNameT&& value) { m_experimentNameHasBeenSet =
true; m_experimentName = std::forward<ExperimentNameT>(value); }
57 template<
typename ExperimentNameT = Aws::String>
67 template<
typename ExperimentArnT = Aws::String>
68 void SetExperimentArn(ExperimentArnT&& value) { m_experimentArnHasBeenSet =
true; m_experimentArn = std::forward<ExperimentArnT>(value); }
69 template<
typename ExperimentArnT = Aws::String>
80 template<
typename DisplayNameT = Aws::String>
81 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
82 template<
typename DisplayNameT = Aws::String>
90 template<
typename SourceT = ExperimentSource>
91 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
92 template<
typename SourceT = ExperimentSource>
102 template<
typename DescriptionT = Aws::String>
103 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
104 template<
typename DescriptionT = Aws::String>
114 template<
typename CreationTimeT = Aws::Utils::DateTime>
115 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
116 template<
typename CreationTimeT = Aws::Utils::DateTime>
126 template<
typename CreatedByT = UserContext>
127 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
128 template<
typename CreatedByT = UserContext>
138 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
139 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
140 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
148 template<
typename LastModifiedByT = UserContext>
149 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
150 template<
typename LastModifiedByT = UserContext>
162 template<
typename TagsT = Aws::Vector<Tag>>
163 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
164 template<
typename TagsT = Aws::Vector<Tag>>
166 template<
typename TagsT = Tag>
167 Experiment&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
172 bool m_experimentNameHasBeenSet =
false;
175 bool m_experimentArnHasBeenSet =
false;
178 bool m_displayNameHasBeenSet =
false;
181 bool m_sourceHasBeenSet =
false;
184 bool m_descriptionHasBeenSet =
false;
187 bool m_creationTimeHasBeenSet =
false;
189 UserContext m_createdBy;
190 bool m_createdByHasBeenSet =
false;
193 bool m_lastModifiedTimeHasBeenSet =
false;
195 UserContext m_lastModifiedBy;
196 bool m_lastModifiedByHasBeenSet =
false;
199 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