@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMatchmakingRuleSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMatchmakingRuleSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateMatchmakingRuleSetResult |
clone() |
boolean |
equals(Object obj) |
MatchmakingRuleSet |
getRuleSet()
The newly created matchmaking rule set.
|
int |
hashCode() |
void |
setRuleSet(MatchmakingRuleSet ruleSet)
The newly created matchmaking rule set.
|
String |
toString()
Returns a string representation of this object.
|
CreateMatchmakingRuleSetResult |
withRuleSet(MatchmakingRuleSet ruleSet)
The newly created matchmaking rule set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRuleSet(MatchmakingRuleSet ruleSet)
The newly created matchmaking rule set.
ruleSet
- The newly created matchmaking rule set.public MatchmakingRuleSet getRuleSet()
The newly created matchmaking rule set.
public CreateMatchmakingRuleSetResult withRuleSet(MatchmakingRuleSet ruleSet)
The newly created matchmaking rule set.
ruleSet
- The newly created matchmaking rule set.public String toString()
toString
in class Object
Object.toString()
public CreateMatchmakingRuleSetResult clone()