@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFleetLocationsRequest extends GameLiftRequest implements ToCopyableBuilder<DeleteFleetLocationsRequest.Builder,DeleteFleetLocationsRequest>
Represents the input for a request operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFleetLocationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFleetLocationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fleetId()
A unique identifier for the fleet to delete locations for.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLocations()
Returns true if the Locations property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<String> |
locations()
The list of fleet locations to delete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFleetLocationsRequest.Builder> |
serializableBuilderClass() |
DeleteFleetLocationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fleetId()
A unique identifier for the fleet to delete locations for. You can use either the fleet ID or ARN value.
public final boolean hasLocations()
public final List<String> locations()
The list of fleet locations to delete. Specify locations in the form of an AWS Region code, such as
us-west-2.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLocations() to see if a value was sent in this field.
us-west-2.public DeleteFleetLocationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteFleetLocationsRequest.Builder,DeleteFleetLocationsRequest>toBuilder in class GameLiftRequestpublic static DeleteFleetLocationsRequest.Builder builder()
public static Class<? extends DeleteFleetLocationsRequest.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.