Class StartAppRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once. A ClientToken is also known as an idempotency token. A ClientToken expires after 24 hours.

        Returns:
        A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once. A ClientToken is also known as an idempotency token. A ClientToken expires after 24 hours.
      • description

        public final String description()

        The description of the app.

        Returns:
        The description of the app.
      • domain

        public final String domain()

        The name of the domain of the app.

        Returns:
        The name of the domain of the app.
      • launchOverrides

        public final LaunchOverrides launchOverrides()
        Returns the value of the LaunchOverrides property for this object.
        Returns:
        The value of the LaunchOverrides property for this object.
      • name

        public final String name()

        The name of the app.

        Returns:
        The name of the app.
      • simulation

        public final String simulation()

        The name of the simulation of the app.

        Returns:
        The name of the simulation of the app.
      • 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