@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGameSessionPlacementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
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; useful for testing and debugging.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.