Class AwsBackupBackupPlanDetails

    • Method Detail

      • backupPlan

        public final AwsBackupBackupPlanBackupPlanDetails backupPlan()

        Uniquely identifies the backup plan to be associated with the selection of resources.

        Returns:
        Uniquely identifies the backup plan to be associated with the selection of resources.
      • backupPlanArn

        public final String backupPlanArn()

        An Amazon Resource Name (ARN) that uniquely identifies the backup plan.

        Returns:
        An Amazon Resource Name (ARN) that uniquely identifies the backup plan.
      • backupPlanId

        public final String backupPlanId()

        A unique ID for the backup plan.

        Returns:
        A unique ID for the backup plan.
      • versionId

        public final String versionId()

        Unique, randomly generated, Unicode, UTF-8 encoded strings. Version IDs cannot be edited.

        Returns:
        Unique, randomly generated, Unicode, UTF-8 encoded strings. Version IDs cannot be edited.
      • 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)