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>
42 template <
typename ModelCardNameT = Aws::String>
44 m_modelCardNameHasBeenSet =
true;
45 m_modelCardName = std::forward<ModelCardNameT>(value);
47 template <
typename ModelCardNameT = Aws::String>
60 template <
typename ModelCardArnT = Aws::String>
62 m_modelCardArnHasBeenSet =
true;
63 m_modelCardArn = std::forward<ModelCardArnT>(value);
65 template <
typename ModelCardArnT = Aws::String>
86 m_modelCardStatusHasBeenSet =
true;
87 m_modelCardStatus = value;
101 template <
typename CreationTimeT = Aws::Utils::DateTime>
103 m_creationTimeHasBeenSet =
true;
104 m_creationTime = std::forward<CreationTimeT>(value);
106 template <
typename CreationTimeT = Aws::Utils::DateTime>
119 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
121 m_lastModifiedTimeHasBeenSet =
true;
122 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
124 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
140 bool m_modelCardNameHasBeenSet =
false;
141 bool m_modelCardArnHasBeenSet =
false;
142 bool m_modelCardStatusHasBeenSet =
false;
143 bool m_creationTimeHasBeenSet =
false;
144 bool m_lastModifiedTimeHasBeenSet =
false;
void SetModelCardStatus(ModelCardStatus value)
bool CreationTimeHasBeenSet() const
AWS_SAGEMAKER_API ModelCardSummary(Aws::Utils::Json::JsonView jsonValue)
ModelCardSummary & WithModelCardStatus(ModelCardStatus value)
AWS_SAGEMAKER_API ModelCardSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ModelCardSummary & WithModelCardArn(ModelCardArnT &&value)
void SetModelCardArn(ModelCardArnT &&value)
ModelCardStatus GetModelCardStatus() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
ModelCardSummary & WithCreationTime(CreationTimeT &&value)
ModelCardSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
ModelCardSummary & WithModelCardName(ModelCardNameT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetModelCardName() const
AWS_SAGEMAKER_API ModelCardSummary()=default
void SetCreationTime(CreationTimeT &&value)
bool ModelCardStatusHasBeenSet() const
const Aws::String & GetModelCardArn() const
bool ModelCardArnHasBeenSet() const
void SetModelCardName(ModelCardNameT &&value)
bool ModelCardNameHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue