@Generated(value="software.amazon.awssdk:codegen") public final class DeleteScalingPolicyRequest extends GameLiftRequest implements ToCopyableBuilder<DeleteScalingPolicyRequest.Builder,DeleteScalingPolicyRequest>
Represents the input for a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteScalingPolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteScalingPolicyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
fleetId()
Unique identifier for a fleet to be deleted.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Descriptive label that is associated with a scaling policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteScalingPolicyRequest.Builder> |
serializableBuilderClass() |
DeleteScalingPolicyRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
Descriptive label that is associated with a scaling policy. Policy names do not need to be unique.
public String fleetId()
Unique identifier for a fleet to be deleted.
public DeleteScalingPolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteScalingPolicyRequest.Builder,DeleteScalingPolicyRequest>toBuilder in class GameLiftRequestpublic static DeleteScalingPolicyRequest.Builder builder()
public static Class<? extends DeleteScalingPolicyRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.