@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 image overlay layer to deactivate, 0 to 7.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFadeOut(Integer fadeOut)
The time in milliseconds for the image to fade out.
|
void |
setLayer(Integer layer)
The image overlay layer to deactivate, 0 to 7.
|
String |
toString()
Returns a string representation of this object.
|
StaticImageDeactivateScheduleActionSettings |
withFadeOut(Integer fadeOut)
The time in milliseconds for the image to fade out.
|
StaticImageDeactivateScheduleActionSettings |
withLayer(Integer layer)
The image overlay layer to deactivate, 0 to 7.
|
public StaticImageDeactivateScheduleActionSettings()
public void setFadeOut(Integer fadeOut)
fadeOut - The time in milliseconds for the image to fade out. Default is 0 (no fade-out).public Integer getFadeOut()
public StaticImageDeactivateScheduleActionSettings withFadeOut(Integer fadeOut)
fadeOut - The time in milliseconds for the image to fade out. Default is 0 (no fade-out).public void setLayer(Integer layer)
layer - The image overlay layer to deactivate, 0 to 7. Default is 0.public Integer getLayer()
public StaticImageDeactivateScheduleActionSettings withLayer(Integer layer)
layer - The image overlay layer to deactivate, 0 to 7. Default is 0.public String toString()
toString in class ObjectObject.toString()public StaticImageDeactivateScheduleActionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.