@Generated(value="software.amazon.awssdk:codegen") public final class DeleteMatchmakingRuleSetRequest extends GameLiftRequest implements ToCopyableBuilder<DeleteMatchmakingRuleSetRequest.Builder,DeleteMatchmakingRuleSetRequest>
Represents the input for a request operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteMatchmakingRuleSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteMatchmakingRuleSetRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A unique identifier for a matchmaking rule set to be deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteMatchmakingRuleSetRequest.Builder> |
serializableBuilderClass() |
DeleteMatchmakingRuleSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
A unique identifier for a matchmaking rule set to be deleted. (Note: The rule set name is different from the optional "name" field in the rule set body.) You can use either the rule set name or ARN value.
public DeleteMatchmakingRuleSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteMatchmakingRuleSetRequest.Builder,DeleteMatchmakingRuleSetRequest>toBuilder in class GameLiftRequestpublic static DeleteMatchmakingRuleSetRequest.Builder builder()
public static Class<? extends DeleteMatchmakingRuleSetRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.