7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/ArtifactSource.h>
12#include <aws/sagemaker/model/MetadataProperties.h>
13#include <aws/sagemaker/model/UserContext.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename ArtifactNameT = Aws::String>
41 m_artifactNameHasBeenSet =
true;
42 m_artifactName = std::forward<ArtifactNameT>(value);
44 template <
typename ArtifactNameT = Aws::String>
56 template <
typename ArtifactArnT = Aws::String>
58 m_artifactArnHasBeenSet =
true;
59 m_artifactArn = std::forward<ArtifactArnT>(value);
61 template <
typename ArtifactArnT = Aws::String>
73 template <
typename SourceT = ArtifactSource>
75 m_sourceHasBeenSet =
true;
76 m_source = std::forward<SourceT>(value);
78 template <
typename SourceT = ArtifactSource>
90 template <
typename ArtifactTypeT = Aws::String>
92 m_artifactTypeHasBeenSet =
true;
93 m_artifactType = std::forward<ArtifactTypeT>(value);
95 template <
typename ArtifactTypeT = Aws::String>
107 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
109 m_propertiesHasBeenSet =
true;
110 m_properties = std::forward<PropertiesT>(value);
112 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
117 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
119 m_propertiesHasBeenSet =
true;
120 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
130 template <
typename CreationTimeT = Aws::Utils::DateTime>
132 m_creationTimeHasBeenSet =
true;
133 m_creationTime = std::forward<CreationTimeT>(value);
135 template <
typename CreationTimeT = Aws::Utils::DateTime>
145 template <
typename CreatedByT = UserContext>
147 m_createdByHasBeenSet =
true;
148 m_createdBy = std::forward<CreatedByT>(value);
150 template <
typename CreatedByT = UserContext>
162 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
164 m_lastModifiedTimeHasBeenSet =
true;
165 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
167 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
177 template <
typename LastModifiedByT = UserContext>
179 m_lastModifiedByHasBeenSet =
true;
180 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
182 template <
typename LastModifiedByT = UserContext>
192 template <
typename MetadataPropertiesT = MetadataProperties>
194 m_metadataPropertiesHasBeenSet =
true;
195 m_metadataProperties = std::forward<MetadataPropertiesT>(value);
197 template <
typename MetadataPropertiesT = MetadataProperties>
209 template <
typename LineageGroupArnT = Aws::String>
211 m_lineageGroupArnHasBeenSet =
true;
212 m_lineageGroupArn = std::forward<LineageGroupArnT>(value);
214 template <
typename LineageGroupArnT = Aws::String>
224 template <
typename RequestIdT = Aws::String>
226 m_requestIdHasBeenSet =
true;
227 m_requestId = std::forward<RequestIdT>(value);
229 template <
typename RequestIdT = Aws::String>
248 UserContext m_createdBy;
252 UserContext m_lastModifiedBy;
254 MetadataProperties m_metadataProperties;
259 bool m_artifactNameHasBeenSet =
false;
260 bool m_artifactArnHasBeenSet =
false;
261 bool m_sourceHasBeenSet =
false;
262 bool m_artifactTypeHasBeenSet =
false;
263 bool m_propertiesHasBeenSet =
false;
264 bool m_creationTimeHasBeenSet =
false;
265 bool m_createdByHasBeenSet =
false;
266 bool m_lastModifiedTimeHasBeenSet =
false;
267 bool m_lastModifiedByHasBeenSet =
false;
268 bool m_metadataPropertiesHasBeenSet =
false;
269 bool m_lineageGroupArnHasBeenSet =
false;
270 bool m_requestIdHasBeenSet =
false;
void SetArtifactName(ArtifactNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
void SetProperties(PropertiesT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
void SetCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API DescribeArtifactResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLineageGroupArn(LineageGroupArnT &&value)
const Aws::String & GetArtifactArn() const
DescribeArtifactResult & WithLastModifiedBy(LastModifiedByT &&value)
DescribeArtifactResult & WithMetadataProperties(MetadataPropertiesT &&value)
const UserContext & GetLastModifiedBy() const
DescribeArtifactResult & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetArtifactType() const
void SetCreatedBy(CreatedByT &&value)
void SetArtifactType(ArtifactTypeT &&value)
const ArtifactSource & GetSource() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetLineageGroupArn() const
DescribeArtifactResult & WithLineageGroupArn(LineageGroupArnT &&value)
DescribeArtifactResult & WithArtifactArn(ArtifactArnT &&value)
DescribeArtifactResult & WithArtifactType(ArtifactTypeT &&value)
DescribeArtifactResult & WithRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API DescribeArtifactResult()=default
DescribeArtifactResult & WithArtifactName(ArtifactNameT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetArtifactArn(ArtifactArnT &&value)
const Aws::String & GetRequestId() const
DescribeArtifactResult & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
DescribeArtifactResult & WithSource(SourceT &&value)
const UserContext & GetCreatedBy() const
const Aws::String & GetArtifactName() const
AWS_SAGEMAKER_API DescribeArtifactResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeArtifactResult & WithProperties(PropertiesT &&value)
void SetSource(SourceT &&value)
DescribeArtifactResult & WithLastModifiedTime(LastModifiedTimeT &&value)
DescribeArtifactResult & WithCreationTime(CreationTimeT &&value)
const MetadataProperties & GetMetadataProperties() const
void SetMetadataProperties(MetadataPropertiesT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue