@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartGameSessionPlacementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
StartGameSessionPlacementResult() |
Modifier and Type | Method and Description |
---|---|
StartGameSessionPlacementResult |
clone() |
boolean |
equals(Object obj) |
GameSessionPlacement |
getGameSessionPlacement()
Object that describes the newly created game session placement.
|
int |
hashCode() |
void |
setGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the newly created game session placement.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartGameSessionPlacementResult |
withGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the newly created game session placement.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the newly created game session placement. This object includes all the information provided in the request, as well as start/end time stamps and placement status.
gameSessionPlacement
- Object that describes the newly created game session placement. This object includes all the information
provided in the request, as well as start/end time stamps and placement status.public GameSessionPlacement getGameSessionPlacement()
Object that describes the newly created game session placement. This object includes all the information provided in the request, as well as start/end time stamps and placement status.
public StartGameSessionPlacementResult withGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the newly created game session placement. This object includes all the information provided in the request, as well as start/end time stamps and placement status.
gameSessionPlacement
- Object that describes the newly created game session placement. This object includes all the information
provided in the request, as well as start/end time stamps and placement status.public String toString()
toString
in class Object
Object.toString()
public StartGameSessionPlacementResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.