67 inline void SetDeploymentConfigId(
const char* value) { m_deploymentConfigIdHasBeenSet =
true; m_deploymentConfigId.assign(value); }
108 inline void SetDeploymentConfigName(
const char* value) { m_deploymentConfigNameHasBeenSet =
true; m_deploymentConfigName.assign(value); }
264 bool m_deploymentConfigIdHasBeenSet =
false;
267 bool m_deploymentConfigNameHasBeenSet =
false;
270 bool m_minimumHealthyHostsHasBeenSet =
false;
273 bool m_createTimeHasBeenSet =
false;
276 bool m_computePlatformHasBeenSet =
false;
279 bool m_trafficRoutingConfigHasBeenSet =
false;
#define AWS_CODEDEPLOY_API
void SetCreateTime(Aws::Utils::DateTime &&value)
void SetTrafficRoutingConfig(const TrafficRoutingConfig &value)
AWS_CODEDEPLOY_API DeploymentConfigInfo(Aws::Utils::Json::JsonView jsonValue)
void SetComputePlatform(ComputePlatform &&value)
void SetMinimumHealthyHosts(const MinimumHealthyHosts &value)
DeploymentConfigInfo & WithDeploymentConfigId(const char *value)
DeploymentConfigInfo & WithDeploymentConfigId(const Aws::String &value)
bool DeploymentConfigIdHasBeenSet() const
void SetDeploymentConfigName(const char *value)
bool CreateTimeHasBeenSet() const
DeploymentConfigInfo & WithCreateTime(const Aws::Utils::DateTime &value)
void SetDeploymentConfigName(const Aws::String &value)
const MinimumHealthyHosts & GetMinimumHealthyHosts() const
void SetDeploymentConfigId(const Aws::String &value)
bool TrafficRoutingConfigHasBeenSet() const
const Aws::String & GetDeploymentConfigId() const
const TrafficRoutingConfig & GetTrafficRoutingConfig() const
DeploymentConfigInfo & WithComputePlatform(const ComputePlatform &value)
void SetTrafficRoutingConfig(TrafficRoutingConfig &&value)
DeploymentConfigInfo & WithDeploymentConfigName(const char *value)
bool MinimumHealthyHostsHasBeenSet() const
DeploymentConfigInfo & WithCreateTime(Aws::Utils::DateTime &&value)
DeploymentConfigInfo & WithMinimumHealthyHosts(MinimumHealthyHosts &&value)
void SetCreateTime(const Aws::Utils::DateTime &value)
const Aws::String & GetDeploymentConfigName() const
DeploymentConfigInfo & WithComputePlatform(ComputePlatform &&value)
void SetComputePlatform(const ComputePlatform &value)
DeploymentConfigInfo & WithDeploymentConfigName(const Aws::String &value)
DeploymentConfigInfo & WithTrafficRoutingConfig(TrafficRoutingConfig &&value)
DeploymentConfigInfo & WithMinimumHealthyHosts(const MinimumHealthyHosts &value)
DeploymentConfigInfo & WithDeploymentConfigName(Aws::String &&value)
DeploymentConfigInfo & WithTrafficRoutingConfig(const TrafficRoutingConfig &value)
void SetDeploymentConfigId(Aws::String &&value)
bool ComputePlatformHasBeenSet() const
const Aws::Utils::DateTime & GetCreateTime() const
AWS_CODEDEPLOY_API DeploymentConfigInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
bool DeploymentConfigNameHasBeenSet() const
void SetMinimumHealthyHosts(MinimumHealthyHosts &&value)
AWS_CODEDEPLOY_API DeploymentConfigInfo()
const ComputePlatform & GetComputePlatform() const
void SetDeploymentConfigId(const char *value)
DeploymentConfigInfo & WithDeploymentConfigId(Aws::String &&value)
void SetDeploymentConfigName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String