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