@Generated(value="software.amazon.awssdk:codegen") public final class DescribeInputDeviceThumbnailResponse extends MediaLiveResponse implements ToCopyableBuilder<DescribeInputDeviceThumbnailResponse.Builder,DescribeInputDeviceThumbnailResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeInputDeviceThumbnailResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeInputDeviceThumbnailResponse.Builder |
builder() |
Long |
contentLength()
The length of the content.
|
ContentType |
contentType()
Specifies the media type of the thumbnail.
|
String |
contentTypeAsString()
Specifies the media type of the thumbnail.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eTag()
The unique, cacheable version of this thumbnail.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModified()
The date and time the thumbnail was last updated at the device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeInputDeviceThumbnailResponse.Builder> |
serializableBuilderClass() |
DescribeInputDeviceThumbnailResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ContentType contentType()
If the service returns an enum value that is not available in the current SDK version, contentType will
return ContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
contentTypeAsString().
ContentTypepublic final String contentTypeAsString()
If the service returns an enum value that is not available in the current SDK version, contentType will
return ContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
contentTypeAsString().
ContentTypepublic final Long contentLength()
public final String eTag()
public final Instant lastModified()
public DescribeInputDeviceThumbnailResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeInputDeviceThumbnailResponse.Builder,DescribeInputDeviceThumbnailResponse>toBuilder in class AwsResponsepublic static DescribeInputDeviceThumbnailResponse.Builder builder()
public static Class<? extends DescribeInputDeviceThumbnailResponse.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.