@Generated(value="software.amazon.awssdk:codegen") public final class GetMapSpritesResponse extends LocationResponse implements ToCopyableBuilder<GetMapSpritesResponse.Builder,GetMapSpritesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMapSpritesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
SdkBytes |
blob()
Contains the body of the sprite sheet or JSON offset file.
|
static GetMapSpritesResponse.Builder |
builder() |
String |
contentType()
The content type of the sprite sheet and offsets.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMapSpritesResponse.Builder> |
serializableBuilderClass() |
GetMapSpritesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SdkBytes blob()
Contains the body of the sprite sheet or JSON offset file.
public final String contentType()
The content type of the sprite sheet and offsets. For example, the sprite sheet content type is
image/png, and the sprite offset JSON document is application/json.
image/png, and the sprite offset JSON document is application/json.public GetMapSpritesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMapSpritesResponse.Builder,GetMapSpritesResponse>toBuilder in class AwsResponsepublic static GetMapSpritesResponse.Builder builder()
public static Class<? extends GetMapSpritesResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.