@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimeShiftConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for time-shifted viewing.
| Constructor and Description | 
|---|
| TimeShiftConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| TimeShiftConfiguration | clone() | 
| boolean | equals(Object obj) | 
| Integer | getMaxTimeDelaySeconds()
 The maximum time delay for time-shifted viewing. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setMaxTimeDelaySeconds(Integer maxTimeDelaySeconds)
 The maximum time delay for time-shifted viewing. | 
| String | toString()Returns a string representation of this object. | 
| TimeShiftConfiguration | withMaxTimeDelaySeconds(Integer maxTimeDelaySeconds)
 The maximum time delay for time-shifted viewing. | 
public void setMaxTimeDelaySeconds(Integer maxTimeDelaySeconds)
The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).
maxTimeDelaySeconds - The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and
        the maximum allowed maximum time delay is 21600 seconds (6 hours).public Integer getMaxTimeDelaySeconds()
The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).
public TimeShiftConfiguration withMaxTimeDelaySeconds(Integer maxTimeDelaySeconds)
The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).
maxTimeDelaySeconds - The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and
        the maximum allowed maximum time delay is 21600 seconds (6 hours).public String toString()
toString in class ObjectObject.toString()public TimeShiftConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.