@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
- State
public UpdateFailoverConfig withState(State state)
state
- State
public String toString()
toString
in class Object
Object.toString()
public UpdateFailoverConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.