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