Class EventLogEntry
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<EventLogEntry.Builder,- EventLogEntry> 
Information about an entry in an event log of Amazon CodeCatalyst activity.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic EventLogEntry.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe code of the error, if any.final StringThe category for the event.final StringThe name of the event.final StringThe source of the event.final InstantThe time the event took place, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.final StringThe type of the event.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The system-generated unique ID of the event.final OperationTypeThe type of the event.final StringThe type of the event.final ProjectInformationInformation about the project where the event occurred.final StringThe system-generated unique ID of the request.final EventPayloadInformation about the payload of the request.final EventPayloadInformation about the payload of the response, if any.static Class<? extends EventLogEntry.Builder> final StringThe IP address of the user whose actions are recorded in the event.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final StringThe user agent whose actions are recorded in the event.final UserIdentityThe system-generated unique ID of the user whose actions are recorded in the event.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
idThe system-generated unique ID of the event. - Returns:
- The system-generated unique ID of the event.
 
- 
eventName
- 
eventType
- 
eventCategoryThe category for the event. - Returns:
- The category for the event.
 
- 
eventSource
- 
eventTime
- 
operationTypeThe type of the event. If the service returns an enum value that is not available in the current SDK version, operationTypewill returnOperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperationTypeAsString().- Returns:
- The type of the event.
- See Also:
 
- 
operationTypeAsStringThe type of the event. If the service returns an enum value that is not available in the current SDK version, operationTypewill returnOperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperationTypeAsString().- Returns:
- The type of the event.
- See Also:
 
- 
userIdentityThe system-generated unique ID of the user whose actions are recorded in the event. - Returns:
- The system-generated unique ID of the user whose actions are recorded in the event.
 
- 
projectInformationInformation about the project where the event occurred. - Returns:
- Information about the project where the event occurred.
 
- 
requestIdThe system-generated unique ID of the request. - Returns:
- The system-generated unique ID of the request.
 
- 
requestPayloadInformation about the payload of the request. - Returns:
- Information about the payload of the request.
 
- 
responsePayloadInformation about the payload of the response, if any. - Returns:
- Information about the payload of the response, if any.
 
- 
errorCodeThe code of the error, if any. - Returns:
- The code of the error, if any.
 
- 
sourceIpAddressThe IP address of the user whose actions are recorded in the event. - Returns:
- The IP address of the user whose actions are recorded in the event.
 
- 
userAgentThe user agent whose actions are recorded in the event. - Returns:
- The user agent whose actions are recorded in the event.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<EventLogEntry.Builder,- EventLogEntry> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-