Class GetMapGlyphsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.location.model.LocationRequest
-
- software.amazon.awssdk.services.location.model.GetMapGlyphsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetMapGlyphsRequest.Builder,GetMapGlyphsRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetMapGlyphsRequest extends LocationRequest implements ToCopyableBuilder<GetMapGlyphsRequest.Builder,GetMapGlyphsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetMapGlyphsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetMapGlyphsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfontStack()A comma-separated list of fonts to load glyphs from in order of preference.StringfontUnicodeRange()A Unicode range of characters to download glyphs for.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The optional API key to authorize the request.StringmapName()The map resource associated with the glyph file.List<SdkField<?>>sdkFields()static Class<? extends GetMapGlyphsRequest.Builder>serializableBuilderClass()GetMapGlyphsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
fontStack
public final String fontStack()
A comma-separated list of fonts to load glyphs from in order of preference. For example,
Noto Sans Regular, Arial Unicode.Valid font stacks for Esri styles:
-
VectorEsriDarkGrayCanvas –
Ubuntu Medium Italic|Ubuntu Medium|Ubuntu Italic|Ubuntu Regular|Ubuntu Bold -
VectorEsriLightGrayCanvas –
Ubuntu Italic|Ubuntu Regular|Ubuntu Light|Ubuntu Bold -
VectorEsriTopographic –
Noto Sans Italic|Noto Sans Regular|Noto Sans Bold|Noto Serif Regular|Roboto Condensed Light Italic -
VectorEsriStreets –
Arial Regular|Arial Italic|Arial Bold -
VectorEsriNavigation –
Arial Regular|Arial Italic|Arial Bold|Arial Unicode MS Bold|Arial Unicode MS Regular
Valid font stacks for HERE Technologies styles:
-
VectorHereContrast –
Fira GO Regular|Fira GO Bold -
VectorHereExplore, VectorHereExploreTruck, HybridHereExploreSatellite –
Fira GO Italic|Fira GO Map|Fira GO Map Bold|Noto Sans CJK JP Bold|Noto Sans CJK JP Light|Noto Sans CJK JP Regular
Valid font stacks for GrabMaps styles:
-
VectorGrabStandardLight, VectorGrabStandardDark –
Noto Sans Regular|Noto Sans Medium|Noto Sans Bold
Valid font stacks for Open Data styles:
-
VectorOpenDataStandardLight, VectorOpenDataStandardDark, VectorOpenDataVisualizationLight, VectorOpenDataVisualizationDark –
Amazon Ember Regular,Noto Sans Regular|Amazon Ember Bold,Noto Sans Bold|Amazon Ember Medium,Noto Sans Medium|Amazon Ember Regular Italic,Noto Sans Italic|Amazon Ember Condensed RC Regular,Noto Sans Regular|Amazon Ember Condensed RC Bold,Noto Sans Bold|Amazon Ember Regular,Noto Sans Regular,Noto Sans Arabic Regular|Amazon Ember Condensed RC Bold,Noto Sans Bold,Noto Sans Arabic Condensed Bold|Amazon Ember Bold,Noto Sans Bold,Noto Sans Arabic Bold|Amazon Ember Regular Italic,Noto Sans Italic,Noto Sans Arabic Regular|Amazon Ember Condensed RC Regular,Noto Sans Regular,Noto Sans Arabic Condensed Regular|Amazon Ember Medium,Noto Sans Medium,Noto Sans Arabic Medium
The fonts used by the Open Data map styles are combined fonts that use
Amazon Emberfor most glyphs butNoto Sansfor glyphs unsupported byAmazon Ember.- Returns:
- A comma-separated list of fonts to load glyphs from in order of preference. For example,
Noto Sans Regular, Arial Unicode.Valid font stacks for Esri styles:
-
VectorEsriDarkGrayCanvas –
Ubuntu Medium Italic|Ubuntu Medium|Ubuntu Italic|Ubuntu Regular|Ubuntu Bold -
VectorEsriLightGrayCanvas –
Ubuntu Italic|Ubuntu Regular|Ubuntu Light|Ubuntu Bold -
VectorEsriTopographic –
Noto Sans Italic|Noto Sans Regular|Noto Sans Bold|Noto Serif Regular|Roboto Condensed Light Italic -
VectorEsriStreets –
Arial Regular|Arial Italic|Arial Bold -
VectorEsriNavigation –
Arial Regular|Arial Italic|Arial Bold|Arial Unicode MS Bold|Arial Unicode MS Regular
Valid font stacks for HERE Technologies styles:
-
VectorHereContrast –
Fira GO Regular|Fira GO Bold -
VectorHereExplore, VectorHereExploreTruck, HybridHereExploreSatellite –
Fira GO Italic|Fira GO Map|Fira GO Map Bold|Noto Sans CJK JP Bold|Noto Sans CJK JP Light|Noto Sans CJK JP Regular
Valid font stacks for GrabMaps styles:
-
VectorGrabStandardLight, VectorGrabStandardDark –
Noto Sans Regular|Noto Sans Medium|Noto Sans Bold
Valid font stacks for Open Data styles:
-
VectorOpenDataStandardLight, VectorOpenDataStandardDark, VectorOpenDataVisualizationLight, VectorOpenDataVisualizationDark –
Amazon Ember Regular,Noto Sans Regular|Amazon Ember Bold,Noto Sans Bold|Amazon Ember Medium,Noto Sans Medium|Amazon Ember Regular Italic,Noto Sans Italic|Amazon Ember Condensed RC Regular,Noto Sans Regular|Amazon Ember Condensed RC Bold,Noto Sans Bold|Amazon Ember Regular,Noto Sans Regular,Noto Sans Arabic Regular|Amazon Ember Condensed RC Bold,Noto Sans Bold,Noto Sans Arabic Condensed Bold|Amazon Ember Bold,Noto Sans Bold,Noto Sans Arabic Bold|Amazon Ember Regular Italic,Noto Sans Italic,Noto Sans Arabic Regular|Amazon Ember Condensed RC Regular,Noto Sans Regular,Noto Sans Arabic Condensed Regular|Amazon Ember Medium,Noto Sans Medium,Noto Sans Arabic Medium
The fonts used by the Open Data map styles are combined fonts that use
Amazon Emberfor most glyphs butNoto Sansfor glyphs unsupported byAmazon Ember. -
-
-
fontUnicodeRange
public final String fontUnicodeRange()
A Unicode range of characters to download glyphs for. Each response will contain 256 characters. For example, 0–255 includes all characters from range
U+0000to00FF. Must be aligned to multiples of 256.- Returns:
- A Unicode range of characters to download glyphs for. Each response will contain 256 characters. For
example, 0–255 includes all characters from range
U+0000to00FF. Must be aligned to multiples of 256.
-
key
public final String key()
The optional API key to authorize the request.
- Returns:
- The optional API key to authorize the request.
-
mapName
public final String mapName()
The map resource associated with the glyph file.
- Returns:
- The map resource associated with the glyph file.
-
toBuilder
public GetMapGlyphsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetMapGlyphsRequest.Builder,GetMapGlyphsRequest>- Specified by:
toBuilderin classLocationRequest
-
builder
public static GetMapGlyphsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetMapGlyphsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-