@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StaticImageDeactivateScheduleActionSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
StaticImageDeactivateScheduleActionSettings() |
| Modifier and Type | Method and Description |
|---|---|
StaticImageDeactivateScheduleActionSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getFadeOut()
The time in milliseconds for the image to fade out.
|
Integer |
getLayer()
The Z order of the inserted image.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFadeOut(Integer fadeOut)
The time in milliseconds for the image to fade out.
|
void |
setLayer(Integer layer)
The Z order of the inserted image.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StaticImageDeactivateScheduleActionSettings |
withFadeOut(Integer fadeOut)
The time in milliseconds for the image to fade out.
|
StaticImageDeactivateScheduleActionSettings |
withLayer(Integer layer)
The Z order of the inserted image.
|
public StaticImageDeactivateScheduleActionSettings()
public void setFadeOut(Integer fadeOut)
fadeOut - The time in milliseconds for the image to fade out. Defaults to 0.public Integer getFadeOut()
public StaticImageDeactivateScheduleActionSettings withFadeOut(Integer fadeOut)
fadeOut - The time in milliseconds for the image to fade out. Defaults to 0.public void setLayer(Integer layer)
layer - The Z order of the inserted image. Images with higher layer values will be inserted on top of images with
lower layer values. Permitted values are 0-7 inclusive. Defaults to 0.public Integer getLayer()
public StaticImageDeactivateScheduleActionSettings withLayer(Integer layer)
layer - The Z order of the inserted image. Images with higher layer values will be inserted on top of images with
lower layer values. Permitted values are 0-7 inclusive. Defaults to 0.public String toString()
toString in class ObjectObject.toString()public StaticImageDeactivateScheduleActionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.