@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMatchmakingConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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()
The maximum number of results to return.
|
List<String> |
getNames()
A unique identifier for the matchmaking configuration(s) to retrieve.
|
String |
getNextToken()
A token that indicates the start of the next sequential page of results.
|
String |
getRuleSetName()
A unique identifier for the matchmaking rule set.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of results to return.
|
void |
setNames(Collection<String> names)
A unique identifier for the matchmaking configuration(s) to retrieve.
|
void |
setNextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
void |
setRuleSetName(String ruleSetName)
A unique identifier for the matchmaking rule set.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMatchmakingConfigurationsRequest |
withLimit(Integer limit)
The maximum number of results to return.
|
DescribeMatchmakingConfigurationsRequest |
withNames(Collection<String> names)
A unique identifier for the matchmaking configuration(s) to retrieve.
|
DescribeMatchmakingConfigurationsRequest |
withNames(String... names)
A unique identifier for the matchmaking configuration(s) to retrieve.
|
DescribeMatchmakingConfigurationsRequest |
withNextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
DescribeMatchmakingConfigurationsRequest |
withRuleSetName(String ruleSetName)
A unique identifier for the 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()
A unique identifier for the matchmaking configuration(s) to retrieve. You can use either the configuration name or ARN value. To request all existing configurations, leave this parameter empty.
public void setNames(Collection<String> names)
A unique identifier for the matchmaking configuration(s) to retrieve. You can use either the configuration name or ARN value. To request all existing configurations, leave this parameter empty.
names
- A unique identifier for the matchmaking configuration(s) to retrieve. You can use either the configuration
name or ARN value. To request all existing configurations, leave this parameter empty.public DescribeMatchmakingConfigurationsRequest withNames(String... names)
A unique identifier for the matchmaking configuration(s) to retrieve. You can use either the configuration name or ARN value. 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
- A unique identifier for the matchmaking configuration(s) to retrieve. You can use either the configuration
name or ARN value. To request all existing configurations, leave this parameter empty.public DescribeMatchmakingConfigurationsRequest withNames(Collection<String> names)
A unique identifier for the matchmaking configuration(s) to retrieve. You can use either the configuration name or ARN value. To request all existing configurations, leave this parameter empty.
names
- A unique identifier for the matchmaking configuration(s) to retrieve. You can use either the configuration
name or ARN value. To request all existing configurations, leave this parameter empty.public void setRuleSetName(String ruleSetName)
A unique identifier for the matchmaking rule set. You can use either the rule set name or ARN value. Use this parameter to retrieve all matchmaking configurations that use this rule set.
ruleSetName
- A unique identifier for the matchmaking rule set. You can use either the rule set name or ARN value. Use
this parameter to retrieve all matchmaking configurations that use this rule set.public String getRuleSetName()
A unique identifier for the matchmaking rule set. You can use either the rule set name or ARN value. Use this parameter to retrieve all matchmaking configurations that use this rule set.
public DescribeMatchmakingConfigurationsRequest withRuleSetName(String ruleSetName)
A unique identifier for the matchmaking rule set. You can use either the rule set name or ARN value. Use this parameter to retrieve all matchmaking configurations that use this rule set.
ruleSetName
- A unique identifier for the matchmaking rule set. You can use either the rule set name or ARN value. Use
this parameter to retrieve all matchmaking configurations that use this rule set.public void setLimit(Integer limit)
The 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
- The 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()
The 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)
The 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
- The 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)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken
- A token that indicates the start of the next sequential page of results. Use the token that is returned
with a previous call to this operation. To start at the beginning of the result set, do not specify a
value.public String getNextToken()
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
public DescribeMatchmakingConfigurationsRequest withNextToken(String nextToken)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken
- A token that indicates the start of the next sequential page of results. Use the token that is returned
with a previous call to this operation. 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()