7#include <aws/appconfig/AppConfigRequest.h>
8#include <aws/appconfig/AppConfig_EXPORTS.h>
9#include <aws/appconfig/model/GrowthType.h>
10#include <aws/appconfig/model/ReplicateTo.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
77 m_deploymentDurationInMinutesHasBeenSet =
true;
78 m_deploymentDurationInMinutes = value;
100 m_finalBakeTimeInMinutesHasBeenSet =
true;
101 m_finalBakeTimeInMinutes = value;
117 m_growthFactorHasBeenSet =
true;
118 m_growthFactor = value;
150 m_growthTypeHasBeenSet =
true;
151 m_growthType = value;
166 m_replicateToHasBeenSet =
true;
167 m_replicateTo = value;
183 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
185 m_tagsHasBeenSet =
true;
186 m_tags = std::forward<TagsT>(value);
188 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
190 SetTags(std::forward<TagsT>(value));
193 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
195 m_tagsHasBeenSet =
true;
196 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
205 int m_deploymentDurationInMinutes{0};
207 int m_finalBakeTimeInMinutes{0};
209 double m_growthFactor{0.0};
216 bool m_nameHasBeenSet =
false;
217 bool m_descriptionHasBeenSet =
false;
218 bool m_deploymentDurationInMinutesHasBeenSet =
false;
219 bool m_finalBakeTimeInMinutesHasBeenSet =
false;
220 bool m_growthFactorHasBeenSet =
false;
221 bool m_growthTypeHasBeenSet =
false;
222 bool m_replicateToHasBeenSet =
false;
223 bool m_tagsHasBeenSet =
false;
CreateDeploymentStrategyRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
int GetDeploymentDurationInMinutes() const
bool ReplicateToHasBeenSet() const
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetGrowthFactor(double value)
void SetDeploymentDurationInMinutes(int value)
ReplicateTo GetReplicateTo() const
bool DescriptionHasBeenSet() const
CreateDeploymentStrategyRequest & WithReplicateTo(ReplicateTo value)
double GetGrowthFactor() const
const Aws::String & GetDescription() const
void SetReplicateTo(ReplicateTo value)
CreateDeploymentStrategyRequest & WithTags(TagsT &&value)
bool DeploymentDurationInMinutesHasBeenSet() const
AWS_APPCONFIG_API CreateDeploymentStrategyRequest()=default
CreateDeploymentStrategyRequest & WithGrowthType(GrowthType value)
GrowthType GetGrowthType() const
void SetFinalBakeTimeInMinutes(int value)
AWS_APPCONFIG_API Aws::String SerializePayload() const override
void SetGrowthType(GrowthType value)
int GetFinalBakeTimeInMinutes() const
CreateDeploymentStrategyRequest & WithFinalBakeTimeInMinutes(int value)
CreateDeploymentStrategyRequest & WithDeploymentDurationInMinutes(int value)
bool GrowthFactorHasBeenSet() const
bool FinalBakeTimeInMinutesHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateDeploymentStrategyRequest & WithName(NameT &&value)
CreateDeploymentStrategyRequest & WithGrowthFactor(double value)
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
CreateDeploymentStrategyRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
bool GrowthTypeHasBeenSet() const
void SetName(NameT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String