7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/ExperimentSource.h>
12#include <aws/sagemaker/model/UserContext.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename ExperimentNameT = Aws::String>
40 m_experimentNameHasBeenSet =
true;
41 m_experimentName = std::forward<ExperimentNameT>(value);
43 template <
typename ExperimentNameT = Aws::String>
55 template <
typename ExperimentArnT = Aws::String>
57 m_experimentArnHasBeenSet =
true;
58 m_experimentArn = std::forward<ExperimentArnT>(value);
60 template <
typename ExperimentArnT = Aws::String>
73 template <
typename DisplayNameT = Aws::String>
75 m_displayNameHasBeenSet =
true;
76 m_displayName = std::forward<DisplayNameT>(value);
78 template <
typename DisplayNameT = Aws::String>
90 template <
typename SourceT = ExperimentSource>
92 m_sourceHasBeenSet =
true;
93 m_source = std::forward<SourceT>(value);
95 template <
typename SourceT = ExperimentSource>
107 template <
typename DescriptionT = Aws::String>
109 m_descriptionHasBeenSet =
true;
110 m_description = std::forward<DescriptionT>(value);
112 template <
typename DescriptionT = Aws::String>
124 template <
typename CreationTimeT = Aws::Utils::DateTime>
126 m_creationTimeHasBeenSet =
true;
127 m_creationTime = std::forward<CreationTimeT>(value);
129 template <
typename CreationTimeT = Aws::Utils::DateTime>
141 template <
typename CreatedByT = UserContext>
143 m_createdByHasBeenSet =
true;
144 m_createdBy = std::forward<CreatedByT>(value);
146 template <
typename CreatedByT = UserContext>
158 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
160 m_lastModifiedTimeHasBeenSet =
true;
161 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
163 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
175 template <
typename LastModifiedByT = UserContext>
177 m_lastModifiedByHasBeenSet =
true;
178 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
180 template <
typename LastModifiedByT = UserContext>
190 template <
typename RequestIdT = Aws::String>
192 m_requestIdHasBeenSet =
true;
193 m_requestId = std::forward<RequestIdT>(value);
195 template <
typename RequestIdT = Aws::String>
216 UserContext m_createdBy;
220 UserContext m_lastModifiedBy;
224 bool m_experimentNameHasBeenSet =
false;
225 bool m_experimentArnHasBeenSet =
false;
226 bool m_displayNameHasBeenSet =
false;
227 bool m_sourceHasBeenSet =
false;
228 bool m_descriptionHasBeenSet =
false;
229 bool m_creationTimeHasBeenSet =
false;
230 bool m_createdByHasBeenSet =
false;
231 bool m_lastModifiedTimeHasBeenSet =
false;
232 bool m_lastModifiedByHasBeenSet =
false;
233 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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