Class RepositorySyncEvent
- java.lang.Object
-
- software.amazon.awssdk.services.codeconnections.model.RepositorySyncEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent>
@Generated("software.amazon.awssdk:codegen") public final class RepositorySyncEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent>
Information about a repository sync event.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRepositorySyncEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RepositorySyncEvent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringevent()A description of a repository sync event.StringexternalId()The ID for a repository sync event.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RepositorySyncEvent.Builder>serializableBuilderClass()Instanttime()The time that a repository sync event occurred.RepositorySyncEvent.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The event type for a repository sync event.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
event
public final String event()
A description of a repository sync event.
- Returns:
- A description of a repository sync event.
-
externalId
public final String externalId()
The ID for a repository sync event.
- Returns:
- The ID for a repository sync event.
-
time
public final Instant time()
The time that a repository sync event occurred.
- Returns:
- The time that a repository sync event occurred.
-
type
public final String type()
The event type for a repository sync event.
- Returns:
- The event type for a repository sync event.
-
toBuilder
public RepositorySyncEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent>
-
builder
public static RepositorySyncEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends RepositorySyncEvent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-