@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuditEventResultEntry extends Object implements Serializable, Cloneable, StructuredPojo
A response that includes successful and failed event results.
| Constructor and Description |
|---|
AuditEventResultEntry() |
| Modifier and Type | Method and Description |
|---|---|
AuditEventResultEntry |
clone() |
boolean |
equals(Object obj) |
String |
getEventID()
The event ID assigned by CloudTrail.
|
String |
getId()
The original event ID from the source event.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEventID(String eventID)
The event ID assigned by CloudTrail.
|
void |
setId(String id)
The original event ID from the source event.
|
String |
toString()
Returns a string representation of this object.
|
AuditEventResultEntry |
withEventID(String eventID)
The event ID assigned by CloudTrail.
|
AuditEventResultEntry |
withId(String id)
The original event ID from the source event.
|
public void setEventID(String eventID)
The event ID assigned by CloudTrail.
eventID - The event ID assigned by CloudTrail.public String getEventID()
The event ID assigned by CloudTrail.
public AuditEventResultEntry withEventID(String eventID)
The event ID assigned by CloudTrail.
eventID - The event ID assigned by CloudTrail.public void setId(String id)
The original event ID from the source event.
id - The original event ID from the source event.public String getId()
The original event ID from the source event.
public AuditEventResultEntry withId(String id)
The original event ID from the source event.
id - The original event ID from the source event.public String toString()
toString in class ObjectObject.toString()public AuditEventResultEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.