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>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename ExperimentNameT = Aws::String>
44 void SetExperimentName(ExperimentNameT&& value) { m_experimentNameHasBeenSet =
true; m_experimentName = std::forward<ExperimentNameT>(value); }
45 template<
typename ExperimentNameT = Aws::String>
54 template<
typename ExperimentArnT = Aws::String>
55 void SetExperimentArn(ExperimentArnT&& value) { m_experimentArnHasBeenSet =
true; m_experimentArn = std::forward<ExperimentArnT>(value); }
56 template<
typename ExperimentArnT = Aws::String>
66 template<
typename DisplayNameT = Aws::String>
67 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
68 template<
typename DisplayNameT = Aws::String>
77 template<
typename SourceT = ExperimentSource>
78 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
79 template<
typename SourceT = ExperimentSource>
88 template<
typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
90 template<
typename DescriptionT = Aws::String>
99 template<
typename CreationTimeT = Aws::Utils::DateTime>
100 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
101 template<
typename CreationTimeT = Aws::Utils::DateTime>
110 template<
typename CreatedByT = UserContext>
111 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
112 template<
typename CreatedByT = UserContext>
121 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
122 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
123 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
132 template<
typename LastModifiedByT = UserContext>
133 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
134 template<
typename LastModifiedByT = UserContext>
141 template<
typename RequestIdT = Aws::String>
142 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
143 template<
typename RequestIdT = Aws::String>
149 bool m_experimentNameHasBeenSet =
false;
152 bool m_experimentArnHasBeenSet =
false;
155 bool m_displayNameHasBeenSet =
false;
158 bool m_sourceHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
164 bool m_creationTimeHasBeenSet =
false;
166 UserContext m_createdBy;
167 bool m_createdByHasBeenSet =
false;
170 bool m_lastModifiedTimeHasBeenSet =
false;
172 UserContext m_lastModifiedBy;
173 bool m_lastModifiedByHasBeenSet =
false;
176 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