@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompromisedCredentialsActionsType extends Object implements Serializable, Cloneable, StructuredPojo
The compromised credentials actions type.
| Constructor and Description |
|---|
CompromisedCredentialsActionsType() |
| Modifier and Type | Method and Description |
|---|---|
CompromisedCredentialsActionsType |
clone() |
boolean |
equals(Object obj) |
String |
getEventAction()
The event action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEventAction(String eventAction)
The event action.
|
String |
toString()
Returns a string representation of this object.
|
CompromisedCredentialsActionsType |
withEventAction(CompromisedCredentialsEventActionType eventAction)
The event action.
|
CompromisedCredentialsActionsType |
withEventAction(String eventAction)
The event action.
|
public void setEventAction(String eventAction)
The event action.
eventAction - The event action.CompromisedCredentialsEventActionTypepublic String getEventAction()
The event action.
CompromisedCredentialsEventActionTypepublic CompromisedCredentialsActionsType withEventAction(String eventAction)
The event action.
eventAction - The event action.CompromisedCredentialsEventActionTypepublic CompromisedCredentialsActionsType withEventAction(CompromisedCredentialsEventActionType eventAction)
The event action.
eventAction - The event action.CompromisedCredentialsEventActionTypepublic String toString()
toString in class ObjectObject.toString()public CompromisedCredentialsActionsType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.