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/ArtifactSource.h>
44 template <
typename ArtifactArnT = Aws::String>
46 m_artifactArnHasBeenSet =
true;
47 m_artifactArn = std::forward<ArtifactArnT>(value);
49 template <
typename ArtifactArnT = Aws::String>
62 template <
typename ArtifactNameT = Aws::String>
64 m_artifactNameHasBeenSet =
true;
65 m_artifactName = std::forward<ArtifactNameT>(value);
67 template <
typename ArtifactNameT = Aws::String>
80 template <
typename SourceT = ArtifactSource>
82 m_sourceHasBeenSet =
true;
83 m_source = std::forward<SourceT>(value);
85 template <
typename SourceT = ArtifactSource>
98 template <
typename ArtifactTypeT = Aws::String>
100 m_artifactTypeHasBeenSet =
true;
101 m_artifactType = std::forward<ArtifactTypeT>(value);
103 template <
typename ArtifactTypeT = Aws::String>
116 template <
typename CreationTimeT = Aws::Utils::DateTime>
118 m_creationTimeHasBeenSet =
true;
119 m_creationTime = std::forward<CreationTimeT>(value);
121 template <
typename CreationTimeT = Aws::Utils::DateTime>
134 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
136 m_lastModifiedTimeHasBeenSet =
true;
137 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
139 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
157 bool m_artifactArnHasBeenSet =
false;
158 bool m_artifactNameHasBeenSet =
false;
159 bool m_sourceHasBeenSet =
false;
160 bool m_artifactTypeHasBeenSet =
false;
161 bool m_creationTimeHasBeenSet =
false;
162 bool m_lastModifiedTimeHasBeenSet =
false;
void SetArtifactType(ArtifactTypeT &&value)
ArtifactSummary & WithCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ArtifactSummary & WithArtifactType(ArtifactTypeT &&value)
bool CreationTimeHasBeenSet() const
const Aws::String & GetArtifactName() const
bool ArtifactNameHasBeenSet() const
const Aws::String & GetArtifactType() const
bool LastModifiedTimeHasBeenSet() const
void SetSource(SourceT &&value)
const ArtifactSource & GetSource() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::Utils::DateTime & GetCreationTime() const
ArtifactSummary & WithSource(SourceT &&value)
void SetArtifactName(ArtifactNameT &&value)
void SetArtifactArn(ArtifactArnT &&value)
AWS_SAGEMAKER_API ArtifactSummary()=default
ArtifactSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
ArtifactSummary & WithArtifactArn(ArtifactArnT &&value)
AWS_SAGEMAKER_API ArtifactSummary(Aws::Utils::Json::JsonView jsonValue)
ArtifactSummary & WithArtifactName(ArtifactNameT &&value)
const Aws::String & GetArtifactArn() const
AWS_SAGEMAKER_API ArtifactSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ArtifactArnHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
bool ArtifactTypeHasBeenSet() const
bool SourceHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue