@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutomaticInputFailoverSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AutomaticInputFailoverSettings() |
| Modifier and Type | Method and Description |
|---|---|
AutomaticInputFailoverSettings |
clone() |
boolean |
equals(Object obj) |
String |
getInputPreference()
Input preference when deciding which input to make active when a previously failed input has recovered.
|
String |
getSecondaryInputId()
The input ID of the secondary input in the automatic input failover pair.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInputPreference(String inputPreference)
Input preference when deciding which input to make active when a previously failed input has recovered.
|
void |
setSecondaryInputId(String secondaryInputId)
The input ID of the secondary input in the automatic input failover pair.
|
String |
toString()
Returns a string representation of this object.
|
AutomaticInputFailoverSettings |
withInputPreference(InputPreference inputPreference)
Input preference when deciding which input to make active when a previously failed input has recovered.
|
AutomaticInputFailoverSettings |
withInputPreference(String inputPreference)
Input preference when deciding which input to make active when a previously failed input has recovered.
|
AutomaticInputFailoverSettings |
withSecondaryInputId(String secondaryInputId)
The input ID of the secondary input in the automatic input failover pair.
|
public void setInputPreference(String inputPreference)
inputPreference - Input preference when deciding which input to make active when a previously failed input has recovered.InputPreferencepublic String getInputPreference()
InputPreferencepublic AutomaticInputFailoverSettings withInputPreference(String inputPreference)
inputPreference - Input preference when deciding which input to make active when a previously failed input has recovered.InputPreferencepublic AutomaticInputFailoverSettings withInputPreference(InputPreference inputPreference)
inputPreference - Input preference when deciding which input to make active when a previously failed input has recovered.InputPreferencepublic void setSecondaryInputId(String secondaryInputId)
secondaryInputId - The input ID of the secondary input in the automatic input failover pair.public String getSecondaryInputId()
public AutomaticInputFailoverSettings withSecondaryInputId(String secondaryInputId)
secondaryInputId - The input ID of the secondary input in the automatic input failover pair.public String toString()
toString in class ObjectObject.toString()public AutomaticInputFailoverSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.