Class CreateBackupSelectionRequest

    • Method Detail

      • backupPlanId

        public final String backupPlanId()

        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.
      • backupSelection

        public final BackupSelection backupSelection()

        Specifies the body of a request to assign a set of resources to a backup plan.

        Returns:
        Specifies the body of a request to assign a set of resources to a backup plan.
      • creatorRequestId

        public final String creatorRequestId()

        A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.

        If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

        Returns:
        A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.

        If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

      • 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