@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FrameCaptureSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
FrameCaptureSettings() |
| Modifier and Type | Method and Description |
|---|---|
FrameCaptureSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getCaptureInterval()
The frequency, in seconds, for capturing frames for inclusion in the output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCaptureInterval(Integer captureInterval)
The frequency, in seconds, for capturing frames for inclusion in the output.
|
String |
toString()
Returns a string representation of this object.
|
FrameCaptureSettings |
withCaptureInterval(Integer captureInterval)
The frequency, in seconds, for capturing frames for inclusion in the output.
|
public void setCaptureInterval(Integer captureInterval)
captureInterval - The frequency, in seconds, for capturing frames for inclusion in the output. For example, "10" means
capture a frame every 10 seconds.public Integer getCaptureInterval()
public FrameCaptureSettings withCaptureInterval(Integer captureInterval)
captureInterval - The frequency, in seconds, for capturing frames for inclusion in the output. For example, "10" means
capture a frame every 10 seconds.public String toString()
toString in class ObjectObject.toString()public FrameCaptureSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.