@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()
Specify the images that you want to overlay on your video.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInsertableImages(Collection<InsertableImage> insertableImages)
Specify the images that you want to overlay on your video.
|
String |
toString()
Returns a string representation of this object.
|
ImageInserter |
withInsertableImages(Collection<InsertableImage> insertableImages)
Specify the images that you want to overlay on your video.
|
ImageInserter |
withInsertableImages(InsertableImage... insertableImages)
Specify the images that you want to overlay on your video.
|
public List<InsertableImage> getInsertableImages()
public void setInsertableImages(Collection<InsertableImage> insertableImages)
insertableImages - Specify the images that you want to overlay on your video. The images must be PNG or TGA files.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 - Specify the images that you want to overlay on your video. The images must be PNG or TGA files.public ImageInserter withInsertableImages(Collection<InsertableImage> insertableImages)
insertableImages - Specify the images that you want to overlay on your video. The images must be PNG or TGA files.public String toString()
toString in class ObjectObject.toString()public ImageInserter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.