@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)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeMatchmakingConfigurationsRequest.Builder,DescribeMatchmakingConfigurationsRequest>
toBuilder
in class GameLiftRequest
public static DescribeMatchmakingConfigurationsRequest.Builder builder()
public static Class<? extends DescribeMatchmakingConfigurationsRequest.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.