57 inline void SetDeploymentConfigName(
const char* value) { m_deploymentConfigNameHasBeenSet =
true; m_deploymentConfigName.assign(value); }
151 bool m_deploymentConfigNameHasBeenSet;
153 bool m_minimumHealthyHostsHasBeenSet;
CreateDeploymentConfigRequest & WithDeploymentConfigName(const char *value)
void SetDeploymentConfigName(Aws::String &&value)
CreateDeploymentConfigRequest & WithDeploymentConfigName(const Aws::String &value)
void SetDeploymentConfigName(const Aws::String &value)
const Aws::String & GetDeploymentConfigName() const
const MinimumHealthyHosts & GetMinimumHealthyHosts() const
CreateDeploymentConfigRequest & WithDeploymentConfigName(Aws::String &&value)
CreateDeploymentConfigRequest & WithMinimumHealthyHosts(MinimumHealthyHosts &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
#define AWS_CODEDEPLOY_API
void SetMinimumHealthyHosts(const MinimumHealthyHosts &value)
CreateDeploymentConfigRequest & WithMinimumHealthyHosts(const MinimumHealthyHosts &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetDeploymentConfigName(const char *value)
void SetMinimumHealthyHosts(MinimumHealthyHosts &&value)
JSON (JavaScript Object Notation).