@Generated(value="software.amazon.awssdk:codegen") public final class DeleteScalingPolicyRequest extends GameLiftRequest implements ToCopyableBuilder<DeleteScalingPolicyRequest.Builder,DeleteScalingPolicyRequest>
Represents the input for a request operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteScalingPolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteScalingPolicyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fleetId()
A unique identifier for a fleet to be deleted.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A descriptive label that is associated with a scaling policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteScalingPolicyRequest.Builder> |
serializableBuilderClass() |
DeleteScalingPolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
A descriptive label that is associated with a scaling policy. Policy names do not need to be unique.
public final String fleetId()
A unique identifier for a fleet to be deleted. You can use either the fleet ID or ARN value.
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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.