7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/imagebuilder/ImagebuilderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/imagebuilder/model/ImageTestsConfiguration.h>
11#include <aws/imagebuilder/model/Schedule.h>
12#include <aws/imagebuilder/model/PipelineStatus.h>
13#include <aws/imagebuilder/model/ImageScanningConfiguration.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/imagebuilder/model/WorkflowConfiguration.h>
17#include <aws/core/utils/UUID.h>
49 template<
typename ImagePipelineArnT = Aws::String>
50 void SetImagePipelineArn(ImagePipelineArnT&& value) { m_imagePipelineArnHasBeenSet =
true; m_imagePipelineArn = std::forward<ImagePipelineArnT>(value); }
51 template<
typename ImagePipelineArnT = Aws::String>
61 template<
typename DescriptionT = Aws::String>
62 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
63 template<
typename DescriptionT = Aws::String>
74 template<
typename ImageRecipeArnT = Aws::String>
75 void SetImageRecipeArn(ImageRecipeArnT&& value) { m_imageRecipeArnHasBeenSet =
true; m_imageRecipeArn = std::forward<ImageRecipeArnT>(value); }
76 template<
typename ImageRecipeArnT = Aws::String>
86 template<
typename ContainerRecipeArnT = Aws::String>
87 void SetContainerRecipeArn(ContainerRecipeArnT&& value) { m_containerRecipeArnHasBeenSet =
true; m_containerRecipeArn = std::forward<ContainerRecipeArnT>(value); }
88 template<
typename ContainerRecipeArnT = Aws::String>
99 template<
typename InfrastructureConfigurationArnT = Aws::String>
100 void SetInfrastructureConfigurationArn(InfrastructureConfigurationArnT&& value) { m_infrastructureConfigurationArnHasBeenSet =
true; m_infrastructureConfigurationArn = std::forward<InfrastructureConfigurationArnT>(value); }
101 template<
typename InfrastructureConfigurationArnT = Aws::String>
113 template<
typename DistributionConfigurationArnT = Aws::String>
114 void SetDistributionConfigurationArn(DistributionConfigurationArnT&& value) { m_distributionConfigurationArnHasBeenSet =
true; m_distributionConfigurationArn = std::forward<DistributionConfigurationArnT>(value); }
115 template<
typename DistributionConfigurationArnT = Aws::String>
125 template<
typename ImageTestsConfigurationT = ImageTestsConfiguration>
126 void SetImageTestsConfiguration(ImageTestsConfigurationT&& value) { m_imageTestsConfigurationHasBeenSet =
true; m_imageTestsConfiguration = std::forward<ImageTestsConfigurationT>(value); }
127 template<
typename ImageTestsConfigurationT = ImageTestsConfiguration>
150 template<
typename ScheduleT = Schedule>
151 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
152 template<
typename ScheduleT = Schedule>
175 template<
typename ClientTokenT = Aws::String>
176 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
177 template<
typename ClientTokenT = Aws::String>
187 template<
typename ImageScanningConfigurationT = ImageScanningConfiguration>
188 void SetImageScanningConfiguration(ImageScanningConfigurationT&& value) { m_imageScanningConfigurationHasBeenSet =
true; m_imageScanningConfiguration = std::forward<ImageScanningConfigurationT>(value); }
189 template<
typename ImageScanningConfigurationT = ImageScanningConfiguration>
199 template<
typename WorkflowsT = Aws::Vector<WorkflowConfiguration>>
200 void SetWorkflows(WorkflowsT&& value) { m_workflowsHasBeenSet =
true; m_workflows = std::forward<WorkflowsT>(value); }
201 template<
typename WorkflowsT = Aws::Vector<WorkflowConfiguration>>
203 template<
typename WorkflowsT = WorkflowConfiguration>
214 template<
typename ExecutionRoleT = Aws::String>
215 void SetExecutionRole(ExecutionRoleT&& value) { m_executionRoleHasBeenSet =
true; m_executionRole = std::forward<ExecutionRoleT>(value); }
216 template<
typename ExecutionRoleT = Aws::String>
222 bool m_imagePipelineArnHasBeenSet =
false;
225 bool m_descriptionHasBeenSet =
false;
228 bool m_imageRecipeArnHasBeenSet =
false;
231 bool m_containerRecipeArnHasBeenSet =
false;
234 bool m_infrastructureConfigurationArnHasBeenSet =
false;
237 bool m_distributionConfigurationArnHasBeenSet =
false;
239 ImageTestsConfiguration m_imageTestsConfiguration;
240 bool m_imageTestsConfigurationHasBeenSet =
false;
242 bool m_enhancedImageMetadataEnabled{
false};
243 bool m_enhancedImageMetadataEnabledHasBeenSet =
false;
246 bool m_scheduleHasBeenSet =
false;
249 bool m_statusHasBeenSet =
false;
252 bool m_clientTokenHasBeenSet =
true;
254 ImageScanningConfiguration m_imageScanningConfiguration;
255 bool m_imageScanningConfigurationHasBeenSet =
false;
258 bool m_workflowsHasBeenSet =
false;
261 bool m_executionRoleHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
void SetEnhancedImageMetadataEnabled(bool value)
const ImageTestsConfiguration & GetImageTestsConfiguration() const
UpdateImagePipelineRequest & AddWorkflows(WorkflowsT &&value)
void SetInfrastructureConfigurationArn(InfrastructureConfigurationArnT &&value)
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 & WithExecutionRole(ExecutionRoleT &&value)
const Aws::String & GetImageRecipeArn() const
UpdateImagePipelineRequest & WithSchedule(ScheduleT &&value)
void SetDescription(DescriptionT &&value)
bool InfrastructureConfigurationArnHasBeenSet() const
UpdateImagePipelineRequest & WithContainerRecipeArn(ContainerRecipeArnT &&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
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
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)
bool DescriptionHasBeenSet() const
bool ContainerRecipeArnHasBeenSet() const
void SetImageRecipeArn(ImageRecipeArnT &&value)
bool DistributionConfigurationArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector