@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMatchmakingRuleSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
CreateMatchmakingRuleSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateMatchmakingRuleSetResult |
clone() |
boolean |
equals(Object obj) |
MatchmakingRuleSet |
getRuleSet()
Object that describes the newly created matchmaking rule set.
|
int |
hashCode() |
void |
setRuleSet(MatchmakingRuleSet ruleSet)
Object that describes the newly created matchmaking rule set.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateMatchmakingRuleSetResult |
withRuleSet(MatchmakingRuleSet ruleSet)
Object that describes the newly created matchmaking rule set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRuleSet(MatchmakingRuleSet ruleSet)
Object that describes the newly created matchmaking rule set.
ruleSet
- Object that describes the newly created matchmaking rule set.public MatchmakingRuleSet getRuleSet()
Object that describes the newly created matchmaking rule set.
public CreateMatchmakingRuleSetResult withRuleSet(MatchmakingRuleSet ruleSet)
Object that describes the newly created matchmaking rule set.
ruleSet
- Object that describes the newly created matchmaking rule set.public String toString()
toString
in class Object
Object.toString()
public CreateMatchmakingRuleSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.