Class DescribeInputDeviceThumbnailResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.medialive.model.MediaLiveResponse
-
- software.amazon.awssdk.services.medialive.model.DescribeInputDeviceThumbnailResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeInputDeviceThumbnailResponse.Builder,DescribeInputDeviceThumbnailResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeInputDeviceThumbnailResponse extends MediaLiveResponse implements ToCopyableBuilder<DescribeInputDeviceThumbnailResponse.Builder,DescribeInputDeviceThumbnailResponse>
Placeholder documentation for DescribeInputDeviceThumbnailResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeInputDeviceThumbnailResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeInputDeviceThumbnailResponse.Builderbuilder()LongcontentLength()The length of the content.ContentTypecontentType()Specifies the media type of the thumbnail.StringcontentTypeAsString()Specifies the media type of the thumbnail.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeTag()The unique, cacheable version of this thumbnail.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModified()The date and time the thumbnail was last updated at the device.List<SdkField<?>>sdkFields()static Class<? extends DescribeInputDeviceThumbnailResponse.Builder>serializableBuilderClass()DescribeInputDeviceThumbnailResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.medialive.model.MediaLiveResponse
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
-
contentType
public final ContentType contentType()
Specifies the media type of the thumbnail.If the service returns an enum value that is not available in the current SDK version,
contentTypewill returnContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentTypeAsString().- Returns:
- Specifies the media type of the thumbnail.
- See Also:
ContentType
-
contentTypeAsString
public final String contentTypeAsString()
Specifies the media type of the thumbnail.If the service returns an enum value that is not available in the current SDK version,
contentTypewill returnContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentTypeAsString().- Returns:
- Specifies the media type of the thumbnail.
- See Also:
ContentType
-
contentLength
public final Long contentLength()
The length of the content.- Returns:
- The length of the content.
-
eTag
public final String eTag()
The unique, cacheable version of this thumbnail.- Returns:
- The unique, cacheable version of this thumbnail.
-
lastModified
public final Instant lastModified()
The date and time the thumbnail was last updated at the device.- Returns:
- The date and time the thumbnail was last updated at the device.
-
toBuilder
public DescribeInputDeviceThumbnailResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeInputDeviceThumbnailResponse.Builder,DescribeInputDeviceThumbnailResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeInputDeviceThumbnailResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeInputDeviceThumbnailResponse.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
-
-