public class DeploymentConfigInfo extends Object implements Serializable
Information about a deployment configuration.
Constructor and Description |
---|
DeploymentConfigInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getCreateTime()
The time that the deployment configuration was created.
|
String |
getDeploymentConfigId()
The deployment configuration ID.
|
String |
getDeploymentConfigName()
The deployment configuration name.
|
MinimumHealthyHosts |
getMinimumHealthyHosts()
Information about the number or percentage of minimum healthy
instances.
|
int |
hashCode() |
void |
setCreateTime(Date createTime)
The time that the deployment configuration was created.
|
void |
setDeploymentConfigId(String deploymentConfigId)
The deployment configuration ID.
|
void |
setDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.
|
void |
setMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy
instances.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeploymentConfigInfo |
withCreateTime(Date createTime)
The time that the deployment configuration was created.
|
DeploymentConfigInfo |
withDeploymentConfigId(String deploymentConfigId)
The deployment configuration ID.
|
DeploymentConfigInfo |
withDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.
|
DeploymentConfigInfo |
withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy
instances.
|
public String getDeploymentConfigId()
public void setDeploymentConfigId(String deploymentConfigId)
deploymentConfigId
- The deployment configuration ID.public DeploymentConfigInfo withDeploymentConfigId(String deploymentConfigId)
Returns a reference to this object so that method calls can be chained together.
deploymentConfigId
- The deployment configuration ID.public String getDeploymentConfigName()
Constraints:
Length: 1 - 100
public void setDeploymentConfigName(String deploymentConfigName)
Constraints:
Length: 1 - 100
deploymentConfigName
- The deployment configuration name.public DeploymentConfigInfo withDeploymentConfigName(String deploymentConfigName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
deploymentConfigName
- The deployment configuration name.public MinimumHealthyHosts getMinimumHealthyHosts()
public void setMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
minimumHealthyHosts
- Information about the number or percentage of minimum healthy
instances.public DeploymentConfigInfo withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Returns a reference to this object so that method calls can be chained together.
minimumHealthyHosts
- Information about the number or percentage of minimum healthy
instances.public Date getCreateTime()
public void setCreateTime(Date createTime)
createTime
- The time that the deployment configuration was created.public DeploymentConfigInfo withCreateTime(Date createTime)
Returns a reference to this object so that method calls can be chained together.
createTime
- The time that the deployment configuration was created.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.