@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputLossFailoverSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
InputLossFailoverSettings() |
Modifier and Type | Method and Description |
---|---|
InputLossFailoverSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getInputLossThresholdMsec()
The amount of time (in milliseconds) that no input is detected.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputLossThresholdMsec(Integer inputLossThresholdMsec)
The amount of time (in milliseconds) that no input is detected.
|
String |
toString()
Returns a string representation of this object.
|
InputLossFailoverSettings |
withInputLossThresholdMsec(Integer inputLossThresholdMsec)
The amount of time (in milliseconds) that no input is detected.
|
public void setInputLossThresholdMsec(Integer inputLossThresholdMsec)
inputLossThresholdMsec
- The amount of time (in milliseconds) that no input is detected. After that time, an input failover will
occur.public Integer getInputLossThresholdMsec()
public InputLossFailoverSettings withInputLossThresholdMsec(Integer inputLossThresholdMsec)
inputLossThresholdMsec
- The amount of time (in milliseconds) that no input is detected. After that time, an input failover will
occur.public String toString()
toString
in class Object
Object.toString()
public InputLossFailoverSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.