7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/AppConfigRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appconfig/model/GrowthType.h>
42 template<
typename DeploymentStrategyIdT = Aws::String>
43 void SetDeploymentStrategyId(DeploymentStrategyIdT&& value) { m_deploymentStrategyIdHasBeenSet =
true; m_deploymentStrategyId = std::forward<DeploymentStrategyIdT>(value); }
44 template<
typename DeploymentStrategyIdT = Aws::String>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
88 inline void SetGrowthFactor(
double value) { m_growthFactorHasBeenSet =
true; m_growthFactor = value; }
120 bool m_deploymentStrategyIdHasBeenSet =
false;
123 bool m_descriptionHasBeenSet =
false;
125 int m_deploymentDurationInMinutes{0};
126 bool m_deploymentDurationInMinutesHasBeenSet =
false;
128 int m_finalBakeTimeInMinutes{0};
129 bool m_finalBakeTimeInMinutesHasBeenSet =
false;
131 double m_growthFactor{0.0};
132 bool m_growthFactorHasBeenSet =
false;
135 bool m_growthTypeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
int GetDeploymentDurationInMinutes() const
const Aws::String & GetDescription() const
UpdateDeploymentStrategyRequest & WithGrowthFactor(double value)
UpdateDeploymentStrategyRequest & WithFinalBakeTimeInMinutes(int value)
AWS_APPCONFIG_API UpdateDeploymentStrategyRequest()=default
bool FinalBakeTimeInMinutesHasBeenSet() const
void SetFinalBakeTimeInMinutes(int value)
AWS_APPCONFIG_API Aws::String SerializePayload() const override
bool DeploymentStrategyIdHasBeenSet() const
int GetFinalBakeTimeInMinutes() const
UpdateDeploymentStrategyRequest & WithDescription(DescriptionT &&value)
GrowthType GetGrowthType() const
UpdateDeploymentStrategyRequest & WithDeploymentDurationInMinutes(int value)
void SetDeploymentDurationInMinutes(int value)
bool DeploymentDurationInMinutesHasBeenSet() const
bool DescriptionHasBeenSet() const
bool GrowthFactorHasBeenSet() const
void SetGrowthType(GrowthType value)
const Aws::String & GetDeploymentStrategyId() const
void SetDescription(DescriptionT &&value)
UpdateDeploymentStrategyRequest & WithGrowthType(GrowthType value)
void SetDeploymentStrategyId(DeploymentStrategyIdT &&value)
UpdateDeploymentStrategyRequest & WithDeploymentStrategyId(DeploymentStrategyIdT &&value)
void SetGrowthFactor(double value)
double GetGrowthFactor() const
bool GrowthTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String