@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 |
getKey()
The optional API key
to authorize the request.
|
String |
getMapName()
The map resource associated with the sprite file.
|
int |
hashCode() |
void |
setFileName(String fileName)
The name of the sprite file.
|
void |
setKey(String key)
The optional API key
to authorize the request.
|
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 |
withKey(String key)
The optional API key
to authorize the request.
|
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 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 void setFileName(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 containing image offsets. Use the following file names:
sprites.json
sprites@2x.json
for high pixel density displays
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 containing image offsets. Use the following file names:
sprites.json
sprites@2x.json
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
sprites@2x.png
for high pixel density displays
For the JSON document containing 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 containing image offsets. Use the following file names:
sprites.json
sprites@2x.json
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
sprites@2x.png
for high pixel density displays
For the JSON document containing image offsets. Use the following file names:
sprites.json
sprites@2x.json
for high pixel density displays
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 containing image offsets. Use the following file names:
sprites.json
sprites@2x.json
for high pixel density displays
public void setKey(String key)
The optional API key to authorize the request.
key
- The optional API
key to authorize the request.public String getKey()
The optional API key to authorize the request.
public GetMapSpritesRequest withKey(String key)
The optional API key to authorize the request.
key
- The optional API
key to authorize the request.public String toString()
toString
in class Object
Object.toString()
public GetMapSpritesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()