@Generated(value="software.amazon.awssdk:codegen") public final class DescribeMatchmakingConfigurationsRequest extends GameLiftRequest implements ToCopyableBuilder<DescribeMatchmakingConfigurationsRequest.Builder,DescribeMatchmakingConfigurationsRequest>
Represents the input for a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeMatchmakingConfigurationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeMatchmakingConfigurationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
Maximum number of results to return.
|
List<String> |
names()
Unique identifier for a matchmaking configuration(s) to retrieve.
|
String |
nextToken()
Token that indicates the start of the next sequential page of results.
|
String |
ruleSetName()
Unique identifier for a matchmaking rule set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeMatchmakingConfigurationsRequest.Builder> |
serializableBuilderClass() |
DescribeMatchmakingConfigurationsRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> names()
Unique identifier for a matchmaking configuration(s) to retrieve. To request all existing configurations, leave this parameter empty.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String ruleSetName()
Unique identifier for a matchmaking rule set. Use this parameter to retrieve all matchmaking configurations that use this rule set.
public Integer limit()
Maximum number of results to return. Use this parameter with NextToken to get results as a set of
sequential pages. This parameter is limited to 10.
NextToken to get results as a
set of sequential pages. This parameter is limited to 10.public String nextToken()
Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To start at the beginning of the result set, do not specify a value.
public DescribeMatchmakingConfigurationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeMatchmakingConfigurationsRequest.Builder,DescribeMatchmakingConfigurationsRequest>toBuilder in class GameLiftRequestpublic static DescribeMatchmakingConfigurationsRequest.Builder builder()
public static Class<? extends DescribeMatchmakingConfigurationsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.