7#include <aws/appconfig/AppConfigRequest.h>
8#include <aws/appconfig/AppConfig_EXPORTS.h>
9#include <aws/appconfig/model/GrowthType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename DeploymentStrategyIdT = Aws::String>
40 m_deploymentStrategyIdHasBeenSet =
true;
41 m_deploymentStrategyId = std::forward<DeploymentStrategyIdT>(value);
43 template <
typename DeploymentStrategyIdT = Aws::String>
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
75 m_deploymentDurationInMinutesHasBeenSet =
true;
76 m_deploymentDurationInMinutes = value;
92 m_finalBakeTimeInMinutesHasBeenSet =
true;
93 m_finalBakeTimeInMinutes = value;
109 m_growthFactorHasBeenSet =
true;
110 m_growthFactor = value;
141 m_growthTypeHasBeenSet =
true;
142 m_growthType = value;
154 int m_deploymentDurationInMinutes{0};
156 int m_finalBakeTimeInMinutes{0};
158 double m_growthFactor{0.0};
161 bool m_deploymentStrategyIdHasBeenSet =
false;
162 bool m_descriptionHasBeenSet =
false;
163 bool m_deploymentDurationInMinutesHasBeenSet =
false;
164 bool m_finalBakeTimeInMinutesHasBeenSet =
false;
165 bool m_growthFactorHasBeenSet =
false;
166 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