@Generated(value="software.amazon.awssdk:codegen") public final class AccountTakeoverActionsType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountTakeoverActionsType.Builder,AccountTakeoverActionsType>
Account takeover actions type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountTakeoverActionsType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AccountTakeoverActionsType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AccountTakeoverActionType |
highAction()
Action to take for a high risk.
|
AccountTakeoverActionType |
lowAction()
Action to take for a low risk.
|
AccountTakeoverActionType |
mediumAction()
Action to take for a medium risk.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountTakeoverActionsType.Builder> |
serializableBuilderClass() |
AccountTakeoverActionsType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccountTakeoverActionType lowAction()
Action to take for a low risk.
public final AccountTakeoverActionType mediumAction()
Action to take for a medium risk.
public final AccountTakeoverActionType highAction()
Action to take for a high risk.
public AccountTakeoverActionsType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountTakeoverActionsType.Builder,AccountTakeoverActionsType>public static AccountTakeoverActionsType.Builder builder()
public static Class<? extends AccountTakeoverActionsType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.