Class RestoreAnalysisRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID of the Amazon Web Services account that contains the analysis.

        Returns:
        The ID of the Amazon Web Services account that contains the analysis.
      • analysisId

        public final String analysisId()

        The ID of the analysis that you're restoring.

        Returns:
        The ID of the analysis that you're restoring.
      • restoreToFolders

        public final Boolean restoreToFolders()

        A boolean value that determines if the analysis will be restored to folders that it previously resided in. A True value restores analysis back to all folders that it previously resided in. A False value restores the analysis but does not restore the analysis back to all previously resided folders. Restoring a restricted analysis requires this parameter to be set to True.

        Returns:
        A boolean value that determines if the analysis will be restored to folders that it previously resided in. A True value restores analysis back to all folders that it previously resided in. A False value restores the analysis but does not restore the analysis back to all previously resided folders. Restoring a restricted analysis requires this parameter to be set to True.
      • 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