public class UpdateGameServerSessionRequest extends AbstractModel
Constructor and Description |
---|
UpdateGameServerSessionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getGameServerSessionId()
Get Game server session ID
|
Long |
getMaximumPlayerSessionCount()
Get Maximum number of players
|
String |
getName()
Get Game server session name
|
String |
getPlayerSessionCreationPolicy()
Get Player session creation policy.
|
String |
getProtectionPolicy()
Get Protection policy.
|
void |
setGameServerSessionId(String GameServerSessionId)
Set Game server session ID
|
void |
setMaximumPlayerSessionCount(Long MaximumPlayerSessionCount)
Set Maximum number of players
|
void |
setName(String Name)
Set Game server session name
|
void |
setPlayerSessionCreationPolicy(String PlayerSessionCreationPolicy)
Set Player session creation policy.
|
void |
setProtectionPolicy(String ProtectionPolicy)
Set Protection policy.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getGameServerSessionId()
public void setGameServerSessionId(String GameServerSessionId)
GameServerSessionId
- Game server session IDpublic Long getMaximumPlayerSessionCount()
public void setMaximumPlayerSessionCount(Long MaximumPlayerSessionCount)
MaximumPlayerSessionCount
- Maximum number of playerspublic String getName()
public void setName(String Name)
Name
- Game server session namepublic String getPlayerSessionCreationPolicy()
public void setPlayerSessionCreationPolicy(String PlayerSessionCreationPolicy)
PlayerSessionCreationPolicy
- Player session creation policy. Valid values: ACCEPT_ALL, DENY_ALLpublic String getProtectionPolicy()
public void setProtectionPolicy(String ProtectionPolicy)
ProtectionPolicy
- Protection policy. Valid values: NoProtection, TimeLimitProtection, FullProtectionCopyright © 2020. All rights reserved.