@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompromisedCredentialsRiskConfigurationType extends Object implements Serializable, Cloneable, StructuredPojo
The compromised credentials risk configuration type.
| Constructor and Description |
|---|
CompromisedCredentialsRiskConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
CompromisedCredentialsRiskConfigurationType |
clone() |
boolean |
equals(Object obj) |
CompromisedCredentialsActionsType |
getActions()
The compromised credentials risk configuration actions.
|
List<String> |
getEventFilter()
Perform the action for these events.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setActions(CompromisedCredentialsActionsType actions)
The compromised credentials risk configuration actions.
|
void |
setEventFilter(Collection<String> eventFilter)
Perform the action for these events.
|
String |
toString()
Returns a string representation of this object.
|
CompromisedCredentialsRiskConfigurationType |
withActions(CompromisedCredentialsActionsType actions)
The compromised credentials risk configuration actions.
|
CompromisedCredentialsRiskConfigurationType |
withEventFilter(Collection<String> eventFilter)
Perform the action for these events.
|
CompromisedCredentialsRiskConfigurationType |
withEventFilter(EventFilterType... eventFilter)
Perform the action for these events.
|
CompromisedCredentialsRiskConfigurationType |
withEventFilter(String... eventFilter)
Perform the action for these events.
|
public CompromisedCredentialsRiskConfigurationType()
public List<String> getEventFilter()
Perform the action for these events. The default is to perform all events if no event filter is specified.
EventFilterTypepublic void setEventFilter(Collection<String> eventFilter)
Perform the action for these events. The default is to perform all events if no event filter is specified.
eventFilter - Perform the action for these events. The default is to perform all events if no event filter is specified.EventFilterTypepublic CompromisedCredentialsRiskConfigurationType withEventFilter(String... eventFilter)
Perform the action for these events. The default is to perform all events if no event filter is specified.
NOTE: This method appends the values to the existing list (if any). Use
setEventFilter(java.util.Collection) or withEventFilter(java.util.Collection) if you want to
override the existing values.
eventFilter - Perform the action for these events. The default is to perform all events if no event filter is specified.EventFilterTypepublic CompromisedCredentialsRiskConfigurationType withEventFilter(Collection<String> eventFilter)
Perform the action for these events. The default is to perform all events if no event filter is specified.
eventFilter - Perform the action for these events. The default is to perform all events if no event filter is specified.EventFilterTypepublic CompromisedCredentialsRiskConfigurationType withEventFilter(EventFilterType... eventFilter)
Perform the action for these events. The default is to perform all events if no event filter is specified.
eventFilter - Perform the action for these events. The default is to perform all events if no event filter is specified.EventFilterTypepublic void setActions(CompromisedCredentialsActionsType actions)
The compromised credentials risk configuration actions.
actions - The compromised credentials risk configuration actions.public CompromisedCredentialsActionsType getActions()
The compromised credentials risk configuration actions.
public CompromisedCredentialsRiskConfigurationType withActions(CompromisedCredentialsActionsType actions)
The compromised credentials risk configuration actions.
actions - The compromised credentials risk configuration actions.public String toString()
toString in class ObjectObject.toString()public CompromisedCredentialsRiskConfigurationType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.