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/http/HttpResponse.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
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));
54 template <
typename NameT = Aws::String>
56 m_nameHasBeenSet =
true;
57 m_name = std::forward<NameT>(value);
59 template <
typename NameT = Aws::String>
61 SetName(std::forward<NameT>(value));
71 template <
typename DescriptionT = Aws::String>
73 m_descriptionHasBeenSet =
true;
74 m_description = std::forward<DescriptionT>(value);
76 template <
typename DescriptionT = Aws::String>
89 m_deploymentDurationInMinutesHasBeenSet =
true;
90 m_deploymentDurationInMinutes = value;
104 m_growthTypeHasBeenSet =
true;
105 m_growthType = value;
120 m_growthFactorHasBeenSet =
true;
121 m_growthFactor = value;
136 m_finalBakeTimeInMinutesHasBeenSet =
true;
137 m_finalBakeTimeInMinutes = value;
151 m_replicateToHasBeenSet =
true;
152 m_replicateTo = value;
163 template <
typename RequestIdT = Aws::String>
165 m_requestIdHasBeenSet =
true;
166 m_requestId = std::forward<RequestIdT>(value);
168 template <
typename RequestIdT = Aws::String>
183 int m_deploymentDurationInMinutes{0};
187 double m_growthFactor{0.0};
189 int m_finalBakeTimeInMinutes{0};
195 bool m_idHasBeenSet =
false;
196 bool m_nameHasBeenSet =
false;
197 bool m_descriptionHasBeenSet =
false;
198 bool m_deploymentDurationInMinutesHasBeenSet =
false;
199 bool m_growthTypeHasBeenSet =
false;
200 bool m_growthFactorHasBeenSet =
false;
201 bool m_finalBakeTimeInMinutesHasBeenSet =
false;
202 bool m_replicateToHasBeenSet =
false;
203 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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