@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PlacementResponse extends Object implements Serializable, Cloneable
Describes the placement of an instance.
Constructor and Description |
---|
PlacementResponse() |
Modifier and Type | Method and Description |
---|---|
PlacementResponse |
clone() |
boolean |
equals(Object obj) |
String |
getGroupName()
The name of the placement group that the instance is in.
|
int |
hashCode() |
void |
setGroupName(String groupName)
The name of the placement group that the instance is in.
|
String |
toString()
Returns a string representation of this object.
|
PlacementResponse |
withGroupName(String groupName)
The name of the placement group that the instance is in.
|
public void setGroupName(String groupName)
The name of the placement group that the instance is in.
groupName
- The name of the placement group that the instance is in.public String getGroupName()
The name of the placement group that the instance is in.
public PlacementResponse withGroupName(String groupName)
The name of the placement group that the instance is in.
groupName
- The name of the placement group that the instance is in.public String toString()
toString
in class Object
Object.toString()
public PlacementResponse clone()