@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMatchmakingConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP
Constructor and Description |
---|
DescribeMatchmakingConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeMatchmakingConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
Maximum number of results to return.
|
List<String> |
getNames()
Unique identifier for a matchmaking configuration(s) to retrieve.
|
String |
getNextToken()
Token that indicates the start of the next sequential page of results.
|
String |
getRuleSetName()
Unique identifier for a matchmaking rule set.
|
int |
hashCode() |
void |
setLimit(Integer limit)
Maximum number of results to return.
|
void |
setNames(Collection<String> names)
Unique identifier for a matchmaking configuration(s) to retrieve.
|
void |
setNextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
void |
setRuleSetName(String ruleSetName)
Unique identifier for a matchmaking rule set.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeMatchmakingConfigurationsRequest |
withLimit(Integer limit)
Maximum number of results to return.
|
DescribeMatchmakingConfigurationsRequest |
withNames(Collection<String> names)
Unique identifier for a matchmaking configuration(s) to retrieve.
|
DescribeMatchmakingConfigurationsRequest |
withNames(String... names)
Unique identifier for a matchmaking configuration(s) to retrieve.
|
DescribeMatchmakingConfigurationsRequest |
withNextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
DescribeMatchmakingConfigurationsRequest |
withRuleSetName(String ruleSetName)
Unique identifier for a matchmaking rule set.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeMatchmakingConfigurationsRequest()
public List<String> getNames()
Unique identifier for a matchmaking configuration(s) to retrieve. To request all existing configurations, leave this parameter empty.
public void setNames(Collection<String> names)
Unique identifier for a matchmaking configuration(s) to retrieve. To request all existing configurations, leave this parameter empty.
names
- Unique identifier for a matchmaking configuration(s) to retrieve. To request all existing configurations,
leave this parameter empty.public DescribeMatchmakingConfigurationsRequest withNames(String... names)
Unique identifier for a matchmaking configuration(s) to retrieve. To request all existing configurations, leave this parameter empty.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection)
or withNames(java.util.Collection)
if you want to override the
existing values.
names
- Unique identifier for a matchmaking configuration(s) to retrieve. To request all existing configurations,
leave this parameter empty.public DescribeMatchmakingConfigurationsRequest withNames(Collection<String> names)
Unique identifier for a matchmaking configuration(s) to retrieve. To request all existing configurations, leave this parameter empty.
names
- Unique identifier for a matchmaking configuration(s) to retrieve. To request all existing configurations,
leave this parameter empty.public void setRuleSetName(String ruleSetName)
Unique identifier for a matchmaking rule set. Use this parameter to retrieve all matchmaking configurations that use this rule set.
ruleSetName
- Unique identifier for a matchmaking rule set. Use this parameter to retrieve all matchmaking
configurations that use this rule set.public String getRuleSetName()
Unique identifier for a matchmaking rule set. Use this parameter to retrieve all matchmaking configurations that use this rule set.
public DescribeMatchmakingConfigurationsRequest withRuleSetName(String ruleSetName)
Unique identifier for a matchmaking rule set. Use this parameter to retrieve all matchmaking configurations that use this rule set.
ruleSetName
- Unique identifier for a matchmaking rule set. Use this parameter to retrieve all matchmaking
configurations that use this rule set.public void setLimit(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.
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.public Integer getLimit()
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 DescribeMatchmakingConfigurationsRequest withLimit(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.
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.public void setNextToken(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.
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 String getNextToken()
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 withNextToken(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.
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 String toString()
toString
in class Object
Object.toString()
public DescribeMatchmakingConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.