Class GetSpritesResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.geomaps.model.GeoMapsResponse
-
- software.amazon.awssdk.services.geomaps.model.GetSpritesResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetSpritesResponse.Builder,GetSpritesResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetSpritesResponse extends GeoMapsResponse implements ToCopyableBuilder<GetSpritesResponse.Builder,GetSpritesResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetSpritesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkBytesblob()The body of the sprite sheet or JSON offset file (image/png or application/json, depending on input).static GetSpritesResponse.Builderbuilder()StringcacheControl()Header that instructs caching configuration for the client.StringcontentType()Header that represents the format of the response.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeTag()The sprite's Etag.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetSpritesResponse.Builder>serializableBuilderClass()GetSpritesResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.geomaps.model.GeoMapsResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
blob
public final SdkBytes blob()
The body of the sprite sheet or JSON offset file (image/png or application/json, depending on input).
- Returns:
- The body of the sprite sheet or JSON offset file (image/png or application/json, depending on input).
-
contentType
public final String contentType()
Header that represents the format of the response. The response returns the following as the HTTP body.
- Returns:
- Header that represents the format of the response. The response returns the following as the HTTP body.
-
cacheControl
public final String cacheControl()
Header that instructs caching configuration for the client.
- Returns:
- Header that instructs caching configuration for the client.
-
eTag
public final String eTag()
The sprite's Etag.
- Returns:
- The sprite's Etag.
-
toBuilder
public GetSpritesResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSpritesResponse.Builder,GetSpritesResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetSpritesResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetSpritesResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-