Class EBSResultItem

    • Method Detail

      • backupResourceArn

        public final String backupResourceArn()

        These are one or more items in the results that match values for the Amazon Resource Name (ARN) of recovery points returned in a search of Amazon EBS backup metadata.

        Returns:
        These are one or more items in the results that match values for the Amazon Resource Name (ARN) of recovery points returned in a search of Amazon EBS backup metadata.
      • sourceResourceArn

        public final String sourceResourceArn()

        These are one or more items in the results that match values for the Amazon Resource Name (ARN) of source resources returned in a search of Amazon EBS backup metadata.

        Returns:
        These are one or more items in the results that match values for the Amazon Resource Name (ARN) of source resources returned in a search of Amazon EBS backup metadata.
      • backupVaultName

        public final String backupVaultName()

        The name of the backup vault.

        Returns:
        The name of the backup vault.
      • fileSystemIdentifier

        public final String fileSystemIdentifier()

        These are one or more items in the results that match values for file systems returned in a search of Amazon EBS backup metadata.

        Returns:
        These are one or more items in the results that match values for file systems returned in a search of Amazon EBS backup metadata.
      • filePath

        public final String filePath()

        These are one or more items in the results that match values for file paths returned in a search of Amazon EBS backup metadata.

        Returns:
        These are one or more items in the results that match values for file paths returned in a search of Amazon EBS backup metadata.
      • fileSize

        public final Long fileSize()

        These are one or more items in the results that match values for file sizes returned in a search of Amazon EBS backup metadata.

        Returns:
        These are one or more items in the results that match values for file sizes returned in a search of Amazon EBS backup metadata.
      • creationTime

        public final Instant creationTime()

        These are one or more items in the results that match values for creation times returned in a search of Amazon EBS backup metadata.

        Returns:
        These are one or more items in the results that match values for creation times returned in a search of Amazon EBS backup metadata.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        These are one or more items in the results that match values for Last Modified Time returned in a search of Amazon EBS backup metadata.

        Returns:
        These are one or more items in the results that match values for Last Modified Time returned in a search of Amazon EBS backup metadata.
      • 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)