@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMapTileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMapTileRequest() |
Modifier and Type | Method and Description |
---|---|
GetMapTileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMapName()
The map resource to retrieve the map tiles from.
|
String |
getX()
The X axis value for the map tile.
|
String |
getY()
The Y axis value for the map tile.
|
String |
getZ()
The zoom value for the map tile.
|
int |
hashCode() |
void |
setMapName(String mapName)
The map resource to retrieve the map tiles from.
|
void |
setX(String x)
The X axis value for the map tile.
|
void |
setY(String y)
The Y axis value for the map tile.
|
void |
setZ(String z)
The zoom value for the map tile.
|
String |
toString()
Returns a string representation of this object.
|
GetMapTileRequest |
withMapName(String mapName)
The map resource to retrieve the map tiles from.
|
GetMapTileRequest |
withX(String x)
The X axis value for the map tile.
|
GetMapTileRequest |
withY(String y)
The Y axis value for the map tile.
|
GetMapTileRequest |
withZ(String z)
The zoom value for the map tile.
|
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 to retrieve the map tiles from.
mapName
- The map resource to retrieve the map tiles from.public String getMapName()
The map resource to retrieve the map tiles from.
public GetMapTileRequest withMapName(String mapName)
The map resource to retrieve the map tiles from.
mapName
- The map resource to retrieve the map tiles from.public void setX(String x)
The X axis value for the map tile.
x
- The X axis value for the map tile.public String getX()
The X axis value for the map tile.
public GetMapTileRequest withX(String x)
The X axis value for the map tile.
x
- The X axis value for the map tile.public void setY(String y)
The Y axis value for the map tile.
y
- The Y axis value for the map tile.public String getY()
The Y axis value for the map tile.
public GetMapTileRequest withY(String y)
The Y axis value for the map tile.
y
- The Y axis value for the map tile.public void setZ(String z)
The zoom value for the map tile.
z
- The zoom value for the map tile.public String getZ()
The zoom value for the map tile.
public GetMapTileRequest withZ(String z)
The zoom value for the map tile.
z
- The zoom value for the map tile.public String toString()
toString
in class Object
Object.toString()
public GetMapTileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()