7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/imagebuilder/ImagebuilderRequest.h>
12#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
13#include <aws/imagebuilder/model/ImageScanningConfiguration.h>
14#include <aws/imagebuilder/model/ImageTestsConfiguration.h>
15#include <aws/imagebuilder/model/PipelineLoggingConfiguration.h>
16#include <aws/imagebuilder/model/PipelineStatus.h>
17#include <aws/imagebuilder/model/Schedule.h>
18#include <aws/imagebuilder/model/WorkflowConfiguration.h>
23namespace imagebuilder {
47 template <
typename ImagePipelineArnT = Aws::String>
49 m_imagePipelineArnHasBeenSet =
true;
50 m_imagePipelineArn = std::forward<ImagePipelineArnT>(value);
52 template <
typename ImagePipelineArnT = Aws::String>
65 template <
typename DescriptionT = Aws::String>
67 m_descriptionHasBeenSet =
true;
68 m_description = std::forward<DescriptionT>(value);
70 template <
typename DescriptionT = Aws::String>
84 template <
typename ImageRecipeArnT = Aws::String>
86 m_imageRecipeArnHasBeenSet =
true;
87 m_imageRecipeArn = std::forward<ImageRecipeArnT>(value);
89 template <
typename ImageRecipeArnT = Aws::String>
102 template <
typename ContainerRecipeArnT = Aws::String>
104 m_containerRecipeArnHasBeenSet =
true;
105 m_containerRecipeArn = std::forward<ContainerRecipeArnT>(value);
107 template <
typename ContainerRecipeArnT = Aws::String>
121 template <
typename InfrastructureConfigurationArnT = Aws::String>
123 m_infrastructureConfigurationArnHasBeenSet =
true;
124 m_infrastructureConfigurationArn = std::forward<InfrastructureConfigurationArnT>(value);
126 template <
typename InfrastructureConfigurationArnT = Aws::String>
141 template <
typename DistributionConfigurationArnT = Aws::String>
143 m_distributionConfigurationArnHasBeenSet =
true;
144 m_distributionConfigurationArn = std::forward<DistributionConfigurationArnT>(value);
146 template <
typename DistributionConfigurationArnT = Aws::String>
159 template <
typename ImageTestsConfigurationT = ImageTestsConfiguration>
161 m_imageTestsConfigurationHasBeenSet =
true;
162 m_imageTestsConfiguration = std::forward<ImageTestsConfigurationT>(value);
164 template <
typename ImageTestsConfigurationT = ImageTestsConfiguration>
181 m_enhancedImageMetadataEnabledHasBeenSet =
true;
182 m_enhancedImageMetadataEnabled = value;
196 template <
typename ScheduleT = Schedule>
198 m_scheduleHasBeenSet =
true;
199 m_schedule = std::forward<ScheduleT>(value);
201 template <
typename ScheduleT = Schedule>
215 m_statusHasBeenSet =
true;
233 template <
typename ClientTokenT = Aws::String>
235 m_clientTokenHasBeenSet =
true;
236 m_clientToken = std::forward<ClientTokenT>(value);
238 template <
typename ClientTokenT = Aws::String>
251 template <
typename ImageScanningConfigurationT = ImageScanningConfiguration>
253 m_imageScanningConfigurationHasBeenSet =
true;
254 m_imageScanningConfiguration = std::forward<ImageScanningConfigurationT>(value);
256 template <
typename ImageScanningConfigurationT = ImageScanningConfiguration>
269 template <
typename WorkflowsT = Aws::Vector<WorkflowConfiguration>>
271 m_workflowsHasBeenSet =
true;
272 m_workflows = std::forward<WorkflowsT>(value);
274 template <
typename WorkflowsT = Aws::Vector<WorkflowConfiguration>>
279 template <
typename WorkflowsT = WorkflowConfiguration>
281 m_workflowsHasBeenSet =
true;
282 m_workflows.emplace_back(std::forward<WorkflowsT>(value));
294 template <
typename LoggingConfigurationT = PipelineLoggingConfiguration>
296 m_loggingConfigurationHasBeenSet =
true;
297 m_loggingConfiguration = std::forward<LoggingConfigurationT>(value);
299 template <
typename LoggingConfigurationT = PipelineLoggingConfiguration>
313 template <
typename ExecutionRoleT = Aws::String>
315 m_executionRoleHasBeenSet =
true;
316 m_executionRole = std::forward<ExecutionRoleT>(value);
318 template <
typename ExecutionRoleT = Aws::String>
331 template <
typename ImageTagsT = Aws::Map<Aws::String, Aws::String>>
333 m_imageTagsHasBeenSet =
true;
334 m_imageTags = std::forward<ImageTagsT>(value);
336 template <
typename ImageTagsT = Aws::Map<Aws::String, Aws::String>>
341 template <
typename ImageTagsKeyT = Aws::String,
typename ImageTagsValueT = Aws::String>
343 m_imageTagsHasBeenSet =
true;
344 m_imageTags.emplace(std::forward<ImageTagsKeyT>(key), std::forward<ImageTagsValueT>(value));
361 ImageTestsConfiguration m_imageTestsConfiguration;
363 bool m_enhancedImageMetadataEnabled{
false};
371 ImageScanningConfiguration m_imageScanningConfiguration;
375 PipelineLoggingConfiguration m_loggingConfiguration;
380 bool m_imagePipelineArnHasBeenSet =
false;
381 bool m_descriptionHasBeenSet =
false;
382 bool m_imageRecipeArnHasBeenSet =
false;
383 bool m_containerRecipeArnHasBeenSet =
false;
384 bool m_infrastructureConfigurationArnHasBeenSet =
false;
385 bool m_distributionConfigurationArnHasBeenSet =
false;
386 bool m_imageTestsConfigurationHasBeenSet =
false;
387 bool m_enhancedImageMetadataEnabledHasBeenSet =
false;
388 bool m_scheduleHasBeenSet =
false;
389 bool m_statusHasBeenSet =
false;
390 bool m_clientTokenHasBeenSet =
true;
391 bool m_imageScanningConfigurationHasBeenSet =
false;
392 bool m_workflowsHasBeenSet =
false;
393 bool m_loggingConfigurationHasBeenSet =
false;
394 bool m_executionRoleHasBeenSet =
false;
395 bool m_imageTagsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
void SetEnhancedImageMetadataEnabled(bool value)
bool ImageTagsHasBeenSet() const
const ImageTestsConfiguration & GetImageTestsConfiguration() const
UpdateImagePipelineRequest & AddWorkflows(WorkflowsT &&value)
void SetInfrastructureConfigurationArn(InfrastructureConfigurationArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetImageTags() const
const Aws::String & GetDistributionConfigurationArn() const
bool WorkflowsHasBeenSet() const
const Aws::Vector< WorkflowConfiguration > & GetWorkflows() const
bool ImageScanningConfigurationHasBeenSet() const
bool ImageRecipeArnHasBeenSet() const
UpdateImagePipelineRequest & WithStatus(PipelineStatus value)
UpdateImagePipelineRequest & WithImagePipelineArn(ImagePipelineArnT &&value)
void SetExecutionRole(ExecutionRoleT &&value)
bool ImagePipelineArnHasBeenSet() const
bool ExecutionRoleHasBeenSet() const
const Aws::String & GetInfrastructureConfigurationArn() const
void SetWorkflows(WorkflowsT &&value)
bool StatusHasBeenSet() const
UpdateImagePipelineRequest & WithImageScanningConfiguration(ImageScanningConfigurationT &&value)
void SetClientToken(ClientTokenT &&value)
bool ImageTestsConfigurationHasBeenSet() const
AWS_IMAGEBUILDER_API Aws::String SerializePayload() const override
void SetContainerRecipeArn(ContainerRecipeArnT &&value)
bool GetEnhancedImageMetadataEnabled() const
bool ClientTokenHasBeenSet() const
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
UpdateImagePipelineRequest & WithEnhancedImageMetadataEnabled(bool value)
UpdateImagePipelineRequest & WithLoggingConfiguration(LoggingConfigurationT &&value)
void SetLoggingConfiguration(LoggingConfigurationT &&value)
UpdateImagePipelineRequest & WithExecutionRole(ExecutionRoleT &&value)
const Aws::String & GetImageRecipeArn() const
UpdateImagePipelineRequest & WithSchedule(ScheduleT &&value)
void SetDescription(DescriptionT &&value)
bool InfrastructureConfigurationArnHasBeenSet() const
UpdateImagePipelineRequest & WithContainerRecipeArn(ContainerRecipeArnT &&value)
UpdateImagePipelineRequest & WithImageTags(ImageTagsT &&value)
UpdateImagePipelineRequest & WithImageRecipeArn(ImageRecipeArnT &&value)
UpdateImagePipelineRequest & WithWorkflows(WorkflowsT &&value)
UpdateImagePipelineRequest & WithDescription(DescriptionT &&value)
UpdateImagePipelineRequest & WithDistributionConfigurationArn(DistributionConfigurationArnT &&value)
void SetImageTestsConfiguration(ImageTestsConfigurationT &&value)
void SetDistributionConfigurationArn(DistributionConfigurationArnT &&value)
void SetStatus(PipelineStatus value)
bool EnhancedImageMetadataEnabledHasBeenSet() const
const Aws::String & GetContainerRecipeArn() const
bool LoggingConfigurationHasBeenSet() const
void SetSchedule(ScheduleT &&value)
UpdateImagePipelineRequest & WithClientToken(ClientTokenT &&value)
const ImageScanningConfiguration & GetImageScanningConfiguration() const
const Schedule & GetSchedule() const
const Aws::String & GetExecutionRole() const
const Aws::String & GetClientToken() const
UpdateImagePipelineRequest & AddImageTags(ImageTagsKeyT &&key, ImageTagsValueT &&value)
PipelineStatus GetStatus() const
bool ScheduleHasBeenSet() const
void SetImagePipelineArn(ImagePipelineArnT &&value)
AWS_IMAGEBUILDER_API UpdateImagePipelineRequest()=default
UpdateImagePipelineRequest & WithImageTestsConfiguration(ImageTestsConfigurationT &&value)
const Aws::String & GetImagePipelineArn() const
UpdateImagePipelineRequest & WithInfrastructureConfigurationArn(InfrastructureConfigurationArnT &&value)
void SetImageScanningConfiguration(ImageScanningConfigurationT &&value)
const PipelineLoggingConfiguration & GetLoggingConfiguration() const
bool DescriptionHasBeenSet() const
bool ContainerRecipeArnHasBeenSet() const
void SetImageTags(ImageTagsT &&value)
void SetImageRecipeArn(ImageRecipeArnT &&value)
bool DistributionConfigurationArnHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector