Class ResourceSyncEvent
- java.lang.Object
-
- software.amazon.awssdk.services.codestarconnections.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>
Information about a resource sync event for the resource associated with a sync configuration.
- 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()The event for a resource sync event.StringexternalId()The ID for a resource sync event.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ResourceSyncEvent.Builder>serializableBuilderClass()Instanttime()The time that a resource sync event occurred.ResourceSyncEvent.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The type of resource 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()
The event for a resource sync event.
- Returns:
- The event for a resource sync event.
-
externalId
public final String externalId()
The ID for a resource sync event.
- Returns:
- The ID for a resource sync event.
-
time
public final Instant time()
The time that a resource sync event occurred.
- Returns:
- The time that a resource sync event occurred.
-
type
public final String type()
The type of resource sync event.
- Returns:
- The type of resource sync 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-