@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMapGlyphsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetMapGlyphsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetMapGlyphsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFontStack()
A comma-separated list of fonts to load glyphs from in order of preference..
|
String |
getFontUnicodeRange()
A Unicode range of characters to download glyphs for.
|
String |
getMapName()
The map resource associated with the glyph file.
|
int |
hashCode() |
void |
setFontStack(String fontStack)
A comma-separated list of fonts to load glyphs from in order of preference..
|
void |
setFontUnicodeRange(String fontUnicodeRange)
A Unicode range of characters to download glyphs for.
|
void |
setMapName(String mapName)
The map resource associated with the glyph file.
|
String |
toString()
Returns a string representation of this object.
|
GetMapGlyphsRequest |
withFontStack(String fontStack)
A comma-separated list of fonts to load glyphs from in order of preference..
|
GetMapGlyphsRequest |
withFontUnicodeRange(String fontUnicodeRange)
A Unicode range of characters to download glyphs for.
|
GetMapGlyphsRequest |
withMapName(String mapName)
The map resource associated with the glyph file.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFontStack(String fontStack)
A comma-separated list of fonts to load glyphs from in order of preference.. For example,
Noto Sans, Arial Unicode.
fontStack - A comma-separated list of fonts to load glyphs from in order of preference.. For example,
Noto Sans, Arial Unicode.public String getFontStack()
A comma-separated list of fonts to load glyphs from in order of preference.. For example,
Noto Sans, Arial Unicode.
Noto Sans, Arial Unicode.public GetMapGlyphsRequest withFontStack(String fontStack)
A comma-separated list of fonts to load glyphs from in order of preference.. For example,
Noto Sans, Arial Unicode.
fontStack - A comma-separated list of fonts to load glyphs from in order of preference.. For example,
Noto Sans, Arial Unicode.public void setFontUnicodeRange(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+0000 to 00FF. Must be aligned to multiples
of 256.
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+0000 to 00FF. Must be
aligned to multiples of 256.public String getFontUnicodeRange()
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+0000 to 00FF. Must be aligned to multiples
of 256.
U+0000 to 00FF. Must be
aligned to multiples of 256.public GetMapGlyphsRequest withFontUnicodeRange(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+0000 to 00FF. Must be aligned to multiples
of 256.
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+0000 to 00FF. Must be
aligned to multiples of 256.public void setMapName(String mapName)
The map resource associated with the glyph file.
mapName - The map resource associated with the glyph file.public String getMapName()
The map resource associated with the glyph file.
public GetMapGlyphsRequest withMapName(String mapName)
The map resource associated with the glyph file.
mapName - The map resource associated with the glyph file.public String toString()
toString in class ObjectObject.toString()public GetMapGlyphsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.