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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename IdT = Aws::String>
38 m_idHasBeenSet =
true;
39 m_id = std::forward<IdT>(value);
41 template <
typename IdT = Aws::String>
43 SetId(std::forward<IdT>(value));
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
70 template <
typename DescriptionT = Aws::String>
72 m_descriptionHasBeenSet =
true;
73 m_description = std::forward<DescriptionT>(value);
75 template <
typename DescriptionT = Aws::String>
88 m_deploymentDurationInMinutesHasBeenSet =
true;
89 m_deploymentDurationInMinutes = value;
103 m_growthTypeHasBeenSet =
true;
104 m_growthType = value;
119 m_growthFactorHasBeenSet =
true;
120 m_growthFactor = value;
135 m_finalBakeTimeInMinutesHasBeenSet =
true;
136 m_finalBakeTimeInMinutes = value;
150 m_replicateToHasBeenSet =
true;
151 m_replicateTo = value;
162 template <
typename RequestIdT = Aws::String>
164 m_requestIdHasBeenSet =
true;
165 m_requestId = std::forward<RequestIdT>(value);
167 template <
typename RequestIdT = Aws::String>
180 int m_deploymentDurationInMinutes{0};
184 double m_growthFactor{0.0};
186 int m_finalBakeTimeInMinutes{0};
191 bool m_idHasBeenSet =
false;
192 bool m_nameHasBeenSet =
false;
193 bool m_descriptionHasBeenSet =
false;
194 bool m_deploymentDurationInMinutesHasBeenSet =
false;
195 bool m_growthTypeHasBeenSet =
false;
196 bool m_growthFactorHasBeenSet =
false;
197 bool m_finalBakeTimeInMinutesHasBeenSet =
false;
198 bool m_replicateToHasBeenSet =
false;
199 bool m_requestIdHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
CreateDeploymentStrategyResult & WithName(NameT &&value)
const Aws::String & GetName() const
CreateDeploymentStrategyResult & WithGrowthType(GrowthType value)
AWS_APPCONFIG_API CreateDeploymentStrategyResult()=default
CreateDeploymentStrategyResult & WithReplicateTo(ReplicateTo value)
void SetDeploymentDurationInMinutes(int value)
int GetDeploymentDurationInMinutes() const
void SetGrowthFactor(double value)
GrowthType GetGrowthType() const
ReplicateTo GetReplicateTo() const
CreateDeploymentStrategyResult & WithFinalBakeTimeInMinutes(int value)
CreateDeploymentStrategyResult & WithDeploymentDurationInMinutes(int value)
CreateDeploymentStrategyResult & WithGrowthFactor(double value)
AWS_APPCONFIG_API CreateDeploymentStrategyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
void SetGrowthType(GrowthType value)
void SetFinalBakeTimeInMinutes(int value)
const Aws::String & GetRequestId() const
void SetReplicateTo(ReplicateTo value)
CreateDeploymentStrategyResult & WithDescription(DescriptionT &&value)
CreateDeploymentStrategyResult & WithRequestId(RequestIdT &&value)
int GetFinalBakeTimeInMinutes() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetId() const
double GetGrowthFactor() const
AWS_APPCONFIG_API CreateDeploymentStrategyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDeploymentStrategyResult & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue