7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ArtifactSource.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/sagemaker/model/UserContext.h>
13#include <aws/sagemaker/model/MetadataProperties.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename ArtifactNameT = Aws::String>
46 void SetArtifactName(ArtifactNameT&& value) { m_artifactNameHasBeenSet =
true; m_artifactName = std::forward<ArtifactNameT>(value); }
47 template<
typename ArtifactNameT = Aws::String>
56 template<
typename ArtifactArnT = Aws::String>
57 void SetArtifactArn(ArtifactArnT&& value) { m_artifactArnHasBeenSet =
true; m_artifactArn = std::forward<ArtifactArnT>(value); }
58 template<
typename ArtifactArnT = Aws::String>
67 template<
typename SourceT = ArtifactSource>
68 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
69 template<
typename SourceT = ArtifactSource>
78 template<
typename ArtifactTypeT = Aws::String>
79 void SetArtifactType(ArtifactTypeT&& value) { m_artifactTypeHasBeenSet =
true; m_artifactType = std::forward<ArtifactTypeT>(value); }
80 template<
typename ArtifactTypeT = Aws::String>
89 template<
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
90 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
91 template<
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
93 template<
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
95 m_propertiesHasBeenSet =
true; m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
return *
this;
104 template<
typename CreationTimeT = Aws::Utils::DateTime>
105 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
106 template<
typename CreationTimeT = Aws::Utils::DateTime>
113 template<
typename CreatedByT = UserContext>
114 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
115 template<
typename CreatedByT = UserContext>
124 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
125 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
126 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
133 template<
typename LastModifiedByT = UserContext>
134 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
135 template<
typename LastModifiedByT = UserContext>
142 template<
typename MetadataPropertiesT = MetadataProperties>
143 void SetMetadataProperties(MetadataPropertiesT&& value) { m_metadataPropertiesHasBeenSet =
true; m_metadataProperties = std::forward<MetadataPropertiesT>(value); }
144 template<
typename MetadataPropertiesT = MetadataProperties>
153 template<
typename LineageGroupArnT = Aws::String>
154 void SetLineageGroupArn(LineageGroupArnT&& value) { m_lineageGroupArnHasBeenSet =
true; m_lineageGroupArn = std::forward<LineageGroupArnT>(value); }
155 template<
typename LineageGroupArnT = Aws::String>
162 template<
typename RequestIdT = Aws::String>
163 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
164 template<
typename RequestIdT = Aws::String>
170 bool m_artifactNameHasBeenSet =
false;
173 bool m_artifactArnHasBeenSet =
false;
176 bool m_sourceHasBeenSet =
false;
179 bool m_artifactTypeHasBeenSet =
false;
182 bool m_propertiesHasBeenSet =
false;
185 bool m_creationTimeHasBeenSet =
false;
187 UserContext m_createdBy;
188 bool m_createdByHasBeenSet =
false;
191 bool m_lastModifiedTimeHasBeenSet =
false;
193 UserContext m_lastModifiedBy;
194 bool m_lastModifiedByHasBeenSet =
false;
196 MetadataProperties m_metadataProperties;
197 bool m_metadataPropertiesHasBeenSet =
false;
200 bool m_lineageGroupArnHasBeenSet =
false;
203 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