@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 at which to capture frames for inclusion in the output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCaptureInterval(Integer captureInterval)
The frequency at which to capture frames for inclusion in the output.
|
String |
toString()
Returns a string representation of this object.
|
FrameCaptureSettings |
withCaptureInterval(Integer captureInterval)
The frequency at which to capture frames for inclusion in the output.
|
public void setCaptureInterval(Integer captureInterval)
captureInterval - The frequency at which to capture frames for inclusion in the output. May be specified in either seconds
or milliseconds, as specified by captureIntervalUnits.public Integer getCaptureInterval()
public FrameCaptureSettings withCaptureInterval(Integer captureInterval)
captureInterval - The frequency at which to capture frames for inclusion in the output. May be specified in either seconds
or milliseconds, as specified by captureIntervalUnits.public String toString()
toString in class ObjectObject.toString()public FrameCaptureSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.