/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace imagebuilder { namespace Model { /** *

Details of an image pipeline.

See Also:

AWS * API Reference

*/ class ImagePipeline { public: AWS_IMAGEBUILDER_API ImagePipeline(); AWS_IMAGEBUILDER_API ImagePipeline(Aws::Utils::Json::JsonView jsonValue); AWS_IMAGEBUILDER_API ImagePipeline& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const; /** *

The Amazon Resource Name (ARN) of the image pipeline.

*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *

The Amazon Resource Name (ARN) of the image pipeline.

*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *

The Amazon Resource Name (ARN) of the image pipeline.

*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *

The Amazon Resource Name (ARN) of the image pipeline.

*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the image pipeline.

*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *

The Amazon Resource Name (ARN) of the image pipeline.

*/ inline ImagePipeline& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the image pipeline.

*/ inline ImagePipeline& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the image pipeline.

*/ inline ImagePipeline& WithArn(const char* value) { SetArn(value); return *this;} /** *

The name of the image pipeline.

*/ inline const Aws::String& GetName() const{ return m_name; } /** *

The name of the image pipeline.

*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *

The name of the image pipeline.

*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *

The name of the image pipeline.

*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *

The name of the image pipeline.

*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *

The name of the image pipeline.

*/ inline ImagePipeline& WithName(const Aws::String& value) { SetName(value); return *this;} /** *

The name of the image pipeline.

*/ inline ImagePipeline& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *

The name of the image pipeline.

*/ inline ImagePipeline& WithName(const char* value) { SetName(value); return *this;} /** *

The description of the image pipeline.

*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *

The description of the image pipeline.

*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *

The description of the image pipeline.

*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *

The description of the image pipeline.

*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *

The description of the image pipeline.

*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *

The description of the image pipeline.

*/ inline ImagePipeline& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *

The description of the image pipeline.

*/ inline ImagePipeline& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *

The description of the image pipeline.

*/ inline ImagePipeline& WithDescription(const char* value) { SetDescription(value); return *this;} /** *

The platform of the image pipeline.

*/ inline const Platform& GetPlatform() const{ return m_platform; } /** *

The platform of the image pipeline.

*/ inline bool PlatformHasBeenSet() const { return m_platformHasBeenSet; } /** *

The platform of the image pipeline.

*/ inline void SetPlatform(const Platform& value) { m_platformHasBeenSet = true; m_platform = value; } /** *

The platform of the image pipeline.

*/ inline void SetPlatform(Platform&& value) { m_platformHasBeenSet = true; m_platform = std::move(value); } /** *

The platform of the image pipeline.

*/ inline ImagePipeline& WithPlatform(const Platform& value) { SetPlatform(value); return *this;} /** *

The platform of the image pipeline.

*/ inline ImagePipeline& WithPlatform(Platform&& value) { SetPlatform(std::move(value)); return *this;} /** *

Collects additional information about the image being created, including the * operating system (OS) version and package list. This information is used to * enhance the overall experience of using EC2 Image Builder. Enabled by * default.

*/ inline bool GetEnhancedImageMetadataEnabled() const{ return m_enhancedImageMetadataEnabled; } /** *

Collects additional information about the image being created, including the * operating system (OS) version and package list. This information is used to * enhance the overall experience of using EC2 Image Builder. Enabled by * default.

*/ inline bool EnhancedImageMetadataEnabledHasBeenSet() const { return m_enhancedImageMetadataEnabledHasBeenSet; } /** *

Collects additional information about the image being created, including the * operating system (OS) version and package list. This information is used to * enhance the overall experience of using EC2 Image Builder. Enabled by * default.

*/ inline void SetEnhancedImageMetadataEnabled(bool value) { m_enhancedImageMetadataEnabledHasBeenSet = true; m_enhancedImageMetadataEnabled = value; } /** *

Collects additional information about the image being created, including the * operating system (OS) version and package list. This information is used to * enhance the overall experience of using EC2 Image Builder. Enabled by * default.

*/ inline ImagePipeline& WithEnhancedImageMetadataEnabled(bool value) { SetEnhancedImageMetadataEnabled(value); return *this;} /** *

The Amazon Resource Name (ARN) of the image recipe associated with this image * pipeline.

*/ inline const Aws::String& GetImageRecipeArn() const{ return m_imageRecipeArn; } /** *

The Amazon Resource Name (ARN) of the image recipe associated with this image * pipeline.

*/ inline bool ImageRecipeArnHasBeenSet() const { return m_imageRecipeArnHasBeenSet; } /** *

The Amazon Resource Name (ARN) of the image recipe associated with this image * pipeline.

*/ inline void SetImageRecipeArn(const Aws::String& value) { m_imageRecipeArnHasBeenSet = true; m_imageRecipeArn = value; } /** *

The Amazon Resource Name (ARN) of the image recipe associated with this image * pipeline.

*/ inline void SetImageRecipeArn(Aws::String&& value) { m_imageRecipeArnHasBeenSet = true; m_imageRecipeArn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the image recipe associated with this image * pipeline.

*/ inline void SetImageRecipeArn(const char* value) { m_imageRecipeArnHasBeenSet = true; m_imageRecipeArn.assign(value); } /** *

The Amazon Resource Name (ARN) of the image recipe associated with this image * pipeline.

*/ inline ImagePipeline& WithImageRecipeArn(const Aws::String& value) { SetImageRecipeArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the image recipe associated with this image * pipeline.

*/ inline ImagePipeline& WithImageRecipeArn(Aws::String&& value) { SetImageRecipeArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the image recipe associated with this image * pipeline.

*/ inline ImagePipeline& WithImageRecipeArn(const char* value) { SetImageRecipeArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the container recipe that is used for this * pipeline.

*/ inline const Aws::String& GetContainerRecipeArn() const{ return m_containerRecipeArn; } /** *

The Amazon Resource Name (ARN) of the container recipe that is used for this * pipeline.

*/ inline bool ContainerRecipeArnHasBeenSet() const { return m_containerRecipeArnHasBeenSet; } /** *

The Amazon Resource Name (ARN) of the container recipe that is used for this * pipeline.

*/ inline void SetContainerRecipeArn(const Aws::String& value) { m_containerRecipeArnHasBeenSet = true; m_containerRecipeArn = value; } /** *

The Amazon Resource Name (ARN) of the container recipe that is used for this * pipeline.

*/ inline void SetContainerRecipeArn(Aws::String&& value) { m_containerRecipeArnHasBeenSet = true; m_containerRecipeArn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the container recipe that is used for this * pipeline.

*/ inline void SetContainerRecipeArn(const char* value) { m_containerRecipeArnHasBeenSet = true; m_containerRecipeArn.assign(value); } /** *

The Amazon Resource Name (ARN) of the container recipe that is used for this * pipeline.

*/ inline ImagePipeline& WithContainerRecipeArn(const Aws::String& value) { SetContainerRecipeArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the container recipe that is used for this * pipeline.

*/ inline ImagePipeline& WithContainerRecipeArn(Aws::String&& value) { SetContainerRecipeArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the container recipe that is used for this * pipeline.

*/ inline ImagePipeline& WithContainerRecipeArn(const char* value) { SetContainerRecipeArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the infrastructure configuration associated * with this image pipeline.

*/ inline const Aws::String& GetInfrastructureConfigurationArn() const{ return m_infrastructureConfigurationArn; } /** *

The Amazon Resource Name (ARN) of the infrastructure configuration associated * with this image pipeline.

*/ inline bool InfrastructureConfigurationArnHasBeenSet() const { return m_infrastructureConfigurationArnHasBeenSet; } /** *

The Amazon Resource Name (ARN) of the infrastructure configuration associated * with this image pipeline.

*/ inline void SetInfrastructureConfigurationArn(const Aws::String& value) { m_infrastructureConfigurationArnHasBeenSet = true; m_infrastructureConfigurationArn = value; } /** *

The Amazon Resource Name (ARN) of the infrastructure configuration associated * with this image pipeline.

*/ inline void SetInfrastructureConfigurationArn(Aws::String&& value) { m_infrastructureConfigurationArnHasBeenSet = true; m_infrastructureConfigurationArn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the infrastructure configuration associated * with this image pipeline.

*/ inline void SetInfrastructureConfigurationArn(const char* value) { m_infrastructureConfigurationArnHasBeenSet = true; m_infrastructureConfigurationArn.assign(value); } /** *

The Amazon Resource Name (ARN) of the infrastructure configuration associated * with this image pipeline.

*/ inline ImagePipeline& WithInfrastructureConfigurationArn(const Aws::String& value) { SetInfrastructureConfigurationArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the infrastructure configuration associated * with this image pipeline.

*/ inline ImagePipeline& WithInfrastructureConfigurationArn(Aws::String&& value) { SetInfrastructureConfigurationArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the infrastructure configuration associated * with this image pipeline.

*/ inline ImagePipeline& WithInfrastructureConfigurationArn(const char* value) { SetInfrastructureConfigurationArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the distribution configuration associated * with this image pipeline.

*/ inline const Aws::String& GetDistributionConfigurationArn() const{ return m_distributionConfigurationArn; } /** *

The Amazon Resource Name (ARN) of the distribution configuration associated * with this image pipeline.

*/ inline bool DistributionConfigurationArnHasBeenSet() const { return m_distributionConfigurationArnHasBeenSet; } /** *

The Amazon Resource Name (ARN) of the distribution configuration associated * with this image pipeline.

*/ inline void SetDistributionConfigurationArn(const Aws::String& value) { m_distributionConfigurationArnHasBeenSet = true; m_distributionConfigurationArn = value; } /** *

The Amazon Resource Name (ARN) of the distribution configuration associated * with this image pipeline.

*/ inline void SetDistributionConfigurationArn(Aws::String&& value) { m_distributionConfigurationArnHasBeenSet = true; m_distributionConfigurationArn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the distribution configuration associated * with this image pipeline.

*/ inline void SetDistributionConfigurationArn(const char* value) { m_distributionConfigurationArnHasBeenSet = true; m_distributionConfigurationArn.assign(value); } /** *

The Amazon Resource Name (ARN) of the distribution configuration associated * with this image pipeline.

*/ inline ImagePipeline& WithDistributionConfigurationArn(const Aws::String& value) { SetDistributionConfigurationArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the distribution configuration associated * with this image pipeline.

*/ inline ImagePipeline& WithDistributionConfigurationArn(Aws::String&& value) { SetDistributionConfigurationArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the distribution configuration associated * with this image pipeline.

*/ inline ImagePipeline& WithDistributionConfigurationArn(const char* value) { SetDistributionConfigurationArn(value); return *this;} /** *

The image tests configuration of the image pipeline.

*/ inline const ImageTestsConfiguration& GetImageTestsConfiguration() const{ return m_imageTestsConfiguration; } /** *

The image tests configuration of the image pipeline.

*/ inline bool ImageTestsConfigurationHasBeenSet() const { return m_imageTestsConfigurationHasBeenSet; } /** *

The image tests configuration of the image pipeline.

*/ inline void SetImageTestsConfiguration(const ImageTestsConfiguration& value) { m_imageTestsConfigurationHasBeenSet = true; m_imageTestsConfiguration = value; } /** *

The image tests configuration of the image pipeline.

*/ inline void SetImageTestsConfiguration(ImageTestsConfiguration&& value) { m_imageTestsConfigurationHasBeenSet = true; m_imageTestsConfiguration = std::move(value); } /** *

The image tests configuration of the image pipeline.

*/ inline ImagePipeline& WithImageTestsConfiguration(const ImageTestsConfiguration& value) { SetImageTestsConfiguration(value); return *this;} /** *

The image tests configuration of the image pipeline.

*/ inline ImagePipeline& WithImageTestsConfiguration(ImageTestsConfiguration&& value) { SetImageTestsConfiguration(std::move(value)); return *this;} /** *

The schedule of the image pipeline.

*/ inline const Schedule& GetSchedule() const{ return m_schedule; } /** *

The schedule of the image pipeline.

*/ inline bool ScheduleHasBeenSet() const { return m_scheduleHasBeenSet; } /** *

The schedule of the image pipeline.

*/ inline void SetSchedule(const Schedule& value) { m_scheduleHasBeenSet = true; m_schedule = value; } /** *

The schedule of the image pipeline.

*/ inline void SetSchedule(Schedule&& value) { m_scheduleHasBeenSet = true; m_schedule = std::move(value); } /** *

The schedule of the image pipeline.

*/ inline ImagePipeline& WithSchedule(const Schedule& value) { SetSchedule(value); return *this;} /** *

The schedule of the image pipeline.

*/ inline ImagePipeline& WithSchedule(Schedule&& value) { SetSchedule(std::move(value)); return *this;} /** *

The status of the image pipeline.

*/ inline const PipelineStatus& GetStatus() const{ return m_status; } /** *

The status of the image pipeline.

*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *

The status of the image pipeline.

*/ inline void SetStatus(const PipelineStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *

The status of the image pipeline.

*/ inline void SetStatus(PipelineStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *

The status of the image pipeline.

*/ inline ImagePipeline& WithStatus(const PipelineStatus& value) { SetStatus(value); return *this;} /** *

The status of the image pipeline.

*/ inline ImagePipeline& WithStatus(PipelineStatus&& value) { SetStatus(std::move(value)); return *this;} /** *

The date on which this image pipeline was created.

*/ inline const Aws::String& GetDateCreated() const{ return m_dateCreated; } /** *

The date on which this image pipeline was created.

*/ inline bool DateCreatedHasBeenSet() const { return m_dateCreatedHasBeenSet; } /** *

The date on which this image pipeline was created.

*/ inline void SetDateCreated(const Aws::String& value) { m_dateCreatedHasBeenSet = true; m_dateCreated = value; } /** *

The date on which this image pipeline was created.

*/ inline void SetDateCreated(Aws::String&& value) { m_dateCreatedHasBeenSet = true; m_dateCreated = std::move(value); } /** *

The date on which this image pipeline was created.

*/ inline void SetDateCreated(const char* value) { m_dateCreatedHasBeenSet = true; m_dateCreated.assign(value); } /** *

The date on which this image pipeline was created.

*/ inline ImagePipeline& WithDateCreated(const Aws::String& value) { SetDateCreated(value); return *this;} /** *

The date on which this image pipeline was created.

*/ inline ImagePipeline& WithDateCreated(Aws::String&& value) { SetDateCreated(std::move(value)); return *this;} /** *

The date on which this image pipeline was created.

*/ inline ImagePipeline& WithDateCreated(const char* value) { SetDateCreated(value); return *this;} /** *

The date on which this image pipeline was last updated.

*/ inline const Aws::String& GetDateUpdated() const{ return m_dateUpdated; } /** *

The date on which this image pipeline was last updated.

*/ inline bool DateUpdatedHasBeenSet() const { return m_dateUpdatedHasBeenSet; } /** *

The date on which this image pipeline was last updated.

*/ inline void SetDateUpdated(const Aws::String& value) { m_dateUpdatedHasBeenSet = true; m_dateUpdated = value; } /** *

The date on which this image pipeline was last updated.

*/ inline void SetDateUpdated(Aws::String&& value) { m_dateUpdatedHasBeenSet = true; m_dateUpdated = std::move(value); } /** *

The date on which this image pipeline was last updated.

*/ inline void SetDateUpdated(const char* value) { m_dateUpdatedHasBeenSet = true; m_dateUpdated.assign(value); } /** *

The date on which this image pipeline was last updated.

*/ inline ImagePipeline& WithDateUpdated(const Aws::String& value) { SetDateUpdated(value); return *this;} /** *

The date on which this image pipeline was last updated.

*/ inline ImagePipeline& WithDateUpdated(Aws::String&& value) { SetDateUpdated(std::move(value)); return *this;} /** *

The date on which this image pipeline was last updated.

*/ inline ImagePipeline& WithDateUpdated(const char* value) { SetDateUpdated(value); return *this;} /** *

This is no longer supported, and does not return a value.

*/ inline const Aws::String& GetDateLastRun() const{ return m_dateLastRun; } /** *

This is no longer supported, and does not return a value.

*/ inline bool DateLastRunHasBeenSet() const { return m_dateLastRunHasBeenSet; } /** *

This is no longer supported, and does not return a value.

*/ inline void SetDateLastRun(const Aws::String& value) { m_dateLastRunHasBeenSet = true; m_dateLastRun = value; } /** *

This is no longer supported, and does not return a value.

*/ inline void SetDateLastRun(Aws::String&& value) { m_dateLastRunHasBeenSet = true; m_dateLastRun = std::move(value); } /** *

This is no longer supported, and does not return a value.

*/ inline void SetDateLastRun(const char* value) { m_dateLastRunHasBeenSet = true; m_dateLastRun.assign(value); } /** *

This is no longer supported, and does not return a value.

*/ inline ImagePipeline& WithDateLastRun(const Aws::String& value) { SetDateLastRun(value); return *this;} /** *

This is no longer supported, and does not return a value.

*/ inline ImagePipeline& WithDateLastRun(Aws::String&& value) { SetDateLastRun(std::move(value)); return *this;} /** *

This is no longer supported, and does not return a value.

*/ inline ImagePipeline& WithDateLastRun(const char* value) { SetDateLastRun(value); return *this;} /** *

The next date when the pipeline is scheduled to run.

*/ inline const Aws::String& GetDateNextRun() const{ return m_dateNextRun; } /** *

The next date when the pipeline is scheduled to run.

*/ inline bool DateNextRunHasBeenSet() const { return m_dateNextRunHasBeenSet; } /** *

The next date when the pipeline is scheduled to run.

*/ inline void SetDateNextRun(const Aws::String& value) { m_dateNextRunHasBeenSet = true; m_dateNextRun = value; } /** *

The next date when the pipeline is scheduled to run.

*/ inline void SetDateNextRun(Aws::String&& value) { m_dateNextRunHasBeenSet = true; m_dateNextRun = std::move(value); } /** *

The next date when the pipeline is scheduled to run.

*/ inline void SetDateNextRun(const char* value) { m_dateNextRunHasBeenSet = true; m_dateNextRun.assign(value); } /** *

The next date when the pipeline is scheduled to run.

*/ inline ImagePipeline& WithDateNextRun(const Aws::String& value) { SetDateNextRun(value); return *this;} /** *

The next date when the pipeline is scheduled to run.

*/ inline ImagePipeline& WithDateNextRun(Aws::String&& value) { SetDateNextRun(std::move(value)); return *this;} /** *

The next date when the pipeline is scheduled to run.

*/ inline ImagePipeline& WithDateNextRun(const char* value) { SetDateNextRun(value); return *this;} /** *

The tags of this image pipeline.

*/ inline const Aws::Map& GetTags() const{ return m_tags; } /** *

The tags of this image pipeline.

*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *

The tags of this image pipeline.

*/ inline void SetTags(const Aws::Map& value) { m_tagsHasBeenSet = true; m_tags = value; } /** *

The tags of this image pipeline.

*/ inline void SetTags(Aws::Map&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); } /** *

The tags of this image pipeline.

*/ inline ImagePipeline& WithTags(const Aws::Map& value) { SetTags(value); return *this;} /** *

The tags of this image pipeline.

*/ inline ImagePipeline& WithTags(Aws::Map&& value) { SetTags(std::move(value)); return *this;} /** *

The tags of this image pipeline.

*/ inline ImagePipeline& AddTags(const Aws::String& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } /** *

The tags of this image pipeline.

*/ inline ImagePipeline& AddTags(Aws::String&& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** *

The tags of this image pipeline.

*/ inline ImagePipeline& AddTags(const Aws::String& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** *

The tags of this image pipeline.

*/ inline ImagePipeline& AddTags(Aws::String&& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), std::move(value)); return *this; } /** *

The tags of this image pipeline.

*/ inline ImagePipeline& AddTags(const char* key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** *

The tags of this image pipeline.

*/ inline ImagePipeline& AddTags(Aws::String&& key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** *

The tags of this image pipeline.

*/ inline ImagePipeline& AddTags(const char* key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } /** *

Contains settings for vulnerability scans.

*/ inline const ImageScanningConfiguration& GetImageScanningConfiguration() const{ return m_imageScanningConfiguration; } /** *

Contains settings for vulnerability scans.

*/ inline bool ImageScanningConfigurationHasBeenSet() const { return m_imageScanningConfigurationHasBeenSet; } /** *

Contains settings for vulnerability scans.

*/ inline void SetImageScanningConfiguration(const ImageScanningConfiguration& value) { m_imageScanningConfigurationHasBeenSet = true; m_imageScanningConfiguration = value; } /** *

Contains settings for vulnerability scans.

*/ inline void SetImageScanningConfiguration(ImageScanningConfiguration&& value) { m_imageScanningConfigurationHasBeenSet = true; m_imageScanningConfiguration = std::move(value); } /** *

Contains settings for vulnerability scans.

*/ inline ImagePipeline& WithImageScanningConfiguration(const ImageScanningConfiguration& value) { SetImageScanningConfiguration(value); return *this;} /** *

Contains settings for vulnerability scans.

*/ inline ImagePipeline& WithImageScanningConfiguration(ImageScanningConfiguration&& value) { SetImageScanningConfiguration(std::move(value)); return *this;} private: Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; Aws::String m_description; bool m_descriptionHasBeenSet = false; Platform m_platform; bool m_platformHasBeenSet = false; bool m_enhancedImageMetadataEnabled; bool m_enhancedImageMetadataEnabledHasBeenSet = false; Aws::String m_imageRecipeArn; bool m_imageRecipeArnHasBeenSet = false; Aws::String m_containerRecipeArn; bool m_containerRecipeArnHasBeenSet = false; Aws::String m_infrastructureConfigurationArn; bool m_infrastructureConfigurationArnHasBeenSet = false; Aws::String m_distributionConfigurationArn; bool m_distributionConfigurationArnHasBeenSet = false; ImageTestsConfiguration m_imageTestsConfiguration; bool m_imageTestsConfigurationHasBeenSet = false; Schedule m_schedule; bool m_scheduleHasBeenSet = false; PipelineStatus m_status; bool m_statusHasBeenSet = false; Aws::String m_dateCreated; bool m_dateCreatedHasBeenSet = false; Aws::String m_dateUpdated; bool m_dateUpdatedHasBeenSet = false; Aws::String m_dateLastRun; bool m_dateLastRunHasBeenSet = false; Aws::String m_dateNextRun; bool m_dateNextRunHasBeenSet = false; Aws::Map m_tags; bool m_tagsHasBeenSet = false; ImageScanningConfiguration m_imageScanningConfiguration; bool m_imageScanningConfigurationHasBeenSet = false; }; } // namespace Model } // namespace imagebuilder } // namespace Aws