/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The summary of the Amazon SageMaker Model Card export job.See
* Also:
AWS
* API Reference
The name of the model card export job.
*/ inline const Aws::String& GetModelCardExportJobName() const{ return m_modelCardExportJobName; } /** *The name of the model card export job.
*/ inline bool ModelCardExportJobNameHasBeenSet() const { return m_modelCardExportJobNameHasBeenSet; } /** *The name of the model card export job.
*/ inline void SetModelCardExportJobName(const Aws::String& value) { m_modelCardExportJobNameHasBeenSet = true; m_modelCardExportJobName = value; } /** *The name of the model card export job.
*/ inline void SetModelCardExportJobName(Aws::String&& value) { m_modelCardExportJobNameHasBeenSet = true; m_modelCardExportJobName = std::move(value); } /** *The name of the model card export job.
*/ inline void SetModelCardExportJobName(const char* value) { m_modelCardExportJobNameHasBeenSet = true; m_modelCardExportJobName.assign(value); } /** *The name of the model card export job.
*/ inline ModelCardExportJobSummary& WithModelCardExportJobName(const Aws::String& value) { SetModelCardExportJobName(value); return *this;} /** *The name of the model card export job.
*/ inline ModelCardExportJobSummary& WithModelCardExportJobName(Aws::String&& value) { SetModelCardExportJobName(std::move(value)); return *this;} /** *The name of the model card export job.
*/ inline ModelCardExportJobSummary& WithModelCardExportJobName(const char* value) { SetModelCardExportJobName(value); return *this;} /** *The Amazon Resource Name (ARN) of the model card export job.
*/ inline const Aws::String& GetModelCardExportJobArn() const{ return m_modelCardExportJobArn; } /** *The Amazon Resource Name (ARN) of the model card export job.
*/ inline bool ModelCardExportJobArnHasBeenSet() const { return m_modelCardExportJobArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the model card export job.
*/ inline void SetModelCardExportJobArn(const Aws::String& value) { m_modelCardExportJobArnHasBeenSet = true; m_modelCardExportJobArn = value; } /** *The Amazon Resource Name (ARN) of the model card export job.
*/ inline void SetModelCardExportJobArn(Aws::String&& value) { m_modelCardExportJobArnHasBeenSet = true; m_modelCardExportJobArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the model card export job.
*/ inline void SetModelCardExportJobArn(const char* value) { m_modelCardExportJobArnHasBeenSet = true; m_modelCardExportJobArn.assign(value); } /** *The Amazon Resource Name (ARN) of the model card export job.
*/ inline ModelCardExportJobSummary& WithModelCardExportJobArn(const Aws::String& value) { SetModelCardExportJobArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the model card export job.
*/ inline ModelCardExportJobSummary& WithModelCardExportJobArn(Aws::String&& value) { SetModelCardExportJobArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the model card export job.
*/ inline ModelCardExportJobSummary& WithModelCardExportJobArn(const char* value) { SetModelCardExportJobArn(value); return *this;} /** *The completion status of the model card export job.
*/ inline const ModelCardExportJobStatus& GetStatus() const{ return m_status; } /** *The completion status of the model card export job.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The completion status of the model card export job.
*/ inline void SetStatus(const ModelCardExportJobStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *The completion status of the model card export job.
*/ inline void SetStatus(ModelCardExportJobStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The completion status of the model card export job.
*/ inline ModelCardExportJobSummary& WithStatus(const ModelCardExportJobStatus& value) { SetStatus(value); return *this;} /** *The completion status of the model card export job.
*/ inline ModelCardExportJobSummary& WithStatus(ModelCardExportJobStatus&& value) { SetStatus(std::move(value)); return *this;} /** *The name of the model card that the export job exports.
*/ inline const Aws::String& GetModelCardName() const{ return m_modelCardName; } /** *The name of the model card that the export job exports.
*/ inline bool ModelCardNameHasBeenSet() const { return m_modelCardNameHasBeenSet; } /** *The name of the model card that the export job exports.
*/ inline void SetModelCardName(const Aws::String& value) { m_modelCardNameHasBeenSet = true; m_modelCardName = value; } /** *The name of the model card that the export job exports.
*/ inline void SetModelCardName(Aws::String&& value) { m_modelCardNameHasBeenSet = true; m_modelCardName = std::move(value); } /** *The name of the model card that the export job exports.
*/ inline void SetModelCardName(const char* value) { m_modelCardNameHasBeenSet = true; m_modelCardName.assign(value); } /** *The name of the model card that the export job exports.
*/ inline ModelCardExportJobSummary& WithModelCardName(const Aws::String& value) { SetModelCardName(value); return *this;} /** *The name of the model card that the export job exports.
*/ inline ModelCardExportJobSummary& WithModelCardName(Aws::String&& value) { SetModelCardName(std::move(value)); return *this;} /** *The name of the model card that the export job exports.
*/ inline ModelCardExportJobSummary& WithModelCardName(const char* value) { SetModelCardName(value); return *this;} /** *The version of the model card that the export job exports.
*/ inline int GetModelCardVersion() const{ return m_modelCardVersion; } /** *The version of the model card that the export job exports.
*/ inline bool ModelCardVersionHasBeenSet() const { return m_modelCardVersionHasBeenSet; } /** *The version of the model card that the export job exports.
*/ inline void SetModelCardVersion(int value) { m_modelCardVersionHasBeenSet = true; m_modelCardVersion = value; } /** *The version of the model card that the export job exports.
*/ inline ModelCardExportJobSummary& WithModelCardVersion(int value) { SetModelCardVersion(value); return *this;} /** *The date and time that the model card export job was created.
*/ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } /** *The date and time that the model card export job was created.
*/ inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; } /** *The date and time that the model card export job was created.
*/ inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; } /** *The date and time that the model card export job was created.
*/ inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); } /** *The date and time that the model card export job was created.
*/ inline ModelCardExportJobSummary& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} /** *The date and time that the model card export job was created.
*/ inline ModelCardExportJobSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} /** *The date and time that the model card export job was last modified..
*/ inline const Aws::Utils::DateTime& GetLastModifiedAt() const{ return m_lastModifiedAt; } /** *The date and time that the model card export job was last modified..
*/ inline bool LastModifiedAtHasBeenSet() const { return m_lastModifiedAtHasBeenSet; } /** *The date and time that the model card export job was last modified..
*/ inline void SetLastModifiedAt(const Aws::Utils::DateTime& value) { m_lastModifiedAtHasBeenSet = true; m_lastModifiedAt = value; } /** *The date and time that the model card export job was last modified..
*/ inline void SetLastModifiedAt(Aws::Utils::DateTime&& value) { m_lastModifiedAtHasBeenSet = true; m_lastModifiedAt = std::move(value); } /** *The date and time that the model card export job was last modified..
*/ inline ModelCardExportJobSummary& WithLastModifiedAt(const Aws::Utils::DateTime& value) { SetLastModifiedAt(value); return *this;} /** *The date and time that the model card export job was last modified..
*/ inline ModelCardExportJobSummary& WithLastModifiedAt(Aws::Utils::DateTime&& value) { SetLastModifiedAt(std::move(value)); return *this;} private: Aws::String m_modelCardExportJobName; bool m_modelCardExportJobNameHasBeenSet = false; Aws::String m_modelCardExportJobArn; bool m_modelCardExportJobArnHasBeenSet = false; ModelCardExportJobStatus m_status; bool m_statusHasBeenSet = false; Aws::String m_modelCardName; bool m_modelCardNameHasBeenSet = false; int m_modelCardVersion; bool m_modelCardVersionHasBeenSet = false; Aws::Utils::DateTime m_createdAt; bool m_createdAtHasBeenSet = false; Aws::Utils::DateTime m_lastModifiedAt; bool m_lastModifiedAtHasBeenSet = false; }; } // namespace Model } // namespace SageMaker } // namespace Aws