@Generated(value="software.amazon.awssdk:codegen") public final class ClaimGameServerRequest extends GameLiftRequest implements ToCopyableBuilder<ClaimGameServerRequest.Builder,ClaimGameServerRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClaimGameServerRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClaimGameServerRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gameServerData()
A set of custom game server properties, formatted as a single string value.
|
String |
gameServerGroupName()
A unique identifier for the game server group where the game server is running.
|
String |
gameServerId()
A custom string that uniquely identifies the game server to claim.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClaimGameServerRequest.Builder> |
serializableBuilderClass() |
ClaimGameServerRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gameServerGroupName()
A unique identifier for the game server group where the game server is running. Use either the GameServerGroup name or ARN value.. If you are not specifying a game server to claim, this value identifies where you want GameLift FleetIQ to look for an available game server to claim.
public final String gameServerId()
A custom string that uniquely identifies the game server to claim. If this parameter is left empty, GameLift FleetIQ searches for an available game server in the specified game server group.
public final String gameServerData()
A set of custom game server properties, formatted as a single string value. This data is passed to a game client or service when it requests information on game servers using ListGameServers or ClaimGameServer.
public ClaimGameServerRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClaimGameServerRequest.Builder,ClaimGameServerRequest>toBuilder in class GameLiftRequestpublic static ClaimGameServerRequest.Builder builder()
public static Class<? extends ClaimGameServerRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.