@Generated(value="software.amazon.awssdk:codegen") public final class CompromisedCredentialsActionsType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CompromisedCredentialsActionsType.Builder,CompromisedCredentialsActionsType>
The compromised credentials actions type
| Modifier and Type | Class and Description |
|---|---|
static interface |
CompromisedCredentialsActionsType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CompromisedCredentialsActionsType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
CompromisedCredentialsEventActionType |
eventAction()
The event action.
|
String |
eventActionAsString()
The event action.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CompromisedCredentialsActionsType.Builder> |
serializableBuilderClass() |
CompromisedCredentialsActionsType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic CompromisedCredentialsEventActionType eventAction()
The event action.
If the service returns an enum value that is not available in the current SDK version, eventAction will
return CompromisedCredentialsEventActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from eventActionAsString().
CompromisedCredentialsEventActionTypepublic String eventActionAsString()
The event action.
If the service returns an enum value that is not available in the current SDK version, eventAction will
return CompromisedCredentialsEventActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from eventActionAsString().
CompromisedCredentialsEventActionTypepublic CompromisedCredentialsActionsType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CompromisedCredentialsActionsType.Builder,CompromisedCredentialsActionsType>public static CompromisedCredentialsActionsType.Builder builder()
public static Class<? extends CompromisedCredentialsActionsType.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.