public class CreateDeploymentResult extends Object implements Serializable
Represents the output of a create deployment operation.
| Constructor and Description |
|---|
CreateDeploymentResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDeploymentId()
A unique deployment ID.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
A unique deployment ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDeploymentResult |
withDeploymentId(String deploymentId)
A unique deployment ID.
|
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
deploymentId - A unique deployment ID.public CreateDeploymentResult withDeploymentId(String deploymentId)
Returns a reference to this object so that method calls can be chained together.
deploymentId - A unique deployment ID.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.