@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public FrameCaptureSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.