@Generated(value="software.amazon.awssdk:codegen") public final class GetMapSpritesRequest extends LocationRequest implements ToCopyableBuilder<GetMapSpritesRequest.Builder,GetMapSpritesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMapSpritesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetMapSpritesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileName()
The name of the sprite file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mapName()
The map resource associated with the sprite file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMapSpritesRequest.Builder> |
serializableBuilderClass() |
GetMapSpritesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fileName()
The name of the sprite file. Use the following file names for the sprite sheet:
sprites.png
sprites@2x.png for high pixel density displays
For the JSON document contain image offsets. Use the following file names:
sprites.json
sprites@2x.json for high pixel density displays
sprites.png
sprites@2x.png for high pixel density displays
For the JSON document contain image offsets. Use the following file names:
sprites.json
sprites@2x.json for high pixel density displays
public final String mapName()
The map resource associated with the sprite file.
public GetMapSpritesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMapSpritesRequest.Builder,GetMapSpritesRequest>toBuilder in class LocationRequestpublic static GetMapSpritesRequest.Builder builder()
public static Class<? extends GetMapSpritesRequest.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.