Class RecoveryPointMember

    • Method Detail

      • recoveryPointArn

        public final String recoveryPointArn()

        This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.

        Returns:
        This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
      • resourceArn

        public final String resourceArn()

        This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.

        Returns:
        This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.
      • resourceType

        public final String resourceType()

        This is the Amazon Web Services resource type that is saved as a recovery point.

        Returns:
        This is the Amazon Web Services resource type that is saved as a recovery point.
      • backupVaultName

        public final String backupVaultName()

        This is the name of the backup vault (the logical container in which backups are stored).

        Returns:
        This is the name of the backup vault (the logical container in which backups are stored).
      • 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)