@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopGameSessionPlacementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StopGameSessionPlacementResult() |
Modifier and Type | Method and Description |
---|---|
StopGameSessionPlacementResult |
clone() |
boolean |
equals(Object obj) |
GameSessionPlacement |
getGameSessionPlacement()
Object that describes the cancelled game session placement, with cancelled status and an end time stamp.
|
int |
hashCode() |
void |
setGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the cancelled game session placement, with cancelled status and an end time stamp.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StopGameSessionPlacementResult |
withGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the cancelled game session placement, with cancelled status and an end time stamp.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the cancelled game session placement, with cancelled status and an end time stamp.
gameSessionPlacement
- Object that describes the cancelled game session placement, with cancelled status and an end time stamp.public GameSessionPlacement getGameSessionPlacement()
Object that describes the cancelled game session placement, with cancelled status and an end time stamp.
public StopGameSessionPlacementResult withGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the cancelled game session placement, with cancelled status and an end time stamp.
gameSessionPlacement
- Object that describes the cancelled game session placement, with cancelled status and an end time stamp.public String toString()
toString
in class Object
Object.toString()
public StopGameSessionPlacementResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.