@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMatchmakingRuleSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
DescribeMatchmakingRuleSetsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMatchmakingRuleSetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Token that indicates where to resume retrieving results on the next call to this action.
|
List<MatchmakingRuleSet> |
getRuleSets()
Collection of requested matchmaking rule set objects.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action.
|
void |
setRuleSets(Collection<MatchmakingRuleSet> ruleSets)
Collection of requested matchmaking rule set objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeMatchmakingRuleSetsResult |
withNextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action.
|
DescribeMatchmakingRuleSetsResult |
withRuleSets(Collection<MatchmakingRuleSet> ruleSets)
Collection of requested matchmaking rule set objects.
|
DescribeMatchmakingRuleSetsResult |
withRuleSets(MatchmakingRuleSet... ruleSets)
Collection of requested matchmaking rule set objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MatchmakingRuleSet> getRuleSets()
Collection of requested matchmaking rule set objects.
public void setRuleSets(Collection<MatchmakingRuleSet> ruleSets)
Collection of requested matchmaking rule set objects.
ruleSets
- Collection of requested matchmaking rule set objects.public DescribeMatchmakingRuleSetsResult withRuleSets(MatchmakingRuleSet... ruleSets)
Collection of requested matchmaking rule set objects.
NOTE: This method appends the values to the existing list (if any). Use
setRuleSets(java.util.Collection)
or withRuleSets(java.util.Collection)
if you want to override
the existing values.
ruleSets
- Collection of requested matchmaking rule set objects.public DescribeMatchmakingRuleSetsResult withRuleSets(Collection<MatchmakingRuleSet> ruleSets)
Collection of requested matchmaking rule set objects.
ruleSets
- Collection of requested matchmaking rule set objects.public void setNextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
nextToken
- Token that indicates where to resume retrieving results on the next call to this action. If no token is
returned, these results represent the end of the list.public String getNextToken()
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
public DescribeMatchmakingRuleSetsResult withNextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
nextToken
- Token that indicates where to resume retrieving results on the next call to this action. If no token is
returned, these results represent the end of the list.public String toString()
toString
in class Object
Object.toString()
public DescribeMatchmakingRuleSetsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.