7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/model/GrowthType.h>
9#include <aws/appconfig/model/ReplicateTo.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename IdT = Aws::String>
39 m_idHasBeenSet =
true;
40 m_id = std::forward<IdT>(value);
42 template <
typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
55 template <
typename NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
73 template <
typename DescriptionT = Aws::String>
75 m_descriptionHasBeenSet =
true;
76 m_description = std::forward<DescriptionT>(value);
78 template <
typename DescriptionT = Aws::String>
92 m_deploymentDurationInMinutesHasBeenSet =
true;
93 m_deploymentDurationInMinutes = value;
108 m_growthTypeHasBeenSet =
true;
109 m_growthType = value;
125 m_growthFactorHasBeenSet =
true;
126 m_growthFactor = value;
142 m_finalBakeTimeInMinutesHasBeenSet =
true;
143 m_finalBakeTimeInMinutes = value;
158 m_replicateToHasBeenSet =
true;
159 m_replicateTo = value;
171 template <
typename RequestIdT = Aws::String>
173 m_requestIdHasBeenSet =
true;
174 m_requestId = std::forward<RequestIdT>(value);
176 template <
typename RequestIdT = Aws::String>
189 int m_deploymentDurationInMinutes{0};
193 double m_growthFactor{0.0};
195 int m_finalBakeTimeInMinutes{0};
200 bool m_idHasBeenSet =
false;
201 bool m_nameHasBeenSet =
false;
202 bool m_descriptionHasBeenSet =
false;
203 bool m_deploymentDurationInMinutesHasBeenSet =
false;
204 bool m_growthTypeHasBeenSet =
false;
205 bool m_growthFactorHasBeenSet =
false;
206 bool m_finalBakeTimeInMinutesHasBeenSet =
false;
207 bool m_replicateToHasBeenSet =
false;
208 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