@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)
Marshalls this structured data using the given
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 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.