@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)
Marshalls this structured data using the given
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.CompromisedCredentialsEventActionType
public String getEventAction()
The event action.
CompromisedCredentialsEventActionType
public CompromisedCredentialsActionsType withEventAction(String eventAction)
The event action.
eventAction
- The event action.CompromisedCredentialsEventActionType
public CompromisedCredentialsActionsType withEventAction(CompromisedCredentialsEventActionType eventAction)
The event action.
eventAction
- The event action.CompromisedCredentialsEventActionType
public String toString()
toString
in class Object
Object.toString()
public CompromisedCredentialsActionsType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.