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/DateTime.h>
50 template<
typename ArtifactArnT = Aws::String>
51 void SetArtifactArn(ArtifactArnT&& value) { m_artifactArnHasBeenSet =
true; m_artifactArn = std::forward<ArtifactArnT>(value); }
52 template<
typename ArtifactArnT = Aws::String>
62 template<
typename ArtifactNameT = Aws::String>
63 void SetArtifactName(ArtifactNameT&& value) { m_artifactNameHasBeenSet =
true; m_artifactName = std::forward<ArtifactNameT>(value); }
64 template<
typename ArtifactNameT = Aws::String>
74 template<
typename SourceT = ArtifactSource>
75 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
76 template<
typename SourceT = ArtifactSource>
86 template<
typename ArtifactTypeT = Aws::String>
87 void SetArtifactType(ArtifactTypeT&& value) { m_artifactTypeHasBeenSet =
true; m_artifactType = std::forward<ArtifactTypeT>(value); }
88 template<
typename ArtifactTypeT = Aws::String>
98 template<
typename CreationTimeT = Aws::Utils::DateTime>
99 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
100 template<
typename CreationTimeT = Aws::Utils::DateTime>
110 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
111 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
112 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
118 bool m_artifactArnHasBeenSet =
false;
121 bool m_artifactNameHasBeenSet =
false;
124 bool m_sourceHasBeenSet =
false;
127 bool m_artifactTypeHasBeenSet =
false;
130 bool m_creationTimeHasBeenSet =
false;
133 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