Class GetMapTileRequest
- 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.GetMapTileRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetMapTileRequest.Builder,GetMapTileRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetMapTileRequest extends LocationRequest implements ToCopyableBuilder<GetMapTileRequest.Builder,GetMapTileRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetMapTileRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetMapTileRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The optional API key to authorize the request.StringmapName()The map resource to retrieve the map tiles from.List<SdkField<?>>sdkFields()static Class<? extends GetMapTileRequest.Builder>serializableBuilderClass()GetMapTileRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringx()The X axis value for the map tile.Stringy()The Y axis value for the map tile.Stringz()The zoom value for the map tile.-
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
-
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 to retrieve the map tiles from.
- Returns:
- The map resource to retrieve the map tiles from.
-
x
public final String x()
The X axis value for the map tile.
- Returns:
- The X axis value for the map tile.
-
y
public final String y()
The Y axis value for the map tile.
- Returns:
- The Y axis value for the map tile.
-
z
public final String z()
The zoom value for the map tile.
- Returns:
- The zoom value for the map tile.
-
toBuilder
public GetMapTileRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetMapTileRequest.Builder,GetMapTileRequest>- Specified by:
toBuilderin classLocationRequest
-
builder
public static GetMapTileRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetMapTileRequest.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
-
-