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;
GetDeploymentStrategyResult & WithGrowthFactor(double value)
void SetDescription(DescriptionT &&value)
GetDeploymentStrategyResult & WithDescription(DescriptionT &&value)
GetDeploymentStrategyResult & WithReplicateTo(ReplicateTo value)
GrowthType GetGrowthType() const
ReplicateTo GetReplicateTo() const
void SetName(NameT &&value)
int GetDeploymentDurationInMinutes() const
const Aws::String & GetName() const
double GetGrowthFactor() const
const Aws::String & GetId() const
void SetReplicateTo(ReplicateTo value)
void SetGrowthType(GrowthType value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetGrowthFactor(double value)
GetDeploymentStrategyResult & WithId(IdT &&value)
const Aws::String & GetRequestId() const
AWS_APPCONFIG_API GetDeploymentStrategyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetFinalBakeTimeInMinutes(int value)
GetDeploymentStrategyResult & WithName(NameT &&value)
GetDeploymentStrategyResult & WithFinalBakeTimeInMinutes(int value)
int GetFinalBakeTimeInMinutes() const
AWS_APPCONFIG_API GetDeploymentStrategyResult()=default
const Aws::String & GetDescription() const
GetDeploymentStrategyResult & WithDeploymentDurationInMinutes(int value)
GetDeploymentStrategyResult & WithRequestId(RequestIdT &&value)
GetDeploymentStrategyResult & WithGrowthType(GrowthType value)
void SetDeploymentDurationInMinutes(int value)
AWS_APPCONFIG_API GetDeploymentStrategyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue