Class UpdateApplicationRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The unique Id of the web application.

        Returns:
        The unique Id of the web application.
      • applicationName

        public final String applicationName()

        The name of the web application.

        Returns:
        The name of the web application.
      • applicationDescription

        public final String applicationDescription()

        An optional description of the web application.

        Returns:
        An optional description of the web application.
      • clientToken

        public final String clientToken()

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Returns:
        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      • 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