Class LocationModel
- java.lang.Object
-
- software.amazon.awssdk.services.gamelift.model.LocationModel
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LocationModel.Builder,LocationModel>
@Generated("software.amazon.awssdk:codegen") public final class LocationModel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LocationModel.Builder,LocationModel>
Properties of a location
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLocationModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocationModel.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlocationArn()The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift location resource and uniquely identifies it.StringlocationName()The location's name.List<SdkField<?>>sdkFields()static Class<? extends LocationModel.Builder>serializableBuilderClass()LocationModel.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
locationName
public final String locationName()
The location's name.
- Returns:
- The location's name.
-
locationArn
public final String locationArn()
The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift location resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.- Returns:
- The Amazon Resource Name (ARN) that is assigned to a
Amazon GameLift location resource and uniquely identifies it. ARNs are unique across all Regions. Format
is
arn:aws:gamelift:<region>::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
-
toBuilder
public LocationModel.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LocationModel.Builder,LocationModel>
-
builder
public static LocationModel.Builder builder()
-
serializableBuilderClass
public static Class<? extends LocationModel.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-