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>
44 inline void SetDeploymentStrategyId(
const char* value) { m_deploymentStrategyIdHasBeenSet =
true; m_deploymentStrategyId.assign(value); }
58 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
92 inline void SetGrowthFactor(
double value) { m_growthFactorHasBeenSet =
true; m_growthFactor = value; }
126 bool m_deploymentStrategyIdHasBeenSet =
false;
129 bool m_descriptionHasBeenSet =
false;
131 int m_deploymentDurationInMinutes;
132 bool m_deploymentDurationInMinutesHasBeenSet =
false;
134 int m_finalBakeTimeInMinutes;
135 bool m_finalBakeTimeInMinutesHasBeenSet =
false;
137 double m_growthFactor;
138 bool m_growthFactorHasBeenSet =
false;
141 bool m_growthTypeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
int GetDeploymentDurationInMinutes() const
UpdateDeploymentStrategyRequest & WithDescription(Aws::String &&value)
const Aws::String & GetDescription() const
UpdateDeploymentStrategyRequest & WithGrowthFactor(double value)
UpdateDeploymentStrategyRequest & WithFinalBakeTimeInMinutes(int value)
void SetGrowthType(GrowthType &&value)
UpdateDeploymentStrategyRequest & WithDescription(const Aws::String &value)
UpdateDeploymentStrategyRequest & WithDeploymentStrategyId(const char *value)
const GrowthType & GetGrowthType() const
bool FinalBakeTimeInMinutesHasBeenSet() const
void SetDeploymentStrategyId(Aws::String &&value)
void SetFinalBakeTimeInMinutes(int value)
AWS_APPCONFIG_API Aws::String SerializePayload() const override
bool DeploymentStrategyIdHasBeenSet() const
UpdateDeploymentStrategyRequest & WithDeploymentStrategyId(const Aws::String &value)
void SetDescription(Aws::String &&value)
void SetDescription(const char *value)
int GetFinalBakeTimeInMinutes() const
UpdateDeploymentStrategyRequest & WithGrowthType(const GrowthType &value)
void SetDescription(const Aws::String &value)
UpdateDeploymentStrategyRequest & WithGrowthType(GrowthType &&value)
void SetGrowthType(const GrowthType &value)
UpdateDeploymentStrategyRequest & WithDescription(const char *value)
UpdateDeploymentStrategyRequest & WithDeploymentDurationInMinutes(int value)
void SetDeploymentDurationInMinutes(int value)
bool DeploymentDurationInMinutesHasBeenSet() const
bool DescriptionHasBeenSet() const
bool GrowthFactorHasBeenSet() const
UpdateDeploymentStrategyRequest & WithDeploymentStrategyId(Aws::String &&value)
void SetDeploymentStrategyId(const char *value)
const Aws::String & GetDeploymentStrategyId() const
void SetDeploymentStrategyId(const Aws::String &value)
AWS_APPCONFIG_API UpdateDeploymentStrategyRequest()
void SetGrowthFactor(double value)
double GetGrowthFactor() const
bool GrowthTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String