7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codedeploy/model/MinimumHealthyHosts.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/codedeploy/model/ComputePlatform.h>
12#include <aws/codedeploy/model/TrafficRoutingConfig.h>
13#include <aws/codedeploy/model/ZonalConfig.h>
53 inline void SetDeploymentConfigId(
const char* value) { m_deploymentConfigIdHasBeenSet =
true; m_deploymentConfigId.assign(value); }
67 inline void SetDeploymentConfigName(
const char* value) { m_deploymentConfigNameHasBeenSet =
true; m_deploymentConfigName.assign(value); }
137 bool m_deploymentConfigIdHasBeenSet =
false;
140 bool m_deploymentConfigNameHasBeenSet =
false;
143 bool m_minimumHealthyHostsHasBeenSet =
false;
146 bool m_createTimeHasBeenSet =
false;
149 bool m_computePlatformHasBeenSet =
false;
152 bool m_trafficRoutingConfigHasBeenSet =
false;
155 bool m_zonalConfigHasBeenSet =
false;
bool ZonalConfigHasBeenSet() const
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
const ZonalConfig & GetZonalConfig() 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
DeploymentConfigInfo & WithZonalConfig(ZonalConfig &&value)
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 & WithZonalConfig(const ZonalConfig &value)
DeploymentConfigInfo & WithDeploymentConfigName(Aws::String &&value)
DeploymentConfigInfo & WithTrafficRoutingConfig(const TrafficRoutingConfig &value)
void SetDeploymentConfigId(Aws::String &&value)
bool ComputePlatformHasBeenSet() const
void SetZonalConfig(ZonalConfig &&value)
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 SetZonalConfig(const ZonalConfig &value)
void SetDeploymentConfigName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue