@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetImageFrameResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetImageFrameResult() |
Modifier and Type | Method and Description |
---|---|
GetImageFrameResult |
clone() |
boolean |
equals(Object obj) |
String |
getContentType()
The format in which the image frame information is returned to the customer.
|
InputStream |
getImageFrameBlob()
The blob containing the aggregated image frame information.
|
int |
hashCode() |
void |
setContentType(String contentType)
The format in which the image frame information is returned to the customer.
|
void |
setImageFrameBlob(InputStream imageFrameBlob)
The blob containing the aggregated image frame information.
|
String |
toString()
Returns a string representation of this object.
|
GetImageFrameResult |
withContentType(String contentType)
The format in which the image frame information is returned to the customer.
|
GetImageFrameResult |
withImageFrameBlob(InputStream imageFrameBlob)
The blob containing the aggregated image frame information.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setImageFrameBlob(InputStream imageFrameBlob)
The blob containing the aggregated image frame information.
imageFrameBlob
- The blob containing the aggregated image frame information.public InputStream getImageFrameBlob()
The blob containing the aggregated image frame information.
public GetImageFrameResult withImageFrameBlob(InputStream imageFrameBlob)
The blob containing the aggregated image frame information.
imageFrameBlob
- The blob containing the aggregated image frame information.public void setContentType(String contentType)
The format in which the image frame information is returned to the customer. Default is
application/octet-stream
.
contentType
- The format in which the image frame information is returned to the customer. Default is
application/octet-stream
.public String getContentType()
The format in which the image frame information is returned to the customer. Default is
application/octet-stream
.
application/octet-stream
.public GetImageFrameResult withContentType(String contentType)
The format in which the image frame information is returned to the customer. Default is
application/octet-stream
.
contentType
- The format in which the image frame information is returned to the customer. Default is
application/octet-stream
.public String toString()
toString
in class Object
Object.toString()
public GetImageFrameResult clone()