Class ResourceDataSyncItem

java.lang.Object
software.amazon.awssdk.services.ssm.model.ResourceDataSyncItem
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ResourceDataSyncItem.Builder,ResourceDataSyncItem>

@Generated("software.amazon.awssdk:codegen") public final class ResourceDataSyncItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceDataSyncItem.Builder,ResourceDataSyncItem>

Information about a resource data sync configuration, including its current status and last successful sync.

See Also:
  • Method Details

    • syncName

      public final String syncName()

      The name of the resource data sync.

      Returns:
      The name of the resource data sync.
    • syncType

      public final String syncType()

      The type of resource data sync. If SyncType is SyncToDestination, then the resource data sync synchronizes data to an S3 bucket. If the SyncType is SyncFromSource then the resource data sync synchronizes data from Organizations or from multiple Amazon Web Services Regions.

      Returns:
      The type of resource data sync. If SyncType is SyncToDestination, then the resource data sync synchronizes data to an S3 bucket. If the SyncType is SyncFromSource then the resource data sync synchronizes data from Organizations or from multiple Amazon Web Services Regions.
    • syncSource

      public final ResourceDataSyncSourceWithState syncSource()

      Information about the source where the data was synchronized.

      Returns:
      Information about the source where the data was synchronized.
    • s3Destination

      public final ResourceDataSyncS3Destination s3Destination()

      Configuration information for the target S3 bucket.

      Returns:
      Configuration information for the target S3 bucket.
    • lastSyncTime

      public final Instant lastSyncTime()

      The last time the configuration attempted to sync (UTC).

      Returns:
      The last time the configuration attempted to sync (UTC).
    • lastSuccessfulSyncTime

      public final Instant lastSuccessfulSyncTime()

      The last time the sync operations returned a status of SUCCESSFUL (UTC).

      Returns:
      The last time the sync operations returned a status of SUCCESSFUL (UTC).
    • syncLastModifiedTime

      public final Instant syncLastModifiedTime()

      The date and time the resource data sync was changed.

      Returns:
      The date and time the resource data sync was changed.
    • lastStatus

      public final LastResourceDataSyncStatus lastStatus()

      The status reported by the last sync.

      If the service returns an enum value that is not available in the current SDK version, lastStatus will return LastResourceDataSyncStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from lastStatusAsString().

      Returns:
      The status reported by the last sync.
      See Also:
    • lastStatusAsString

      public final String lastStatusAsString()

      The status reported by the last sync.

      If the service returns an enum value that is not available in the current SDK version, lastStatus will return LastResourceDataSyncStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from lastStatusAsString().

      Returns:
      The status reported by the last sync.
      See Also:
    • syncCreatedTime

      public final Instant syncCreatedTime()

      The date and time the configuration was created (UTC).

      Returns:
      The date and time the configuration was created (UTC).
    • lastSyncStatusMessage

      public final String lastSyncStatusMessage()

      The status message details reported by the last sync.

      Returns:
      The status message details reported by the last sync.
    • toBuilder

      public ResourceDataSyncItem.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<ResourceDataSyncItem.Builder,ResourceDataSyncItem>
      Returns:
      a builder for type T
    • builder

      public static ResourceDataSyncItem.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ResourceDataSyncItem.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in 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

      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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo
      Returns:
      The mapping between the field name and its corresponding field.