@Generated(value="software.amazon.awssdk:codegen") public final class ValidateMatchmakingRuleSetResponse extends GameLiftResponse implements ToCopyableBuilder<ValidateMatchmakingRuleSetResponse.Builder,ValidateMatchmakingRuleSetResponse>
Represents the returned data in response to a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ValidateMatchmakingRuleSetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ValidateMatchmakingRuleSetResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ValidateMatchmakingRuleSetResponse.Builder> |
serializableBuilderClass() |
ValidateMatchmakingRuleSetResponse.Builder |
toBuilder() |
String |
toString() |
Boolean |
valid()
Response indicating whether or not the rule set is valid.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean valid()
Response indicating whether or not the rule set is valid.
public ValidateMatchmakingRuleSetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ValidateMatchmakingRuleSetResponse.Builder,ValidateMatchmakingRuleSetResponse>toBuilder in class AwsResponsepublic static ValidateMatchmakingRuleSetResponse.Builder builder()
public static Class<? extends ValidateMatchmakingRuleSetResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.