@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageInserter extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ImageInserter() |
| Modifier and Type | Method and Description |
|---|---|
ImageInserter |
clone() |
boolean |
equals(Object obj) |
List<InsertableImage> |
getInsertableImages()
Image to insert.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInsertableImages(Collection<InsertableImage> insertableImages)
Image to insert.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ImageInserter |
withInsertableImages(Collection<InsertableImage> insertableImages)
Image to insert.
|
ImageInserter |
withInsertableImages(InsertableImage... insertableImages)
Image to insert.
|
public List<InsertableImage> getInsertableImages()
public void setInsertableImages(Collection<InsertableImage> insertableImages)
insertableImages - Image to insert. Must be 32 bit windows BMP, PNG, or TGA file. Must not be larger than the output frames.public ImageInserter withInsertableImages(InsertableImage... insertableImages)
NOTE: This method appends the values to the existing list (if any). Use
setInsertableImages(java.util.Collection) or withInsertableImages(java.util.Collection) if you
want to override the existing values.
insertableImages - Image to insert. Must be 32 bit windows BMP, PNG, or TGA file. Must not be larger than the output frames.public ImageInserter withInsertableImages(Collection<InsertableImage> insertableImages)
insertableImages - Image to insert. Must be 32 bit windows BMP, PNG, or TGA file. Must not be larger than the output frames.public String toString()
toString in class ObjectObject.toString()public ImageInserter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.