Class GameProperty
java.lang.Object
com.amazonaws.services.gamelift.model.GameProperty
- All Implemented Interfaces:
Serializable
,Cloneable
Set of key-value pairs containing information your game server requires to set up sessions. This object allows you to pass in any set of data needed for your game. For more information, see the Amazon GameLift Developer Guide.
- See Also:
-
Constructor Details
-
GameProperty
public GameProperty()
-
-
Method Details
-
setKey
- Parameters:
key
-
-
getKey
- Returns:
-
withKey
- Parameters:
key
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValue
- Parameters:
value
-
-
getValue
- Returns:
-
withValue
- Parameters:
value
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-