/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about a model packaging job. For more information, see
* DescribeModelPackagingJob. See Also:
AWS
* API Reference
The name of the model packaging job.
*/ inline const Aws::String& GetJobName() const{ return m_jobName; } /** *The name of the model packaging job.
*/ inline bool JobNameHasBeenSet() const { return m_jobNameHasBeenSet; } /** *The name of the model packaging job.
*/ inline void SetJobName(const Aws::String& value) { m_jobNameHasBeenSet = true; m_jobName = value; } /** *The name of the model packaging job.
*/ inline void SetJobName(Aws::String&& value) { m_jobNameHasBeenSet = true; m_jobName = std::move(value); } /** *The name of the model packaging job.
*/ inline void SetJobName(const char* value) { m_jobNameHasBeenSet = true; m_jobName.assign(value); } /** *The name of the model packaging job.
*/ inline ModelPackagingDescription& WithJobName(const Aws::String& value) { SetJobName(value); return *this;} /** *The name of the model packaging job.
*/ inline ModelPackagingDescription& WithJobName(Aws::String&& value) { SetJobName(std::move(value)); return *this;} /** *The name of the model packaging job.
*/ inline ModelPackagingDescription& WithJobName(const char* value) { SetJobName(value); return *this;} /** *The name of the project that's associated with a model that's in the model * package.
*/ inline const Aws::String& GetProjectName() const{ return m_projectName; } /** *The name of the project that's associated with a model that's in the model * package.
*/ inline bool ProjectNameHasBeenSet() const { return m_projectNameHasBeenSet; } /** *The name of the project that's associated with a model that's in the model * package.
*/ inline void SetProjectName(const Aws::String& value) { m_projectNameHasBeenSet = true; m_projectName = value; } /** *The name of the project that's associated with a model that's in the model * package.
*/ inline void SetProjectName(Aws::String&& value) { m_projectNameHasBeenSet = true; m_projectName = std::move(value); } /** *The name of the project that's associated with a model that's in the model * package.
*/ inline void SetProjectName(const char* value) { m_projectNameHasBeenSet = true; m_projectName.assign(value); } /** *The name of the project that's associated with a model that's in the model * package.
*/ inline ModelPackagingDescription& WithProjectName(const Aws::String& value) { SetProjectName(value); return *this;} /** *The name of the project that's associated with a model that's in the model * package.
*/ inline ModelPackagingDescription& WithProjectName(Aws::String&& value) { SetProjectName(std::move(value)); return *this;} /** *The name of the project that's associated with a model that's in the model * package.
*/ inline ModelPackagingDescription& WithProjectName(const char* value) { SetProjectName(value); return *this;} /** *The version of the model used in the model packaging job.
*/ inline const Aws::String& GetModelVersion() const{ return m_modelVersion; } /** *The version of the model used in the model packaging job.
*/ inline bool ModelVersionHasBeenSet() const { return m_modelVersionHasBeenSet; } /** *The version of the model used in the model packaging job.
*/ inline void SetModelVersion(const Aws::String& value) { m_modelVersionHasBeenSet = true; m_modelVersion = value; } /** *The version of the model used in the model packaging job.
*/ inline void SetModelVersion(Aws::String&& value) { m_modelVersionHasBeenSet = true; m_modelVersion = std::move(value); } /** *The version of the model used in the model packaging job.
*/ inline void SetModelVersion(const char* value) { m_modelVersionHasBeenSet = true; m_modelVersion.assign(value); } /** *The version of the model used in the model packaging job.
*/ inline ModelPackagingDescription& WithModelVersion(const Aws::String& value) { SetModelVersion(value); return *this;} /** *The version of the model used in the model packaging job.
*/ inline ModelPackagingDescription& WithModelVersion(Aws::String&& value) { SetModelVersion(std::move(value)); return *this;} /** *The version of the model used in the model packaging job.
*/ inline ModelPackagingDescription& WithModelVersion(const char* value) { SetModelVersion(value); return *this;} /** *The configuration information used in the model packaging job.
*/ inline const ModelPackagingConfiguration& GetModelPackagingConfiguration() const{ return m_modelPackagingConfiguration; } /** *The configuration information used in the model packaging job.
*/ inline bool ModelPackagingConfigurationHasBeenSet() const { return m_modelPackagingConfigurationHasBeenSet; } /** *The configuration information used in the model packaging job.
*/ inline void SetModelPackagingConfiguration(const ModelPackagingConfiguration& value) { m_modelPackagingConfigurationHasBeenSet = true; m_modelPackagingConfiguration = value; } /** *The configuration information used in the model packaging job.
*/ inline void SetModelPackagingConfiguration(ModelPackagingConfiguration&& value) { m_modelPackagingConfigurationHasBeenSet = true; m_modelPackagingConfiguration = std::move(value); } /** *The configuration information used in the model packaging job.
*/ inline ModelPackagingDescription& WithModelPackagingConfiguration(const ModelPackagingConfiguration& value) { SetModelPackagingConfiguration(value); return *this;} /** *The configuration information used in the model packaging job.
*/ inline ModelPackagingDescription& WithModelPackagingConfiguration(ModelPackagingConfiguration&& value) { SetModelPackagingConfiguration(std::move(value)); return *this;} /** *The description for the model packaging job.
*/ inline const Aws::String& GetModelPackagingJobDescription() const{ return m_modelPackagingJobDescription; } /** *The description for the model packaging job.
*/ inline bool ModelPackagingJobDescriptionHasBeenSet() const { return m_modelPackagingJobDescriptionHasBeenSet; } /** *The description for the model packaging job.
*/ inline void SetModelPackagingJobDescription(const Aws::String& value) { m_modelPackagingJobDescriptionHasBeenSet = true; m_modelPackagingJobDescription = value; } /** *The description for the model packaging job.
*/ inline void SetModelPackagingJobDescription(Aws::String&& value) { m_modelPackagingJobDescriptionHasBeenSet = true; m_modelPackagingJobDescription = std::move(value); } /** *The description for the model packaging job.
*/ inline void SetModelPackagingJobDescription(const char* value) { m_modelPackagingJobDescriptionHasBeenSet = true; m_modelPackagingJobDescription.assign(value); } /** *The description for the model packaging job.
*/ inline ModelPackagingDescription& WithModelPackagingJobDescription(const Aws::String& value) { SetModelPackagingJobDescription(value); return *this;} /** *The description for the model packaging job.
*/ inline ModelPackagingDescription& WithModelPackagingJobDescription(Aws::String&& value) { SetModelPackagingJobDescription(std::move(value)); return *this;} /** *The description for the model packaging job.
*/ inline ModelPackagingDescription& WithModelPackagingJobDescription(const char* value) { SetModelPackagingJobDescription(value); return *this;} /** *The AWS service used to package the job. Currently Lookout for Vision can * package jobs with AWS IoT Greengrass.
*/ inline const Aws::String& GetModelPackagingMethod() const{ return m_modelPackagingMethod; } /** *The AWS service used to package the job. Currently Lookout for Vision can * package jobs with AWS IoT Greengrass.
*/ inline bool ModelPackagingMethodHasBeenSet() const { return m_modelPackagingMethodHasBeenSet; } /** *The AWS service used to package the job. Currently Lookout for Vision can * package jobs with AWS IoT Greengrass.
*/ inline void SetModelPackagingMethod(const Aws::String& value) { m_modelPackagingMethodHasBeenSet = true; m_modelPackagingMethod = value; } /** *The AWS service used to package the job. Currently Lookout for Vision can * package jobs with AWS IoT Greengrass.
*/ inline void SetModelPackagingMethod(Aws::String&& value) { m_modelPackagingMethodHasBeenSet = true; m_modelPackagingMethod = std::move(value); } /** *The AWS service used to package the job. Currently Lookout for Vision can * package jobs with AWS IoT Greengrass.
*/ inline void SetModelPackagingMethod(const char* value) { m_modelPackagingMethodHasBeenSet = true; m_modelPackagingMethod.assign(value); } /** *The AWS service used to package the job. Currently Lookout for Vision can * package jobs with AWS IoT Greengrass.
*/ inline ModelPackagingDescription& WithModelPackagingMethod(const Aws::String& value) { SetModelPackagingMethod(value); return *this;} /** *The AWS service used to package the job. Currently Lookout for Vision can * package jobs with AWS IoT Greengrass.
*/ inline ModelPackagingDescription& WithModelPackagingMethod(Aws::String&& value) { SetModelPackagingMethod(std::move(value)); return *this;} /** *The AWS service used to package the job. Currently Lookout for Vision can * package jobs with AWS IoT Greengrass.
*/ inline ModelPackagingDescription& WithModelPackagingMethod(const char* value) { SetModelPackagingMethod(value); return *this;} /** *Information about the output of the model packaging job. For more * information, see DescribeModelPackagingJob.
*/ inline const ModelPackagingOutputDetails& GetModelPackagingOutputDetails() const{ return m_modelPackagingOutputDetails; } /** *Information about the output of the model packaging job. For more * information, see DescribeModelPackagingJob.
*/ inline bool ModelPackagingOutputDetailsHasBeenSet() const { return m_modelPackagingOutputDetailsHasBeenSet; } /** *Information about the output of the model packaging job. For more * information, see DescribeModelPackagingJob.
*/ inline void SetModelPackagingOutputDetails(const ModelPackagingOutputDetails& value) { m_modelPackagingOutputDetailsHasBeenSet = true; m_modelPackagingOutputDetails = value; } /** *Information about the output of the model packaging job. For more * information, see DescribeModelPackagingJob.
*/ inline void SetModelPackagingOutputDetails(ModelPackagingOutputDetails&& value) { m_modelPackagingOutputDetailsHasBeenSet = true; m_modelPackagingOutputDetails = std::move(value); } /** *Information about the output of the model packaging job. For more * information, see DescribeModelPackagingJob.
*/ inline ModelPackagingDescription& WithModelPackagingOutputDetails(const ModelPackagingOutputDetails& value) { SetModelPackagingOutputDetails(value); return *this;} /** *Information about the output of the model packaging job. For more * information, see DescribeModelPackagingJob.
*/ inline ModelPackagingDescription& WithModelPackagingOutputDetails(ModelPackagingOutputDetails&& value) { SetModelPackagingOutputDetails(std::move(value)); return *this;} /** *The status of the model packaging job.
*/ inline const ModelPackagingJobStatus& GetStatus() const{ return m_status; } /** *The status of the model packaging job.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The status of the model packaging job.
*/ inline void SetStatus(const ModelPackagingJobStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *The status of the model packaging job.
*/ inline void SetStatus(ModelPackagingJobStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The status of the model packaging job.
*/ inline ModelPackagingDescription& WithStatus(const ModelPackagingJobStatus& value) { SetStatus(value); return *this;} /** *The status of the model packaging job.
*/ inline ModelPackagingDescription& WithStatus(ModelPackagingJobStatus&& value) { SetStatus(std::move(value)); return *this;} /** *The status message for the model packaging job.
*/ inline const Aws::String& GetStatusMessage() const{ return m_statusMessage; } /** *The status message for the model packaging job.
*/ inline bool StatusMessageHasBeenSet() const { return m_statusMessageHasBeenSet; } /** *The status message for the model packaging job.
*/ inline void SetStatusMessage(const Aws::String& value) { m_statusMessageHasBeenSet = true; m_statusMessage = value; } /** *The status message for the model packaging job.
*/ inline void SetStatusMessage(Aws::String&& value) { m_statusMessageHasBeenSet = true; m_statusMessage = std::move(value); } /** *The status message for the model packaging job.
*/ inline void SetStatusMessage(const char* value) { m_statusMessageHasBeenSet = true; m_statusMessage.assign(value); } /** *The status message for the model packaging job.
*/ inline ModelPackagingDescription& WithStatusMessage(const Aws::String& value) { SetStatusMessage(value); return *this;} /** *The status message for the model packaging job.
*/ inline ModelPackagingDescription& WithStatusMessage(Aws::String&& value) { SetStatusMessage(std::move(value)); return *this;} /** *The status message for the model packaging job.
*/ inline ModelPackagingDescription& WithStatusMessage(const char* value) { SetStatusMessage(value); return *this;} /** *The Unix timestamp for the time and date that the model packaging job was * created.
*/ inline const Aws::Utils::DateTime& GetCreationTimestamp() const{ return m_creationTimestamp; } /** *The Unix timestamp for the time and date that the model packaging job was * created.
*/ inline bool CreationTimestampHasBeenSet() const { return m_creationTimestampHasBeenSet; } /** *The Unix timestamp for the time and date that the model packaging job was * created.
*/ inline void SetCreationTimestamp(const Aws::Utils::DateTime& value) { m_creationTimestampHasBeenSet = true; m_creationTimestamp = value; } /** *The Unix timestamp for the time and date that the model packaging job was * created.
*/ inline void SetCreationTimestamp(Aws::Utils::DateTime&& value) { m_creationTimestampHasBeenSet = true; m_creationTimestamp = std::move(value); } /** *The Unix timestamp for the time and date that the model packaging job was * created.
*/ inline ModelPackagingDescription& WithCreationTimestamp(const Aws::Utils::DateTime& value) { SetCreationTimestamp(value); return *this;} /** *The Unix timestamp for the time and date that the model packaging job was * created.
*/ inline ModelPackagingDescription& WithCreationTimestamp(Aws::Utils::DateTime&& value) { SetCreationTimestamp(std::move(value)); return *this;} /** *The Unix timestamp for the time and date that the model packaging job was * last updated.
*/ inline const Aws::Utils::DateTime& GetLastUpdatedTimestamp() const{ return m_lastUpdatedTimestamp; } /** *The Unix timestamp for the time and date that the model packaging job was * last updated.
*/ inline bool LastUpdatedTimestampHasBeenSet() const { return m_lastUpdatedTimestampHasBeenSet; } /** *The Unix timestamp for the time and date that the model packaging job was * last updated.
*/ inline void SetLastUpdatedTimestamp(const Aws::Utils::DateTime& value) { m_lastUpdatedTimestampHasBeenSet = true; m_lastUpdatedTimestamp = value; } /** *The Unix timestamp for the time and date that the model packaging job was * last updated.
*/ inline void SetLastUpdatedTimestamp(Aws::Utils::DateTime&& value) { m_lastUpdatedTimestampHasBeenSet = true; m_lastUpdatedTimestamp = std::move(value); } /** *The Unix timestamp for the time and date that the model packaging job was * last updated.
*/ inline ModelPackagingDescription& WithLastUpdatedTimestamp(const Aws::Utils::DateTime& value) { SetLastUpdatedTimestamp(value); return *this;} /** *The Unix timestamp for the time and date that the model packaging job was * last updated.
*/ inline ModelPackagingDescription& WithLastUpdatedTimestamp(Aws::Utils::DateTime&& value) { SetLastUpdatedTimestamp(std::move(value)); return *this;} private: Aws::String m_jobName; bool m_jobNameHasBeenSet = false; Aws::String m_projectName; bool m_projectNameHasBeenSet = false; Aws::String m_modelVersion; bool m_modelVersionHasBeenSet = false; ModelPackagingConfiguration m_modelPackagingConfiguration; bool m_modelPackagingConfigurationHasBeenSet = false; Aws::String m_modelPackagingJobDescription; bool m_modelPackagingJobDescriptionHasBeenSet = false; Aws::String m_modelPackagingMethod; bool m_modelPackagingMethodHasBeenSet = false; ModelPackagingOutputDetails m_modelPackagingOutputDetails; bool m_modelPackagingOutputDetailsHasBeenSet = false; ModelPackagingJobStatus m_status; bool m_statusHasBeenSet = false; Aws::String m_statusMessage; bool m_statusMessageHasBeenSet = false; Aws::Utils::DateTime m_creationTimestamp; bool m_creationTimestampHasBeenSet = false; Aws::Utils::DateTime m_lastUpdatedTimestamp; bool m_lastUpdatedTimestampHasBeenSet = false; }; } // namespace Model } // namespace LookoutforVision } // namespace Aws