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/ModelCardStatus.h>
43 template <
typename ModelCardNameT = Aws::String>
45 m_modelCardNameHasBeenSet =
true;
46 m_modelCardName = std::forward<ModelCardNameT>(value);
48 template <
typename ModelCardNameT = Aws::String>
61 template <
typename ModelCardArnT = Aws::String>
63 m_modelCardArnHasBeenSet =
true;
64 m_modelCardArn = std::forward<ModelCardArnT>(value);
66 template <
typename ModelCardArnT = Aws::String>
87 m_modelCardStatusHasBeenSet =
true;
88 m_modelCardStatus = value;
103 m_modelCardVersionHasBeenSet =
true;
104 m_modelCardVersion = value;
118 template <
typename CreationTimeT = Aws::Utils::DateTime>
120 m_creationTimeHasBeenSet =
true;
121 m_creationTime = std::forward<CreationTimeT>(value);
123 template <
typename CreationTimeT = Aws::Utils::DateTime>
136 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
138 m_lastModifiedTimeHasBeenSet =
true;
139 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
141 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
154 int m_modelCardVersion{0};
159 bool m_modelCardNameHasBeenSet =
false;
160 bool m_modelCardArnHasBeenSet =
false;
161 bool m_modelCardStatusHasBeenSet =
false;
162 bool m_modelCardVersionHasBeenSet =
false;
163 bool m_creationTimeHasBeenSet =
false;
164 bool m_lastModifiedTimeHasBeenSet =
false;
AWS_SAGEMAKER_API ModelCardVersionSummary(Aws::Utils::Json::JsonView jsonValue)
ModelCardVersionSummary & WithModelCardArn(ModelCardArnT &&value)
void SetModelCardArn(ModelCardArnT &&value)
void SetModelCardVersion(int value)
bool ModelCardVersionHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API ModelCardVersionSummary()=default
ModelCardVersionSummary & WithModelCardVersion(int value)
const Aws::Utils::DateTime & GetCreationTime() const
int GetModelCardVersion() const
AWS_SAGEMAKER_API ModelCardVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetModelCardName(ModelCardNameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
ModelCardStatus GetModelCardStatus() const
void SetCreationTime(CreationTimeT &&value)
bool ModelCardStatusHasBeenSet() const
const Aws::String & GetModelCardName() const
ModelCardVersionSummary & WithModelCardStatus(ModelCardStatus value)
bool LastModifiedTimeHasBeenSet() const
ModelCardVersionSummary & WithModelCardName(ModelCardNameT &&value)
bool ModelCardArnHasBeenSet() const
void SetModelCardStatus(ModelCardStatus value)
const Aws::String & GetModelCardArn() const
bool ModelCardNameHasBeenSet() const
ModelCardVersionSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
ModelCardVersionSummary & WithCreationTime(CreationTimeT &&value)
bool CreationTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue