7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/ArtifactSource.h>
13#include <aws/sagemaker/model/MetadataProperties.h>
14#include <aws/sagemaker/model/UserContext.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename ArtifactNameT = Aws::String>
42 m_artifactNameHasBeenSet =
true;
43 m_artifactName = std::forward<ArtifactNameT>(value);
45 template <
typename ArtifactNameT = Aws::String>
57 template <
typename ArtifactArnT = Aws::String>
59 m_artifactArnHasBeenSet =
true;
60 m_artifactArn = std::forward<ArtifactArnT>(value);
62 template <
typename ArtifactArnT = Aws::String>
74 template <
typename SourceT = ArtifactSource>
76 m_sourceHasBeenSet =
true;
77 m_source = std::forward<SourceT>(value);
79 template <
typename SourceT = ArtifactSource>
91 template <
typename ArtifactTypeT = Aws::String>
93 m_artifactTypeHasBeenSet =
true;
94 m_artifactType = std::forward<ArtifactTypeT>(value);
96 template <
typename ArtifactTypeT = Aws::String>
108 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
110 m_propertiesHasBeenSet =
true;
111 m_properties = std::forward<PropertiesT>(value);
113 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
118 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
120 m_propertiesHasBeenSet =
true;
121 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
131 template <
typename CreationTimeT = Aws::Utils::DateTime>
133 m_creationTimeHasBeenSet =
true;
134 m_creationTime = std::forward<CreationTimeT>(value);
136 template <
typename CreationTimeT = Aws::Utils::DateTime>
146 template <
typename CreatedByT = UserContext>
148 m_createdByHasBeenSet =
true;
149 m_createdBy = std::forward<CreatedByT>(value);
151 template <
typename CreatedByT = UserContext>
163 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
165 m_lastModifiedTimeHasBeenSet =
true;
166 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
168 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
178 template <
typename LastModifiedByT = UserContext>
180 m_lastModifiedByHasBeenSet =
true;
181 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
183 template <
typename LastModifiedByT = UserContext>
193 template <
typename MetadataPropertiesT = MetadataProperties>
195 m_metadataPropertiesHasBeenSet =
true;
196 m_metadataProperties = std::forward<MetadataPropertiesT>(value);
198 template <
typename MetadataPropertiesT = MetadataProperties>
210 template <
typename LineageGroupArnT = Aws::String>
212 m_lineageGroupArnHasBeenSet =
true;
213 m_lineageGroupArn = std::forward<LineageGroupArnT>(value);
215 template <
typename LineageGroupArnT = Aws::String>
225 template <
typename RequestIdT = Aws::String>
227 m_requestIdHasBeenSet =
true;
228 m_requestId = std::forward<RequestIdT>(value);
230 template <
typename RequestIdT = Aws::String>
251 UserContext m_createdBy;
255 UserContext m_lastModifiedBy;
257 MetadataProperties m_metadataProperties;
263 bool m_artifactNameHasBeenSet =
false;
264 bool m_artifactArnHasBeenSet =
false;
265 bool m_sourceHasBeenSet =
false;
266 bool m_artifactTypeHasBeenSet =
false;
267 bool m_propertiesHasBeenSet =
false;
268 bool m_creationTimeHasBeenSet =
false;
269 bool m_createdByHasBeenSet =
false;
270 bool m_lastModifiedTimeHasBeenSet =
false;
271 bool m_lastModifiedByHasBeenSet =
false;
272 bool m_metadataPropertiesHasBeenSet =
false;
273 bool m_lineageGroupArnHasBeenSet =
false;
274 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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