7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appconfig/model/GrowthType.h>
10#include <aws/appconfig/model/ReplicateTo.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename IdT = Aws::String>
43 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
44 template<
typename IdT = Aws::String>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
64 template<
typename DescriptionT = Aws::String>
65 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
66 template<
typename DescriptionT = Aws::String>
94 inline void SetGrowthFactor(
double value) { m_growthFactorHasBeenSet =
true; m_growthFactor = value; }
120 template<
typename RequestIdT = Aws::String>
121 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
122 template<
typename RequestIdT = Aws::String>
128 bool m_idHasBeenSet =
false;
131 bool m_nameHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
136 int m_deploymentDurationInMinutes{0};
137 bool m_deploymentDurationInMinutesHasBeenSet =
false;
140 bool m_growthTypeHasBeenSet =
false;
142 double m_growthFactor{0.0};
143 bool m_growthFactorHasBeenSet =
false;
145 int m_finalBakeTimeInMinutes{0};
146 bool m_finalBakeTimeInMinutesHasBeenSet =
false;
149 bool m_replicateToHasBeenSet =
false;
152 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)
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