@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidateMatchmakingRuleSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
ValidateMatchmakingRuleSetResult() |
Modifier and Type | Method and Description |
---|---|
ValidateMatchmakingRuleSetResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getValid()
Response indicating whether or not the rule set is valid.
|
int |
hashCode() |
Boolean |
isValid()
Response indicating whether or not the rule set is valid.
|
void |
setValid(Boolean valid)
Response indicating whether or not the rule set is valid.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ValidateMatchmakingRuleSetResult |
withValid(Boolean valid)
Response indicating whether or not the rule set is valid.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setValid(Boolean valid)
Response indicating whether or not the rule set is valid.
valid
- Response indicating whether or not the rule set is valid.public Boolean getValid()
Response indicating whether or not the rule set is valid.
public ValidateMatchmakingRuleSetResult withValid(Boolean valid)
Response indicating whether or not the rule set is valid.
valid
- Response indicating whether or not the rule set is valid.public Boolean isValid()
Response indicating whether or not the rule set is valid.
public String toString()
toString
in class Object
Object.toString()
public ValidateMatchmakingRuleSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.