Class CreateDeploymentResult
java.lang.Object
com.amazonaws.services.codedeploy.model.CreateDeploymentResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a create deployment operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A unique deployment ID.int
hashCode()
void
setDeploymentId
(String deploymentId) A unique deployment ID.toString()
Returns a string representation of this object; useful for testing and debugging.withDeploymentId
(String deploymentId) A unique deployment ID.
-
Constructor Details
-
CreateDeploymentResult
public CreateDeploymentResult()
-
-
Method Details
-
setDeploymentId
A unique deployment ID.
- Parameters:
deploymentId
- A unique deployment ID.
-
getDeploymentId
A unique deployment ID.
- Returns:
- A unique deployment ID.
-
withDeploymentId
A unique deployment ID.
- Parameters:
deploymentId
- A unique deployment 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
-