Class ResourceSyncEvent
- java.lang.Object
-
- software.amazon.awssdk.services.proton.model.ResourceSyncEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceSyncEvent.Builder,ResourceSyncEvent>
@Generated("software.amazon.awssdk:codegen") public final class ResourceSyncEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceSyncEvent.Builder,ResourceSyncEvent>
Detail data for a resource sync event.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceSyncEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceSyncEvent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringevent()A resource sync event.StringexternalId()The external ID for the event.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ResourceSyncEvent.Builder>serializableBuilderClass()Instanttime()The time when the event occurred.ResourceSyncEvent.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The type of 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 resource sync event.
- Returns:
- A resource sync event.
-
externalId
public final String externalId()
The external ID for the event.
- Returns:
- The external ID for the event.
-
time
public final Instant time()
The time when the event occurred.
- Returns:
- The time when the event occurred.
-
type
public final String type()
The type of event.
- Returns:
- The type of event.
-
toBuilder
public ResourceSyncEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceSyncEvent.Builder,ResourceSyncEvent>
-
builder
public static ResourceSyncEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourceSyncEvent.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.
-
-