@Generated(value="software.amazon.awssdk:codegen") public final class Thumbnail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Thumbnail.Builder,Thumbnail>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Thumbnail.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
body()
The binary data for the latest thumbnail.
|
static Thumbnail.Builder |
builder() |
String |
contentType()
The content type for the latest thumbnail.
|
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 Thumbnail.Builder> |
serializableBuilderClass() |
ThumbnailType |
thumbnailType()
Thumbnail Type
|
String |
thumbnailTypeAsString()
Thumbnail Type
|
Instant |
timeStamp()
Time stamp for the latest thumbnail.
|
Thumbnail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String body()
public final String contentType()
public final ThumbnailType thumbnailType()
If the service returns an enum value that is not available in the current SDK version, thumbnailType
will return ThumbnailType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
thumbnailTypeAsString().
ThumbnailTypepublic final String thumbnailTypeAsString()
If the service returns an enum value that is not available in the current SDK version, thumbnailType
will return ThumbnailType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
thumbnailTypeAsString().
ThumbnailTypepublic final Instant timeStamp()
public Thumbnail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Thumbnail.Builder,Thumbnail>public static Thumbnail.Builder builder()
public static Class<? extends Thumbnail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.