67 inline void SetDeploymentConfigName(
const char* value) { m_deploymentConfigNameHasBeenSet =
true; m_deploymentConfigName.assign(value); }
252 bool m_deploymentConfigNameHasBeenSet =
false;
255 bool m_minimumHealthyHostsHasBeenSet =
false;
258 bool m_trafficRoutingConfigHasBeenSet =
false;
261 bool m_computePlatformHasBeenSet =
false;
#define AWS_CODEDEPLOY_API
CreateDeploymentConfigRequest & WithComputePlatform(ComputePlatform &&value)
void SetComputePlatform(const ComputePlatform &value)
const TrafficRoutingConfig & GetTrafficRoutingConfig() const
const ComputePlatform & GetComputePlatform() const
AWS_CODEDEPLOY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateDeploymentConfigRequest & WithDeploymentConfigName(const char *value)
bool MinimumHealthyHostsHasBeenSet() const
void SetTrafficRoutingConfig(const TrafficRoutingConfig &value)
void SetDeploymentConfigName(const Aws::String &value)
CreateDeploymentConfigRequest & WithTrafficRoutingConfig(const TrafficRoutingConfig &value)
CreateDeploymentConfigRequest & WithDeploymentConfigName(const Aws::String &value)
void SetTrafficRoutingConfig(TrafficRoutingConfig &&value)
const MinimumHealthyHosts & GetMinimumHealthyHosts() const
void SetComputePlatform(ComputePlatform &&value)
bool ComputePlatformHasBeenSet() const
CreateDeploymentConfigRequest & WithTrafficRoutingConfig(TrafficRoutingConfig &&value)
AWS_CODEDEPLOY_API Aws::String SerializePayload() const override
CreateDeploymentConfigRequest & WithMinimumHealthyHosts(const MinimumHealthyHosts &value)
bool TrafficRoutingConfigHasBeenSet() const
AWS_CODEDEPLOY_API CreateDeploymentConfigRequest()
CreateDeploymentConfigRequest & WithComputePlatform(const ComputePlatform &value)
CreateDeploymentConfigRequest & WithMinimumHealthyHosts(MinimumHealthyHosts &&value)
void SetMinimumHealthyHosts(const MinimumHealthyHosts &value)
virtual const char * GetServiceRequestName() const override
void SetDeploymentConfigName(const char *value)
CreateDeploymentConfigRequest & WithDeploymentConfigName(Aws::String &&value)
void SetDeploymentConfigName(Aws::String &&value)
const Aws::String & GetDeploymentConfigName() const
bool DeploymentConfigNameHasBeenSet() const
void SetMinimumHealthyHosts(MinimumHealthyHosts &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String