@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidateMatchmakingRuleSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ValidateMatchmakingRuleSetResult() |
Modifier and Type | Method and Description |
---|---|
ValidateMatchmakingRuleSetResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getValid()
A response indicating whether the rule set is valid.
|
int |
hashCode() |
Boolean |
isValid()
A response indicating whether the rule set is valid.
|
void |
setValid(Boolean valid)
A response indicating whether the rule set is valid.
|
String |
toString()
Returns a string representation of this object.
|
ValidateMatchmakingRuleSetResult |
withValid(Boolean valid)
A response indicating whether the rule set is valid.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setValid(Boolean valid)
A response indicating whether the rule set is valid.
valid
- A response indicating whether the rule set is valid.public Boolean getValid()
A response indicating whether the rule set is valid.
public ValidateMatchmakingRuleSetResult withValid(Boolean valid)
A response indicating whether the rule set is valid.
valid
- A response indicating whether the rule set is valid.public Boolean isValid()
A response indicating whether the rule set is valid.
public String toString()
toString
in class Object
Object.toString()
public ValidateMatchmakingRuleSetResult clone()