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>
51 inline void SetModelCardExportJobName(
const char* value) { m_modelCardExportJobNameHasBeenSet =
true; m_modelCardExportJobName.assign(value); }
65 inline void SetModelCardExportJobArn(
const char* value) { m_modelCardExportJobArnHasBeenSet =
true; m_modelCardExportJobArn.assign(value); }
91 inline void SetModelCardName(
const char* value) { m_modelCardNameHasBeenSet =
true; m_modelCardName.assign(value); }
103 inline void SetModelCardVersion(
int value) { m_modelCardVersionHasBeenSet =
true; m_modelCardVersion = value; }
133 bool m_modelCardExportJobNameHasBeenSet =
false;
136 bool m_modelCardExportJobArnHasBeenSet =
false;
139 bool m_statusHasBeenSet =
false;
142 bool m_modelCardNameHasBeenSet =
false;
144 int m_modelCardVersion;
145 bool m_modelCardVersionHasBeenSet =
false;
148 bool m_createdAtHasBeenSet =
false;
151 bool m_lastModifiedAtHasBeenSet =
false;
const Aws::Utils::DateTime & GetLastModifiedAt() const
ModelCardExportJobSummary & WithStatus(ModelCardExportJobStatus &&value)
void SetStatus(ModelCardExportJobStatus &&value)
ModelCardExportJobSummary & WithModelCardExportJobName(const Aws::String &value)
const ModelCardExportJobStatus & GetStatus() const
ModelCardExportJobSummary & WithModelCardName(Aws::String &&value)
ModelCardExportJobSummary & WithModelCardExportJobArn(const Aws::String &value)
void SetLastModifiedAt(const Aws::Utils::DateTime &value)
ModelCardExportJobSummary & WithModelCardName(const char *value)
void SetStatus(const ModelCardExportJobStatus &value)
ModelCardExportJobSummary & WithModelCardExportJobName(Aws::String &&value)
ModelCardExportJobSummary & WithLastModifiedAt(const Aws::Utils::DateTime &value)
bool ModelCardNameHasBeenSet() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
bool ModelCardExportJobNameHasBeenSet() const
ModelCardExportJobSummary & WithStatus(const ModelCardExportJobStatus &value)
ModelCardExportJobSummary & WithModelCardExportJobName(const char *value)
ModelCardExportJobSummary & WithModelCardName(const Aws::String &value)
ModelCardExportJobSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetModelCardExportJobName(const char *value)
AWS_SAGEMAKER_API ModelCardExportJobSummary(Aws::Utils::Json::JsonView jsonValue)
ModelCardExportJobSummary & WithModelCardExportJobArn(Aws::String &&value)
int GetModelCardVersion() const
void SetModelCardExportJobName(const Aws::String &value)
void SetModelCardName(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetModelCardExportJobArn(const char *value)
void SetModelCardExportJobArn(Aws::String &&value)
bool ModelCardVersionHasBeenSet() const
void SetModelCardName(const char *value)
ModelCardExportJobSummary & WithLastModifiedAt(Aws::Utils::DateTime &&value)
ModelCardExportJobSummary & WithModelCardExportJobArn(const char *value)
void SetModelCardExportJobArn(const Aws::String &value)
AWS_SAGEMAKER_API ModelCardExportJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetModelCardExportJobArn() const
bool ModelCardExportJobArnHasBeenSet() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetModelCardName() const
bool LastModifiedAtHasBeenSet() const
void SetModelCardName(Aws::String &&value)
const Aws::String & GetModelCardExportJobName() const
ModelCardExportJobSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
AWS_SAGEMAKER_API ModelCardExportJobSummary()
ModelCardExportJobSummary & WithModelCardVersion(int value)
void SetModelCardVersion(int value)
bool StatusHasBeenSet() const
void SetLastModifiedAt(Aws::Utils::DateTime &&value)
void SetModelCardExportJobName(Aws::String &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue