7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ModelCardExportJobStatus.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename ModelCardExportJobNameT = Aws::String>
50 void SetModelCardExportJobName(ModelCardExportJobNameT&& value) { m_modelCardExportJobNameHasBeenSet =
true; m_modelCardExportJobName = std::forward<ModelCardExportJobNameT>(value); }
51 template<
typename ModelCardExportJobNameT = Aws::String>
61 template<
typename ModelCardExportJobArnT = Aws::String>
62 void SetModelCardExportJobArn(ModelCardExportJobArnT&& value) { m_modelCardExportJobArnHasBeenSet =
true; m_modelCardExportJobArn = std::forward<ModelCardExportJobArnT>(value); }
63 template<
typename ModelCardExportJobArnT = Aws::String>
83 template<
typename ModelCardNameT = Aws::String>
84 void SetModelCardName(ModelCardNameT&& value) { m_modelCardNameHasBeenSet =
true; m_modelCardName = std::forward<ModelCardNameT>(value); }
85 template<
typename ModelCardNameT = Aws::String>
95 inline void SetModelCardVersion(
int value) { m_modelCardVersionHasBeenSet =
true; m_modelCardVersion = value; }
105 template<
typename CreatedAtT = Aws::Utils::DateTime>
106 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
107 template<
typename CreatedAtT = Aws::Utils::DateTime>
117 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
118 void SetLastModifiedAt(LastModifiedAtT&& value) { m_lastModifiedAtHasBeenSet =
true; m_lastModifiedAt = std::forward<LastModifiedAtT>(value); }
119 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
125 bool m_modelCardExportJobNameHasBeenSet =
false;
128 bool m_modelCardExportJobArnHasBeenSet =
false;
131 bool m_statusHasBeenSet =
false;
134 bool m_modelCardNameHasBeenSet =
false;
136 int m_modelCardVersion{0};
137 bool m_modelCardVersionHasBeenSet =
false;
140 bool m_createdAtHasBeenSet =
false;
143 bool m_lastModifiedAtHasBeenSet =
false;
const Aws::Utils::DateTime & GetLastModifiedAt() const
void SetModelCardExportJobArn(ModelCardExportJobArnT &&value)
ModelCardExportJobSummary & WithStatus(ModelCardExportJobStatus value)
ModelCardExportJobSummary & WithCreatedAt(CreatedAtT &&value)
bool ModelCardNameHasBeenSet() const
void SetModelCardName(ModelCardNameT &&value)
bool ModelCardExportJobNameHasBeenSet() const
void SetModelCardExportJobName(ModelCardExportJobNameT &&value)
void SetCreatedAt(CreatedAtT &&value)
ModelCardExportJobStatus GetStatus() const
AWS_SAGEMAKER_API ModelCardExportJobSummary(Aws::Utils::Json::JsonView jsonValue)
int GetModelCardVersion() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool ModelCardVersionHasBeenSet() const
ModelCardExportJobSummary & WithModelCardName(ModelCardNameT &&value)
AWS_SAGEMAKER_API ModelCardExportJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedAt(LastModifiedAtT &&value)
ModelCardExportJobSummary & WithModelCardExportJobArn(ModelCardExportJobArnT &&value)
const Aws::String & GetModelCardExportJobArn() const
bool ModelCardExportJobArnHasBeenSet() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetModelCardName() const
ModelCardExportJobSummary & WithLastModifiedAt(LastModifiedAtT &&value)
ModelCardExportJobSummary & WithModelCardExportJobName(ModelCardExportJobNameT &&value)
bool LastModifiedAtHasBeenSet() const
const Aws::String & GetModelCardExportJobName() const
ModelCardExportJobSummary & WithModelCardVersion(int value)
void SetModelCardVersion(int value)
bool StatusHasBeenSet() const
void SetStatus(ModelCardExportJobStatus value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API ModelCardExportJobSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue