Class AggregatedSourceStatus

    • Method Detail

      • sourceId

        public final String sourceId()

        The source account ID or an organization.

        Returns:
        The source account ID or an organization.
      • awsRegion

        public final String awsRegion()

        The region authorized to collect aggregated data.

        Returns:
        The region authorized to collect aggregated data.
      • lastUpdateStatus

        public final AggregatedSourceStatusType lastUpdateStatus()

        Filters the last updated status type.

        • Valid value FAILED indicates errors while moving data.

        • Valid value SUCCEEDED indicates the data was successfully moved.

        • Valid value OUTDATED indicates the data is not the most recent.

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

        Returns:
        Filters the last updated status type.

        • Valid value FAILED indicates errors while moving data.

        • Valid value SUCCEEDED indicates the data was successfully moved.

        • Valid value OUTDATED indicates the data is not the most recent.

        See Also:
        AggregatedSourceStatusType
      • lastUpdateStatusAsString

        public final String lastUpdateStatusAsString()

        Filters the last updated status type.

        • Valid value FAILED indicates errors while moving data.

        • Valid value SUCCEEDED indicates the data was successfully moved.

        • Valid value OUTDATED indicates the data is not the most recent.

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

        Returns:
        Filters the last updated status type.

        • Valid value FAILED indicates errors while moving data.

        • Valid value SUCCEEDED indicates the data was successfully moved.

        • Valid value OUTDATED indicates the data is not the most recent.

        See Also:
        AggregatedSourceStatusType
      • lastUpdateTime

        public final Instant lastUpdateTime()

        The time of the last update.

        Returns:
        The time of the last update.
      • lastErrorCode

        public final String lastErrorCode()

        The error code that Config returned when the source account aggregation last failed.

        Returns:
        The error code that Config returned when the source account aggregation last failed.
      • lastErrorMessage

        public final String lastErrorMessage()

        The message indicating that the source account aggregation failed due to an error.

        Returns:
        The message indicating that the source account aggregation failed due to an error.
      • 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)