@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailoverConditionSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
FailoverConditionSettings() |
| Modifier and Type | Method and Description |
|---|---|
FailoverConditionSettings |
clone() |
boolean |
equals(Object obj) |
InputLossFailoverSettings |
getInputLossSettings()
MediaLive will perform a failover if content is not detected in this input for the specified period.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInputLossSettings(InputLossFailoverSettings inputLossSettings)
MediaLive will perform a failover if content is not detected in this input for the specified period.
|
String |
toString()
Returns a string representation of this object.
|
FailoverConditionSettings |
withInputLossSettings(InputLossFailoverSettings inputLossSettings)
MediaLive will perform a failover if content is not detected in this input for the specified period.
|
public void setInputLossSettings(InputLossFailoverSettings inputLossSettings)
inputLossSettings - MediaLive will perform a failover if content is not detected in this input for the specified period.public InputLossFailoverSettings getInputLossSettings()
public FailoverConditionSettings withInputLossSettings(InputLossFailoverSettings inputLossSettings)
inputLossSettings - MediaLive will perform a failover if content is not detected in this input for the specified period.public String toString()
toString in class ObjectObject.toString()public FailoverConditionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.