@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountTakeoverActionsType extends Object implements Serializable, Cloneable, StructuredPojo
Account takeover actions type.
| Constructor and Description |
|---|
AccountTakeoverActionsType() |
| Modifier and Type | Method and Description |
|---|---|
AccountTakeoverActionsType |
clone() |
boolean |
equals(Object obj) |
AccountTakeoverActionType |
getHighAction()
Action to take for a high risk.
|
AccountTakeoverActionType |
getLowAction()
Action to take for a low risk.
|
AccountTakeoverActionType |
getMediumAction()
Action to take for a medium risk.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setHighAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
|
void |
setLowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
|
void |
setMediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
|
String |
toString()
Returns a string representation of this object.
|
AccountTakeoverActionsType |
withHighAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
|
AccountTakeoverActionsType |
withLowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
|
AccountTakeoverActionsType |
withMediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
|
public void setLowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
lowAction - Action to take for a low risk.public AccountTakeoverActionType getLowAction()
Action to take for a low risk.
public AccountTakeoverActionsType withLowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
lowAction - Action to take for a low risk.public void setMediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
mediumAction - Action to take for a medium risk.public AccountTakeoverActionType getMediumAction()
Action to take for a medium risk.
public AccountTakeoverActionsType withMediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
mediumAction - Action to take for a medium risk.public void setHighAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
highAction - Action to take for a high risk.public AccountTakeoverActionType getHighAction()
Action to take for a high risk.
public AccountTakeoverActionsType withHighAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
highAction - Action to take for a high risk.public String toString()
toString in class ObjectObject.toString()public AccountTakeoverActionsType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.