Class ResourceDataSyncItem

    • Method Detail

      • 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.
      • 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.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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)