7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ModelCardStatus.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename ModelCardNameT = Aws::String>
50 void SetModelCardName(ModelCardNameT&& value) { m_modelCardNameHasBeenSet =
true; m_modelCardName = std::forward<ModelCardNameT>(value); }
51 template<
typename ModelCardNameT = Aws::String>
61 template<
typename ModelCardArnT = Aws::String>
62 void SetModelCardArn(ModelCardArnT&& value) { m_modelCardArnHasBeenSet =
true; m_modelCardArn = std::forward<ModelCardArnT>(value); }
63 template<
typename ModelCardArnT = Aws::String>
90 inline void SetModelCardVersion(
int value) { m_modelCardVersionHasBeenSet =
true; m_modelCardVersion = value; }
100 template<
typename CreationTimeT = Aws::Utils::DateTime>
101 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
102 template<
typename CreationTimeT = Aws::Utils::DateTime>
112 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
113 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
114 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
120 bool m_modelCardNameHasBeenSet =
false;
123 bool m_modelCardArnHasBeenSet =
false;
126 bool m_modelCardStatusHasBeenSet =
false;
128 int m_modelCardVersion{0};
129 bool m_modelCardVersionHasBeenSet =
false;
132 bool m_creationTimeHasBeenSet =
false;
135 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