@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMatchmakingRuleSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMatchmakingRuleSetsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMatchmakingRuleSetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that indicates where to resume retrieving results on the next call to this operation.
|
List<MatchmakingRuleSet> |
getRuleSets()
A collection of requested matchmaking rule set objects.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
void |
setRuleSets(Collection<MatchmakingRuleSet> ruleSets)
A collection of requested matchmaking rule set objects.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMatchmakingRuleSetsResult |
withNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
DescribeMatchmakingRuleSetsResult |
withRuleSets(Collection<MatchmakingRuleSet> ruleSets)
A collection of requested matchmaking rule set objects.
|
DescribeMatchmakingRuleSetsResult |
withRuleSets(MatchmakingRuleSet... ruleSets)
A collection of requested matchmaking rule set objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MatchmakingRuleSet> getRuleSets()
A collection of requested matchmaking rule set objects.
public void setRuleSets(Collection<MatchmakingRuleSet> ruleSets)
A collection of requested matchmaking rule set objects.
ruleSets
- A collection of requested matchmaking rule set objects.public DescribeMatchmakingRuleSetsResult withRuleSets(MatchmakingRuleSet... ruleSets)
A 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
- A collection of requested matchmaking rule set objects.public DescribeMatchmakingRuleSetsResult withRuleSets(Collection<MatchmakingRuleSet> ruleSets)
A collection of requested matchmaking rule set objects.
ruleSets
- A collection of requested matchmaking rule set objects.public void setNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken
- A token that indicates where to resume retrieving results on the next call to this operation. If no token
is returned, these results represent the end of the list.public String getNextToken()
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
public DescribeMatchmakingRuleSetsResult withNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken
- A token that indicates where to resume retrieving results on the next call to this operation. 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()