Class MotionImageInsertionOffset
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.MotionImageInsertionOffset
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MotionImageInsertionOffset.Builder,MotionImageInsertionOffset>
@Generated("software.amazon.awssdk:codegen") public final class MotionImageInsertionOffset extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MotionImageInsertionOffset.Builder,MotionImageInsertionOffset>
Specify the offset between the upper-left corner of the video frame and the top left corner of the overlay.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMotionImageInsertionOffset.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MotionImageInsertionOffset.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerimageX()Set the distance, in pixels, between the overlay and the left edge of the video frame.IntegerimageY()Set the distance, in pixels, between the overlay and the top edge of the video frame.List<SdkField<?>>sdkFields()static Class<? extends MotionImageInsertionOffset.Builder>serializableBuilderClass()MotionImageInsertionOffset.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
imageX
public final Integer imageX()
Set the distance, in pixels, between the overlay and the left edge of the video frame.- Returns:
- Set the distance, in pixels, between the overlay and the left edge of the video frame.
-
imageY
public final Integer imageY()
Set the distance, in pixels, between the overlay and the top edge of the video frame.- Returns:
- Set the distance, in pixels, between the overlay and the top edge of the video frame.
-
toBuilder
public MotionImageInsertionOffset.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MotionImageInsertionOffset.Builder,MotionImageInsertionOffset>
-
builder
public static MotionImageInsertionOffset.Builder builder()
-
serializableBuilderClass
public static Class<? extends MotionImageInsertionOffset.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-