@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MotionImageInsertionOffset extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MotionImageInsertionOffset() |
Modifier and Type | Method and Description |
---|---|
MotionImageInsertionOffset |
clone() |
boolean |
equals(Object obj) |
Integer |
getImageX()
Set the distance, in pixels, between the overlay and the left edge of the video frame.
|
Integer |
getImageY()
Set the distance, in pixels, between the overlay and the top edge of the video frame.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setImageX(Integer imageX)
Set the distance, in pixels, between the overlay and the left edge of the video frame.
|
void |
setImageY(Integer imageY)
Set the distance, in pixels, between the overlay and the top edge of the video frame.
|
String |
toString()
Returns a string representation of this object.
|
MotionImageInsertionOffset |
withImageX(Integer imageX)
Set the distance, in pixels, between the overlay and the left edge of the video frame.
|
MotionImageInsertionOffset |
withImageY(Integer imageY)
Set the distance, in pixels, between the overlay and the top edge of the video frame.
|
public void setImageX(Integer imageX)
imageX
- Set the distance, in pixels, between the overlay and the left edge of the video frame.public Integer getImageX()
public MotionImageInsertionOffset withImageX(Integer imageX)
imageX
- Set the distance, in pixels, between the overlay and the left edge of the video frame.public void setImageY(Integer imageY)
imageY
- Set the distance, in pixels, between the overlay and the top edge of the video frame.public Integer getImageY()
public MotionImageInsertionOffset withImageY(Integer imageY)
imageY
- Set the distance, in pixels, between the overlay and the top edge of the video frame.public String toString()
toString
in class Object
Object.toString()
public MotionImageInsertionOffset clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.