@Generated(value="software.amazon.awssdk:codegen") public final class RepositorySyncEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent>
Repository sync event detail data for a sync attempt.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RepositorySyncEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RepositorySyncEvent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
event()
Event detail for a repository sync attempt.
|
String |
externalId()
The external ID of the sync event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RepositorySyncEvent.Builder> |
serializableBuilderClass() |
Instant |
time()
The time that the sync event occurred.
|
RepositorySyncEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of event.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String event()
Event detail for a repository sync attempt.
public final String externalId()
The external ID of the sync event.
public final Instant time()
The time that the sync event occurred.
public final String type()
The type of event.
public RepositorySyncEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent>public static RepositorySyncEvent.Builder builder()
public static Class<? extends RepositorySyncEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.