@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGameSessionPlacementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeGameSessionPlacementResult() |
Modifier and Type | Method and Description |
---|---|
DescribeGameSessionPlacementResult |
clone() |
boolean |
equals(Object obj) |
GameSessionPlacement |
getGameSessionPlacement()
Object that describes the requested game session placement.
|
int |
hashCode() |
void |
setGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the requested game session placement.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGameSessionPlacementResult |
withGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the requested game session placement.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the requested game session placement.
gameSessionPlacement
- Object that describes the requested game session placement.public GameSessionPlacement getGameSessionPlacement()
Object that describes the requested game session placement.
public DescribeGameSessionPlacementResult withGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the requested game session placement.
gameSessionPlacement
- Object that describes the requested game session placement.public String toString()
toString
in class Object
Object.toString()
public DescribeGameSessionPlacementResult clone()