|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.opsworks.model.CreateDeploymentResult
public class CreateDeploymentResult
Contains the response to a CreateDeployment
request.
Constructor Summary | |
---|---|
CreateDeploymentResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDeploymentId()
The deployment ID, which can be used with other requests to identify the deployment. |
int |
hashCode()
|
void |
setDeploymentId(String deploymentId)
The deployment ID, which can be used with other requests to identify the deployment. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateDeploymentResult |
withDeploymentId(String deploymentId)
The deployment ID, which can be used with other requests to identify the deployment. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateDeploymentResult()
Method Detail |
---|
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
deploymentId
- The deployment ID, which can be used with other requests to identify
the deployment.public CreateDeploymentResult withDeploymentId(String deploymentId)
Returns a reference to this object so that method calls can be chained together.
deploymentId
- The deployment ID, which can be used with other requests to identify
the deployment.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |