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>
48 template<
typename ModelCardNameT = Aws::String>
49 void SetModelCardName(ModelCardNameT&& value) { m_modelCardNameHasBeenSet =
true; m_modelCardName = std::forward<ModelCardNameT>(value); }
50 template<
typename ModelCardNameT = Aws::String>
60 template<
typename ModelCardArnT = Aws::String>
61 void SetModelCardArn(ModelCardArnT&& value) { m_modelCardArnHasBeenSet =
true; m_modelCardArn = std::forward<ModelCardArnT>(value); }
62 template<
typename ModelCardArnT = Aws::String>
89 template<
typename CreationTimeT = Aws::Utils::DateTime>
90 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
91 template<
typename CreationTimeT = Aws::Utils::DateTime>
101 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
102 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
103 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
109 bool m_modelCardNameHasBeenSet =
false;
112 bool m_modelCardArnHasBeenSet =
false;
115 bool m_modelCardStatusHasBeenSet =
false;
118 bool m_creationTimeHasBeenSet =
false;
121 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