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>
43 template<
typename IdT = Aws::String>
44 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
45 template<
typename IdT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
100 inline void SetGrowthFactor(
double value) { m_growthFactorHasBeenSet =
true; m_growthFactor = value; }
129 template<
typename RequestIdT = Aws::String>
130 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
131 template<
typename RequestIdT = Aws::String>
137 bool m_idHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
145 int m_deploymentDurationInMinutes{0};
146 bool m_deploymentDurationInMinutesHasBeenSet =
false;
149 bool m_growthTypeHasBeenSet =
false;
151 double m_growthFactor{0.0};
152 bool m_growthFactorHasBeenSet =
false;
154 int m_finalBakeTimeInMinutes{0};
155 bool m_finalBakeTimeInMinutesHasBeenSet =
false;
158 bool m_replicateToHasBeenSet =
false;
161 bool m_requestIdHasBeenSet =
false;
double GetGrowthFactor() const
GrowthType GetGrowthType() const
bool FinalBakeTimeInMinutesHasBeenSet() const
const Aws::String & GetName() const
DeploymentStrategy & WithGrowthFactor(double value)
void SetRequestId(RequestIdT &&value)
void SetGrowthType(GrowthType value)
AWS_APPCONFIG_API DeploymentStrategy(Aws::Utils::Json::JsonView jsonValue)
ReplicateTo GetReplicateTo() const
bool GrowthTypeHasBeenSet() const
const Aws::String & GetId() const
void SetReplicateTo(ReplicateTo value)
void SetName(NameT &&value)
bool GrowthFactorHasBeenSet() const
DeploymentStrategy & WithGrowthType(GrowthType value)
DeploymentStrategy & WithId(IdT &&value)
bool DeploymentDurationInMinutesHasBeenSet() const
void SetFinalBakeTimeInMinutes(int value)
void SetDeploymentDurationInMinutes(int value)
bool NameHasBeenSet() const
const Aws::String & GetRequestId() const
DeploymentStrategy & WithFinalBakeTimeInMinutes(int value)
bool RequestIdHasBeenSet() const
void SetGrowthFactor(double value)
bool IdHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
DeploymentStrategy & WithReplicateTo(ReplicateTo value)
int GetDeploymentDurationInMinutes() const
bool ReplicateToHasBeenSet() const
DeploymentStrategy & WithDescription(DescriptionT &&value)
int GetFinalBakeTimeInMinutes() const
AWS_APPCONFIG_API DeploymentStrategy & operator=(Aws::Utils::Json::JsonView jsonValue)
DeploymentStrategy & WithName(NameT &&value)
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPCONFIG_API DeploymentStrategy()=default
DeploymentStrategy & WithDeploymentDurationInMinutes(int value)
DeploymentStrategy & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue