@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMapSpritesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMapSpritesRequest() |
Modifier and Type | Method and Description |
---|---|
GetMapSpritesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFileName()
The name of the sprite file.
|
String |
getMapName()
The map resource associated with the sprite file.
|
int |
hashCode() |
void |
setFileName(String fileName)
The name of the sprite file.
|
void |
setMapName(String mapName)
The map resource associated with the sprite file.
|
String |
toString()
Returns a string representation of this object.
|
GetMapSpritesRequest |
withFileName(String fileName)
The name of the sprite file.
|
GetMapSpritesRequest |
withMapName(String mapName)
The map resource associated with the sprite file.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setFileName(String fileName)
The name of the sprite file. Use the following file names for the sprite sheet:
sprites.png
[email protected]
for high pixel density displays
For the JSON document contain image offsets. Use the following file names:
sprites.json
[email protected]
for high pixel density displays
fileName
- The name of the sprite file. Use the following file names for the sprite sheet:
sprites.png
[email protected]
for high pixel density displays
For the JSON document contain image offsets. Use the following file names:
sprites.json
[email protected]
for high pixel density displays
public String getFileName()
The name of the sprite file. Use the following file names for the sprite sheet:
sprites.png
[email protected]
for high pixel density displays
For the JSON document contain image offsets. Use the following file names:
sprites.json
[email protected]
for high pixel density displays
sprites.png
[email protected]
for high pixel density displays
For the JSON document contain image offsets. Use the following file names:
sprites.json
[email protected]
for high pixel density displays
public GetMapSpritesRequest withFileName(String fileName)
The name of the sprite file. Use the following file names for the sprite sheet:
sprites.png
[email protected]
for high pixel density displays
For the JSON document contain image offsets. Use the following file names:
sprites.json
[email protected]
for high pixel density displays
fileName
- The name of the sprite file. Use the following file names for the sprite sheet:
sprites.png
[email protected]
for high pixel density displays
For the JSON document contain image offsets. Use the following file names:
sprites.json
[email protected]
for high pixel density displays
public void setMapName(String mapName)
The map resource associated with the sprite file.
mapName
- The map resource associated with the sprite file.public String getMapName()
The map resource associated with the sprite file.
public GetMapSpritesRequest withMapName(String mapName)
The map resource associated with the sprite file.
mapName
- The map resource associated with the sprite file.public String toString()
toString
in class Object
Object.toString()
public GetMapSpritesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()