public class DeploymentConfigInfo
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Information about a deployment configuration.
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
createTime
The time at which the deployment configuration was created.
|
private java.lang.String |
deploymentConfigId
The deployment configuration ID.
|
private java.lang.String |
deploymentConfigName
The deployment configuration name.
|
private MinimumHealthyHosts |
minimumHealthyHosts
Information about the number or percentage of minimum healthy instance.
|
Constructor and Description |
---|
DeploymentConfigInfo() |
Modifier and Type | Method and Description |
---|---|
DeploymentConfigInfo |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreateTime()
The time at which the deployment configuration was created.
|
java.lang.String |
getDeploymentConfigId()
The deployment configuration ID.
|
java.lang.String |
getDeploymentConfigName()
The deployment configuration name.
|
MinimumHealthyHosts |
getMinimumHealthyHosts()
Information about the number or percentage of minimum healthy instance.
|
int |
hashCode() |
void |
setCreateTime(java.util.Date createTime)
The time at which the deployment configuration was created.
|
void |
setDeploymentConfigId(java.lang.String deploymentConfigId)
The deployment configuration ID.
|
void |
setDeploymentConfigName(java.lang.String deploymentConfigName)
The deployment configuration name.
|
void |
setMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeploymentConfigInfo |
withCreateTime(java.util.Date createTime)
The time at which the deployment configuration was created.
|
DeploymentConfigInfo |
withDeploymentConfigId(java.lang.String deploymentConfigId)
The deployment configuration ID.
|
DeploymentConfigInfo |
withDeploymentConfigName(java.lang.String deploymentConfigName)
The deployment configuration name.
|
DeploymentConfigInfo |
withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
|
private java.lang.String deploymentConfigId
The deployment configuration ID.
private java.lang.String deploymentConfigName
The deployment configuration name.
private MinimumHealthyHosts minimumHealthyHosts
Information about the number or percentage of minimum healthy instance.
private java.util.Date createTime
The time at which the deployment configuration was created.
public void setDeploymentConfigId(java.lang.String deploymentConfigId)
The deployment configuration ID.
deploymentConfigId
- The deployment configuration ID.public java.lang.String getDeploymentConfigId()
The deployment configuration ID.
public DeploymentConfigInfo withDeploymentConfigId(java.lang.String deploymentConfigId)
The deployment configuration ID.
deploymentConfigId
- The deployment configuration ID.public void setDeploymentConfigName(java.lang.String deploymentConfigName)
The deployment configuration name.
deploymentConfigName
- The deployment configuration name.public java.lang.String getDeploymentConfigName()
The deployment configuration name.
public DeploymentConfigInfo withDeploymentConfigName(java.lang.String deploymentConfigName)
The deployment configuration name.
deploymentConfigName
- The deployment configuration name.public void setMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
minimumHealthyHosts
- Information about the number or percentage of minimum healthy
instance.public MinimumHealthyHosts getMinimumHealthyHosts()
Information about the number or percentage of minimum healthy instance.
public DeploymentConfigInfo withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
minimumHealthyHosts
- Information about the number or percentage of minimum healthy
instance.public void setCreateTime(java.util.Date createTime)
The time at which the deployment configuration was created.
createTime
- The time at which the deployment configuration was created.public java.util.Date getCreateTime()
The time at which the deployment configuration was created.
public DeploymentConfigInfo withCreateTime(java.util.Date createTime)
The time at which the deployment configuration was created.
createTime
- The time at which the deployment configuration was created.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeploymentConfigInfo clone()
clone
in class java.lang.Object