Class ExportSummary

    • Method Detail

      • exportArn

        public final String exportArn()

        The Amazon Resource Name (ARN) of the export.

        Returns:
        The Amazon Resource Name (ARN) of the export.
      • exportStatus

        public final ExportStatus exportStatus()

        Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.

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

        Returns:
        Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
        See Also:
        ExportStatus
      • exportStatusAsString

        public final String exportStatusAsString()

        Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.

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

        Returns:
        Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
        See Also:
        ExportStatus
      • exportType

        public final ExportType exportType()

        The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.

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

        Returns:
        The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.
        See Also:
        ExportType
      • exportTypeAsString

        public final String exportTypeAsString()

        The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.

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

        Returns:
        The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.
        See Also:
        ExportType
      • 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)