@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInputDeviceThumbnailResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeInputDeviceThumbnailResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeInputDeviceThumbnailResult |
clone() |
boolean |
equals(Object obj) |
InputStream |
getBody()
The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
|
Long |
getContentLength()
The length of the content.
|
String |
getContentType()
Specifies the media type of the thumbnail.
|
String |
getETag()
The unique, cacheable version of this thumbnail.
|
Date |
getLastModified()
The date and time the thumbnail was last updated at the device.
|
int |
hashCode() |
void |
setBody(InputStream body)
The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
|
void |
setContentLength(Long contentLength)
The length of the content.
|
void |
setContentType(String contentType)
Specifies the media type of the thumbnail.
|
void |
setETag(String eTag)
The unique, cacheable version of this thumbnail.
|
void |
setLastModified(Date lastModified)
The date and time the thumbnail was last updated at the device.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInputDeviceThumbnailResult |
withBody(InputStream body)
The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
|
DescribeInputDeviceThumbnailResult |
withContentLength(Long contentLength)
The length of the content.
|
DescribeInputDeviceThumbnailResult |
withContentType(ContentType contentType)
Specifies the media type of the thumbnail.
|
DescribeInputDeviceThumbnailResult |
withContentType(String contentType)
Specifies the media type of the thumbnail.
|
DescribeInputDeviceThumbnailResult |
withETag(String eTag)
The unique, cacheable version of this thumbnail.
|
DescribeInputDeviceThumbnailResult |
withLastModified(Date lastModified)
The date and time the thumbnail was last updated at the device.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBody(InputStream body)
body - The binary data for the thumbnail that the Link device has most recently sent to MediaLive.public InputStream getBody()
public DescribeInputDeviceThumbnailResult withBody(InputStream body)
body - The binary data for the thumbnail that the Link device has most recently sent to MediaLive.public void setContentType(String contentType)
contentType - Specifies the media type of the thumbnail.ContentTypepublic String getContentType()
ContentTypepublic DescribeInputDeviceThumbnailResult withContentType(String contentType)
contentType - Specifies the media type of the thumbnail.ContentTypepublic DescribeInputDeviceThumbnailResult withContentType(ContentType contentType)
contentType - Specifies the media type of the thumbnail.ContentTypepublic void setContentLength(Long contentLength)
contentLength - The length of the content.public Long getContentLength()
public DescribeInputDeviceThumbnailResult withContentLength(Long contentLength)
contentLength - The length of the content.public void setETag(String eTag)
eTag - The unique, cacheable version of this thumbnail.public String getETag()
public DescribeInputDeviceThumbnailResult withETag(String eTag)
eTag - The unique, cacheable version of this thumbnail.public void setLastModified(Date lastModified)
lastModified - The date and time the thumbnail was last updated at the device.public Date getLastModified()
public DescribeInputDeviceThumbnailResult withLastModified(Date lastModified)
lastModified - The date and time the thumbnail was last updated at the device.public String toString()
toString in class ObjectObject.toString()public DescribeInputDeviceThumbnailResult clone()