7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appconfig/model/GrowthType.h>
10#include <aws/appconfig/model/ReplicateTo.h>
44 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
45 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
59 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
73 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
108 inline void SetGrowthFactor(
double value) { m_growthFactorHasBeenSet =
true; m_growthFactor = value; }
141 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
149 bool m_idHasBeenSet =
false;
152 bool m_nameHasBeenSet =
false;
155 bool m_descriptionHasBeenSet =
false;
157 int m_deploymentDurationInMinutes;
158 bool m_deploymentDurationInMinutesHasBeenSet =
false;
161 bool m_growthTypeHasBeenSet =
false;
163 double m_growthFactor;
164 bool m_growthFactorHasBeenSet =
false;
166 int m_finalBakeTimeInMinutes;
167 bool m_finalBakeTimeInMinutesHasBeenSet =
false;
170 bool m_replicateToHasBeenSet =
false;
173 bool m_requestIdHasBeenSet =
false;
double GetGrowthFactor() const
DeploymentStrategy & WithReplicateTo(ReplicateTo &&value)
DeploymentStrategy & WithGrowthType(const GrowthType &value)
bool FinalBakeTimeInMinutesHasBeenSet() const
const Aws::String & GetName() const
void SetId(const Aws::String &value)
void SetDescription(Aws::String &&value)
DeploymentStrategy & WithGrowthFactor(double value)
DeploymentStrategy & WithDescription(Aws::String &&value)
void SetId(const char *value)
AWS_APPCONFIG_API DeploymentStrategy(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
void SetDescription(const char *value)
DeploymentStrategy & WithReplicateTo(const ReplicateTo &value)
DeploymentStrategy & WithDescription(const char *value)
bool GrowthTypeHasBeenSet() const
const Aws::String & GetId() const
void SetRequestId(const char *value)
DeploymentStrategy & WithId(Aws::String &&value)
void SetGrowthType(GrowthType &&value)
DeploymentStrategy & WithRequestId(const Aws::String &value)
bool GrowthFactorHasBeenSet() const
bool DeploymentDurationInMinutesHasBeenSet() const
void SetFinalBakeTimeInMinutes(int value)
void SetDeploymentDurationInMinutes(int value)
bool NameHasBeenSet() const
DeploymentStrategy & WithName(const char *value)
DeploymentStrategy & WithGrowthType(GrowthType &&value)
void SetId(Aws::String &&value)
const Aws::String & GetRequestId() const
DeploymentStrategy & WithFinalBakeTimeInMinutes(int value)
DeploymentStrategy & WithName(const Aws::String &value)
bool RequestIdHasBeenSet() const
void SetReplicateTo(ReplicateTo &&value)
DeploymentStrategy & WithRequestId(const char *value)
void SetGrowthFactor(double value)
bool IdHasBeenSet() const
void SetReplicateTo(const ReplicateTo &value)
DeploymentStrategy & WithDescription(const Aws::String &value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
DeploymentStrategy & WithId(const char *value)
int GetDeploymentDurationInMinutes() const
void SetName(const Aws::String &value)
void SetDescription(const Aws::String &value)
bool ReplicateToHasBeenSet() const
int GetFinalBakeTimeInMinutes() const
AWS_APPCONFIG_API DeploymentStrategy & operator=(Aws::Utils::Json::JsonView jsonValue)
const GrowthType & GetGrowthType() const
AWS_APPCONFIG_API DeploymentStrategy()
DeploymentStrategy & WithName(Aws::String &&value)
void SetRequestId(Aws::String &&value)
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
DeploymentStrategy & WithId(const Aws::String &value)
DeploymentStrategy & WithDeploymentDurationInMinutes(int value)
void SetName(Aws::String &&value)
void SetGrowthType(const GrowthType &value)
DeploymentStrategy & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
const ReplicateTo & GetReplicateTo() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue