Class CreateDeploymentConfigResult
java.lang.Object
com.amazonaws.services.codedeploy.model.CreateDeploymentConfigResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a create deployment configuration operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A unique deployment configuration ID.int
hashCode()
void
setDeploymentConfigId
(String deploymentConfigId) A unique deployment configuration ID.toString()
Returns a string representation of this object; useful for testing and debugging.withDeploymentConfigId
(String deploymentConfigId) A unique deployment configuration ID.
-
Constructor Details
-
CreateDeploymentConfigResult
public CreateDeploymentConfigResult()
-
-
Method Details
-
setDeploymentConfigId
A unique deployment configuration ID.
- Parameters:
deploymentConfigId
- A unique deployment configuration ID.
-
getDeploymentConfigId
A unique deployment configuration ID.
- Returns:
- A unique deployment configuration ID.
-
withDeploymentConfigId
A unique deployment configuration ID.
- Parameters:
deploymentConfigId
- A unique deployment configuration ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-