@Generated(value="software.amazon.awssdk:codegen") public final class StartMatchmakingRequest extends GameLiftRequest implements ToCopyableBuilder<StartMatchmakingRequest.Builder,StartMatchmakingRequest>
Represents the input for a request action.
Modifier and Type | Class and Description |
---|---|
static interface |
StartMatchmakingRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static StartMatchmakingRequest.Builder |
builder() |
String |
configurationName()
Name of the matchmaking configuration to use for this request.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
List<Player> |
players()
Information on each player to be matched.
|
static Class<? extends StartMatchmakingRequest.Builder> |
serializableBuilderClass() |
String |
ticketId()
Unique identifier for a matchmaking ticket.
|
StartMatchmakingRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String ticketId()
Unique identifier for a matchmaking ticket. Use this identifier to track the matchmaking ticket status and retrieve match results.
public String configurationName()
Name of the matchmaking configuration to use for this request. Matchmaking configurations must exist in the same region as this request.
public List<Player> players()
Information on each player to be matched. This information must include a player ID, and may contain player
attributes and latency data to be used in the matchmaking process. After a successful match, Player
objects contain the name of the team the player is assigned to.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
Player
objects contain the name of the team the player is assigned to.public StartMatchmakingRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StartMatchmakingRequest.Builder,StartMatchmakingRequest>
toBuilder
in class GameLiftRequest
public static StartMatchmakingRequest.Builder builder()
public static Class<? extends StartMatchmakingRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.