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/ExperimentSource.h>
11#include <aws/sagemaker/model/UserContext.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ExperimentNameT = Aws::String>
39 m_experimentNameHasBeenSet =
true;
40 m_experimentName = std::forward<ExperimentNameT>(value);
42 template <
typename ExperimentNameT = Aws::String>
54 template <
typename ExperimentArnT = Aws::String>
56 m_experimentArnHasBeenSet =
true;
57 m_experimentArn = std::forward<ExperimentArnT>(value);
59 template <
typename ExperimentArnT = Aws::String>
72 template <
typename DisplayNameT = Aws::String>
74 m_displayNameHasBeenSet =
true;
75 m_displayName = std::forward<DisplayNameT>(value);
77 template <
typename DisplayNameT = Aws::String>
89 template <
typename SourceT = ExperimentSource>
91 m_sourceHasBeenSet =
true;
92 m_source = std::forward<SourceT>(value);
94 template <
typename SourceT = ExperimentSource>
106 template <
typename DescriptionT = Aws::String>
108 m_descriptionHasBeenSet =
true;
109 m_description = std::forward<DescriptionT>(value);
111 template <
typename DescriptionT = Aws::String>
123 template <
typename CreationTimeT = Aws::Utils::DateTime>
125 m_creationTimeHasBeenSet =
true;
126 m_creationTime = std::forward<CreationTimeT>(value);
128 template <
typename CreationTimeT = Aws::Utils::DateTime>
140 template <
typename CreatedByT = UserContext>
142 m_createdByHasBeenSet =
true;
143 m_createdBy = std::forward<CreatedByT>(value);
145 template <
typename CreatedByT = UserContext>
157 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
159 m_lastModifiedTimeHasBeenSet =
true;
160 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
162 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
174 template <
typename LastModifiedByT = UserContext>
176 m_lastModifiedByHasBeenSet =
true;
177 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
179 template <
typename LastModifiedByT = UserContext>
189 template <
typename RequestIdT = Aws::String>
191 m_requestIdHasBeenSet =
true;
192 m_requestId = std::forward<RequestIdT>(value);
194 template <
typename RequestIdT = Aws::String>
213 UserContext m_createdBy;
217 UserContext m_lastModifiedBy;
220 bool m_experimentNameHasBeenSet =
false;
221 bool m_experimentArnHasBeenSet =
false;
222 bool m_displayNameHasBeenSet =
false;
223 bool m_sourceHasBeenSet =
false;
224 bool m_descriptionHasBeenSet =
false;
225 bool m_creationTimeHasBeenSet =
false;
226 bool m_createdByHasBeenSet =
false;
227 bool m_lastModifiedTimeHasBeenSet =
false;
228 bool m_lastModifiedByHasBeenSet =
false;
229 bool m_requestIdHasBeenSet =
false;
AWS_SAGEMAKER_API DescribeExperimentResult()=default
void SetExperimentName(ExperimentNameT &&value)
DescribeExperimentResult & WithCreatedBy(CreatedByT &&value)
const ExperimentSource & GetSource() const
DescribeExperimentResult & WithLastModifiedTime(LastModifiedTimeT &&value)
DescribeExperimentResult & WithLastModifiedBy(LastModifiedByT &&value)
DescribeExperimentResult & WithSource(SourceT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetExperimentArn(ExperimentArnT &&value)
DescribeExperimentResult & WithCreationTime(CreationTimeT &&value)
DescribeExperimentResult & WithRequestId(RequestIdT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetExperimentName() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
DescribeExperimentResult & WithExperimentArn(ExperimentArnT &&value)
const UserContext & GetLastModifiedBy() const
void SetDisplayName(DisplayNameT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
const Aws::String & GetRequestId() const
void SetSource(SourceT &&value)
const UserContext & GetCreatedBy() const
const Aws::String & GetDisplayName() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
AWS_SAGEMAKER_API DescribeExperimentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeExperimentResult & WithDescription(DescriptionT &&value)
DescribeExperimentResult & WithDisplayName(DisplayNameT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API DescribeExperimentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeExperimentResult & WithExperimentName(ExperimentNameT &&value)
const Aws::String & GetExperimentArn() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue