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/MetadataProperties.h>
11#include <aws/sagemaker/model/TrialSource.h>
12#include <aws/sagemaker/model/UserContext.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename TrialNameT = Aws::String>
40 m_trialNameHasBeenSet =
true;
41 m_trialName = std::forward<TrialNameT>(value);
43 template <
typename TrialNameT = Aws::String>
55 template <
typename TrialArnT = Aws::String>
57 m_trialArnHasBeenSet =
true;
58 m_trialArn = std::forward<TrialArnT>(value);
60 template <
typename TrialArnT = 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 ExperimentNameT = Aws::String>
92 m_experimentNameHasBeenSet =
true;
93 m_experimentName = std::forward<ExperimentNameT>(value);
95 template <
typename ExperimentNameT = Aws::String>
108 template <
typename SourceT = TrialSource>
110 m_sourceHasBeenSet =
true;
111 m_source = std::forward<SourceT>(value);
113 template <
typename SourceT = TrialSource>
125 template <
typename CreationTimeT = Aws::Utils::DateTime>
127 m_creationTimeHasBeenSet =
true;
128 m_creationTime = std::forward<CreationTimeT>(value);
130 template <
typename CreationTimeT = Aws::Utils::DateTime>
142 template <
typename CreatedByT = UserContext>
144 m_createdByHasBeenSet =
true;
145 m_createdBy = std::forward<CreatedByT>(value);
147 template <
typename CreatedByT = UserContext>
159 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
161 m_lastModifiedTimeHasBeenSet =
true;
162 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
164 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
176 template <
typename LastModifiedByT = UserContext>
178 m_lastModifiedByHasBeenSet =
true;
179 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
181 template <
typename LastModifiedByT = UserContext>
191 template <
typename MetadataPropertiesT = MetadataProperties>
193 m_metadataPropertiesHasBeenSet =
true;
194 m_metadataProperties = std::forward<MetadataPropertiesT>(value);
196 template <
typename MetadataPropertiesT = MetadataProperties>
206 template <
typename RequestIdT = Aws::String>
208 m_requestIdHasBeenSet =
true;
209 m_requestId = std::forward<RequestIdT>(value);
211 template <
typename RequestIdT = Aws::String>
230 UserContext m_createdBy;
234 UserContext m_lastModifiedBy;
236 MetadataProperties m_metadataProperties;
239 bool m_trialNameHasBeenSet =
false;
240 bool m_trialArnHasBeenSet =
false;
241 bool m_displayNameHasBeenSet =
false;
242 bool m_experimentNameHasBeenSet =
false;
243 bool m_sourceHasBeenSet =
false;
244 bool m_creationTimeHasBeenSet =
false;
245 bool m_createdByHasBeenSet =
false;
246 bool m_lastModifiedTimeHasBeenSet =
false;
247 bool m_lastModifiedByHasBeenSet =
false;
248 bool m_metadataPropertiesHasBeenSet =
false;
249 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetTrialArn() const
const Aws::String & GetDisplayName() const
const Aws::String & GetTrialName() const
void SetLastModifiedBy(LastModifiedByT &&value)
DescribeTrialResult & WithLastModifiedBy(LastModifiedByT &&value)
DescribeTrialResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API DescribeTrialResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const UserContext & GetCreatedBy() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetSource(SourceT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetTrialArn(TrialArnT &&value)
DescribeTrialResult & WithCreationTime(CreationTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
DescribeTrialResult & WithMetadataProperties(MetadataPropertiesT &&value)
const MetadataProperties & GetMetadataProperties() const
DescribeTrialResult & WithExperimentName(ExperimentNameT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API DescribeTrialResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API DescribeTrialResult()=default
void SetExperimentName(ExperimentNameT &&value)
const Aws::String & GetExperimentName() const
DescribeTrialResult & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetRequestId() const
DescribeTrialResult & WithTrialArn(TrialArnT &&value)
DescribeTrialResult & WithTrialName(TrialNameT &&value)
DescribeTrialResult & WithCreatedBy(CreatedByT &&value)
const TrialSource & GetSource() const
DescribeTrialResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetMetadataProperties(MetadataPropertiesT &&value)
void SetTrialName(TrialNameT &&value)
DescribeTrialResult & WithSource(SourceT &&value)
const UserContext & GetLastModifiedBy() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue