@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageFrameInformation extends Object implements Serializable, Cloneable, StructuredPojo
Information about the image frame (pixel data) identifier.
| Constructor and Description |
|---|
ImageFrameInformation() |
| Modifier and Type | Method and Description |
|---|---|
ImageFrameInformation |
clone() |
boolean |
equals(Object obj) |
String |
getImageFrameId()
The image frame (pixel data) identifier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setImageFrameId(String imageFrameId)
The image frame (pixel data) identifier.
|
String |
toString()
Returns a string representation of this object.
|
ImageFrameInformation |
withImageFrameId(String imageFrameId)
The image frame (pixel data) identifier.
|
public void setImageFrameId(String imageFrameId)
The image frame (pixel data) identifier.
imageFrameId - The image frame (pixel data) identifier.public String getImageFrameId()
The image frame (pixel data) identifier.
public ImageFrameInformation withImageFrameId(String imageFrameId)
The image frame (pixel data) identifier.
imageFrameId - The image frame (pixel data) identifier.public String toString()
toString in class ObjectObject.toString()public ImageFrameInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.