@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopGameSessionPlacementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
| Constructor and Description |
|---|
StopGameSessionPlacementResult() |
| Modifier and Type | Method and Description |
|---|---|
StopGameSessionPlacementResult |
clone() |
boolean |
equals(Object obj) |
GameSessionPlacement |
getGameSessionPlacement()
Object that describes the canceled game session placement, with
CANCELLED status and an end time
stamp. |
int |
hashCode() |
void |
setGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the canceled 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 canceled game session placement, with
CANCELLED status and an end time
stamp. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the canceled game session placement, with CANCELLED status and an end time
stamp.
gameSessionPlacement - Object that describes the canceled game session placement, with CANCELLED status and an end
time stamp.public GameSessionPlacement getGameSessionPlacement()
Object that describes the canceled game session placement, with CANCELLED status and an end time
stamp.
CANCELLED status and an end
time stamp.public StopGameSessionPlacementResult withGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the canceled game session placement, with CANCELLED status and an end time
stamp.
gameSessionPlacement - Object that describes the canceled game session placement, with CANCELLED status and an end
time stamp.public String toString()
toString in class ObjectObject.toString()public StopGameSessionPlacementResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.