Class DeleteThemeRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID of the Amazon Web Services account that contains the theme that you're deleting.

        Returns:
        The ID of the Amazon Web Services account that contains the theme that you're deleting.
      • themeId

        public final String themeId()

        An ID for the theme that you want to delete.

        Returns:
        An ID for the theme that you want to delete.
      • versionNumber

        public final Long versionNumber()

        The version of the theme that you want to delete.

        Note: If you don't provide a version number, you're using this call to DeleteTheme to delete all versions of the theme.

        Returns:
        The version of the theme that you want to delete.

        Note: If you don't provide a version number, you're using this call to DeleteTheme to delete all versions of the theme.

      • 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