@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFailoverConfig extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
UpdateFailoverConfig() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFailoverConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getRecoveryWindow()
Recovery window time to look for dash-7 packets
|
String |
getState() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRecoveryWindow(Integer recoveryWindow)
Recovery window time to look for dash-7 packets
|
void |
setState(String state) |
String |
toString()
Returns a string representation of this object.
|
UpdateFailoverConfig |
withRecoveryWindow(Integer recoveryWindow)
Recovery window time to look for dash-7 packets
|
UpdateFailoverConfig |
withState(State state) |
UpdateFailoverConfig |
withState(String state) |
public void setRecoveryWindow(Integer recoveryWindow)
recoveryWindow - Recovery window time to look for dash-7 packetspublic Integer getRecoveryWindow()
public UpdateFailoverConfig withRecoveryWindow(Integer recoveryWindow)
recoveryWindow - Recovery window time to look for dash-7 packetspublic UpdateFailoverConfig withState(String state)
state - Statepublic UpdateFailoverConfig withState(State state)
state - Statepublic String toString()
toString in class ObjectObject.toString()public UpdateFailoverConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.