@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 operation.
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.
|
StopGameSessionPlacementResult |
withGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the canceled game session placement, with
CANCELLED status and an end time
stamp. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public StopGameSessionPlacementResult clone()