Class UpdateSystemTemplateRequest

    • Method Detail

      • id

        public final String id()

        The ID of the system to be updated.

        The ID should be in the following format.

        urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

        Returns:
        The ID of the system to be updated.

        The ID should be in the following format.

        urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

      • definition

        public final DefinitionDocument definition()

        The DefinitionDocument that contains the updated system definition.

        Returns:
        The DefinitionDocument that contains the updated system definition.
      • compatibleNamespaceVersion

        public final Long compatibleNamespaceVersion()

        The version of the user's namespace. Defaults to the latest version of the user's namespace.

        If no value is specified, the latest version is used by default.

        Returns:
        The version of the user's namespace. Defaults to the latest version of the user's namespace.

        If no value is specified, the latest version is used by default.

      • 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